.pr-booking,
.pr-confirmation,
.pr-pricing,
.pr-locations {
	--pr-ink: #2b3a4a;
	--pr-muted: #5b6877;
	--pr-line: #dce4ee;
	--pr-soft: #f6f8fb;
	--pr-primary: #0e2237;
	--pr-primary-dark: #16314e;
	--pr-accent: #f5a623;
	--pr-accent-dark: #d98f12;
	--pr-danger: #b42318;
	--pr-navy: #0e2237;
	--pr-amber: #f5a623;
	--pr-panel-shadow: 0 10px 30px rgba(14, 34, 55, .10);
	color: var(--pr-ink);
	font-family: inherit;
}

body.pr-has-booking,
body:has(.pr-booking) {
	overflow-x: visible;
}

.pr-booking *,
.pr-confirmation *,
.pr-pricing *,
.pr-locations * {
	box-sizing: border-box;
}

.pr-booking {
	display: grid;
	grid-template-columns: 1.4fr .85fr;
	gap: 40px;
	align-items: start;
	min-width: 0;
}

.pr-booking > * {
	min-width: 0;
}

.pr-confirmation .pr-confirm-card {
	border: 1px solid var(--pr-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 35, 55, .07);
}

.pr-booking .pr-form-panel {
	border: 0;
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--pr-panel-shadow);
	padding: 36px;
}

.pr-booking .pr-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.pr-booking .pr-field {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.pr-booking .pr-field-full {
	grid-column: 1 / -1;
}

.pr-booking .pr-vehicle-count-field {
	width: calc((100% - 18px) / 2);
	max-width: none;
}

.pr-booking .pr-vehicles {
	display: grid;
	gap: 12px;
}

.pr-booking .pr-vehicle-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	border: 1px solid var(--pr-line);
	border-radius: 12px;
	padding: 14px;
	background: var(--pr-soft);
}

.pr-booking .pr-vehicle-row[hidden] {
	display: none !important;
}

.pr-booking .pr-sumline small {
	color: var(--pr-muted);
	font-size: 12px;
	font-weight: 600;
}

.pr-booking .pr-custom-field[hidden] {
	display: none !important;
}

.pr-booking .pr-field[hidden] {
	display: none !important;
}

.pr-booking .pr-field label {
	margin: 0 0 6px;
	color: var(--pr-navy);
	font-size: 13px;
	font-weight: 700;
}

.pr-booking .pr-field input:not([type=checkbox]):not([type=radio]),
.pr-booking .pr-field select,
.pr-booking .pr-field textarea {
	width: 100%;
	border: 1.5px solid var(--pr-line);
	border-radius: 10px;
	padding: 12px 14px;
	background-color: #fff;
	color: var(--pr-ink);
	color-scheme: light;
	font-family: inherit;
	font-size: 15px;
}

.pr-booking .pr-field input:not([type=checkbox]):not([type=radio]),
.pr-booking .pr-field select {
	height: 48px;
	min-height: 48px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.25;
}

.pr-booking .pr-field select {
	-webkit-appearance: none;
	appearance: none;
	padding-right: 44px;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%235b6877' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: right 14px center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

.pr-booking .pr-field input[type=number] {
	-moz-appearance: textfield;
	appearance: textfield;
	padding-right: 14px;
}

.pr-booking .pr-field input[type=number]::-webkit-inner-spin-button,
.pr-booking .pr-field input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.pr-booking .pr-field input[type=datetime-local] {
	position: relative;
	display: block;
	inline-size: 100%;
	max-inline-size: 100%;
	min-inline-size: 0;
	height: 48px;
	min-height: 48px;
	padding-right: 44px;
	appearance: none;
	accent-color: var(--pr-accent-dark);
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='4.5' width='17' height='16' rx='3' stroke='%235b6877' stroke-width='2'/%3E%3Cpath d='M8 2.75v4M16 2.75v4M4 9h16M8 13h.01M12 13h.01M16 13h.01M8 17h.01M12 17h.01' stroke='%235b6877' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-position: right 14px center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	line-height: 1.25;
}

.pr-booking .pr-field input[type=datetime-local]::-webkit-date-and-time-value {
	min-height: 0;
	line-height: 1.25;
	text-align: left;
}

.pr-booking .pr-field input[type=datetime-local]::-webkit-calendar-picker-indicator {
	width: 44px;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
	color: transparent;
	cursor: pointer;
	opacity: 0;
}

.pr-booking .pr-field input:not([type=checkbox]):not([type=radio]):focus,
.pr-booking .pr-field select:focus,
.pr-booking .pr-field textarea:focus {
	outline: none;
	border-color: var(--pr-amber);
	box-shadow: 0 0 0 3px rgba(245, 166, 35, .15);
}

.pr-booking .pr-field textarea {
	min-height: 70px;
	resize: vertical;
}

.pr-booking #f-notes {
	min-height: 96px;
}

.pr-booking .pr-required {
	color: var(--pr-accent-dark);
}

.pr-booking .pr-field label.pr-checkline {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--pr-ink);
	font-size: 14px;
	line-height: 1.35;
}

.pr-booking .pr-checkline input[type=checkbox] {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	margin: 0;
	padding: 0;
	accent-color: var(--pr-accent-dark);
}

.pr-booking .pr-checkline input[type=checkbox]:focus-visible {
	outline: 2px solid rgba(245, 166, 35, .55);
	outline-offset: 2px;
}

.pr-booking .pr-checkline .pr-checktext {
	display: block;
	min-width: 0;
	line-height: 1.35;
}

.pr-booking .pr-checkline .pr-checktext a {
	color: var(--pr-accent-dark);
	font-weight: 700;
}

.pr-booking .pr-checkline-offset {
	margin-top: 8px;
}

.pr-booking .pr-invoice-fields,
.pr-confirmation .pr-invoice-fields {
	border: 1px solid var(--pr-line);
	border-radius: 12px;
	background: #f8fafc;
	padding: 16px;
}

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

.pr-booking .pr-invoice-grid label,
.pr-confirmation .pr-invoice-grid label {
	display: grid;
	gap: 6px;
	color: var(--pr-muted);
	font-size: 13px;
	font-weight: 700;
}

.pr-booking .pr-invoice-address,
.pr-confirmation .pr-invoice-address {
	grid-column: 1 / -1;
}

.pr-booking .pr-form-actions,
.pr-confirmation .pr-confirm-actions,
.pr-confirmation .pr-calendar-actions,
.pr-confirmation .pr-modal-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-top: 8px;
}

.pr-booking .pr-button,
.pr-confirmation .pr-button,
.pr-locations .pr-button {
	display: inline-block;
	border: 0;
	border-radius: 999px;
	padding: 14px 28px;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: .2s;
}

.pr-booking .pr-button-primary,
.pr-confirmation .pr-button-primary,
.pr-locations .pr-button-primary {
	background: var(--pr-accent);
	color: var(--pr-navy);
}

.pr-booking .pr-button-primary:hover,
.pr-confirmation .pr-button-primary:hover,
.pr-locations .pr-button-primary:hover {
	background: var(--pr-accent-dark);
}

.pr-booking .pr-button-secondary,
.pr-confirmation .pr-button-secondary,
.pr-locations .pr-button-secondary {
	background: var(--pr-navy);
	color: #fff;
}

.pr-booking .pr-button-secondary:hover,
.pr-confirmation .pr-button-secondary:hover,
.pr-locations .pr-button-secondary:hover {
	background: var(--pr-primary-dark);
}

.pr-booking .pr-button-outline,
.pr-confirmation .pr-button-outline,
.pr-locations .pr-button-outline {
	border: 1.5px solid var(--pr-line);
	background: #fff;
	color: var(--pr-navy);
}

.pr-booking .pr-button-outline:hover,
.pr-confirmation .pr-button-outline:hover,
.pr-locations .pr-button-outline:hover {
	border-color: var(--pr-amber);
}

.pr-confirmation .pr-button-danger {
	background: var(--pr-danger);
	color: #fff;
}

.pr-confirmation .pr-button-danger:hover {
	background: #8f1f17;
}

.pr-booking .pr-hint,
.pr-booking .pr-summary-note,
.pr-confirmation .pr-confirm-lead,
.pr-confirmation .pr-confirm-card-text,
.pr-confirmation .pr-confirm-card-copy,
.pr-confirmation .pr-confirm-footnote {
	color: var(--pr-muted);
}

.pr-booking .pr-link-strong,
.pr-confirmation .pr-link-strong,
.pr-locations .pr-link-strong {
	color: var(--pr-navy);
	font-weight: 800;
}

.pr-booking .pr-location-locked,
.pr-booking .pr-location-preview,
.pr-booking .pr-product-locked,
.pr-booking .pr-product-preview {
	border: 1px solid var(--pr-line);
	border-radius: 12px;
	background: var(--pr-soft);
	padding: 14px 16px;
}

.pr-booking .pr-location-locked,
.pr-booking .pr-product-locked {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: baseline;
	margin-bottom: 10px;
}

.pr-booking .pr-location-locked span,
.pr-booking .pr-product-locked span {
	color: var(--pr-muted);
	font-size: 13px;
}

.pr-booking .pr-location-preview,
.pr-booking .pr-product-preview {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 14px;
	margin-top: 10px;
}

.pr-booking .pr-location-preview[hidden],
.pr-booking .pr-product-preview[hidden] {
	display: none;
}

.pr-booking .pr-location-preview-main,
.pr-booking .pr-location-preview-actions,
.pr-booking .pr-product-preview-main {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}

.pr-booking .pr-location-preview-main strong,
.pr-booking .pr-product-preview-main strong {
	color: var(--pr-navy);
}

.pr-booking .pr-location-preview-main span,
.pr-booking .pr-location-preview-actions a,
.pr-booking .pr-product-preview-main span {
	font-size: 13px;
	line-height: 1.4;
}

.pr-booking .pr-location-preview-main span,
.pr-booking .pr-product-preview-main span {
	color: var(--pr-muted);
}

.pr-booking .pr-location-preview-actions {
	align-items: flex-end;
	justify-content: center;
}

.pr-booking .pr-hint {
	margin-top: 4px;
	font-size: 12.5px;
}

.pr-booking .pr-alert {
	margin-bottom: 18px;
	border-radius: 12px;
	padding: 14px 18px;
	font-size: 14px;
}

.pr-booking .pr-alert[hidden] {
	display: none;
}

.pr-booking .pr-availability-alert {
	margin: 0;
	line-height: 1.5;
}

.pr-booking .pr-alert-error {
	background: #fceaea;
	color: #a32d2d;
}

.pr-booking .pr-alert-info {
	background: #eef6ff;
	color: #155a8a;
}

.pr-booking .pr-button:disabled {
	cursor: not-allowed;
	opacity: .58;
}

.pr-confirmation .pr-confirm-alert-warn {
	border: 1px solid #f5c2c0;
	background: #fff1f0;
	color: var(--pr-danger);
}

.pr-confirmation .pr-confirm-alert-ok {
	border: 1px solid #b7ebd2;
	background: #ecfdf5;
	color: #05603a;
}

.pr-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.pr-booking .pr-summary {
	align-self: start;
	height: fit-content;
	position: -webkit-sticky;
	position: sticky;
	top: 96px;
	border: 0;
	border-radius: 18px;
	background: var(--pr-navy);
	box-shadow: var(--pr-panel-shadow);
	color: #fff;
	padding: 30px;
}

.pr-booking .pr-summary h3,
.pr-confirmation h1,
.pr-confirmation h2 {
	margin-top: 0;
}

.pr-booking .pr-summary h3 {
	display: block;
	margin: 0 0 18px;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
}

.pr-booking .pr-sumline {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding: 10px 0;
	color: #cfdcea;
	font-size: 14px;
}

.pr-booking .pr-sumline span {
	color: #cfdcea;
	font-weight: 400;
}

.pr-booking .pr-sumline b {
	color: #fff;
	font-weight: 700;
}

.pr-booking .pr-sumtotal {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	margin-top: 18px;
}

.pr-booking .pr-sumtotal span {
	color: #b9c8d8;
	font-size: 14px;
	font-weight: 400;
}

.pr-booking .pr-sumtotal b {
	color: var(--pr-amber);
	font-size: 34px;
	line-height: 1;
}

.pr-booking .pr-badge-free {
	display: inline-block;
	margin-top: 16px;
	border: 1px solid rgba(245, 166, 35, .4);
	border-radius: 999px;
	background: rgba(245, 166, 35, .18);
	color: var(--pr-amber);
	padding: 6px 14px;
	font-size: 12.5px;
	font-weight: 700;
}

.pr-booking .pr-summary-note {
	margin: 14px 0 0;
	color: #9fb2c6;
	font-size: 12.5px;
	line-height: 1.6;
}

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

.pr-locations-single {
	display: block;
}

.pr-location-card {
	overflow: hidden;
	border: 1px solid var(--pr-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 35, 55, .07);
}

.pr-location-map {
	aspect-ratio: 16 / 9;
	background: var(--pr-soft);
}

.pr-location-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.pr-location-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
}

.pr-location-body h3 {
	margin: 0;
	color: var(--pr-navy);
	font-size: 20px;
	line-height: 1.25;
}

.pr-location-description,
.pr-location-address,
.pr-location-directions,
.pr-location-contact {
	margin: 0;
	color: var(--pr-muted);
	font-size: 14px;
	line-height: 1.55;
}

.pr-location-address strong {
	color: var(--pr-ink);
}

.pr-location-contact a {
	color: var(--pr-accent-dark);
	font-weight: 700;
	text-decoration: none;
}

.pr-location-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}

.pr-location-empty {
	margin: 0;
	color: var(--pr-muted);
}

.pr-pricing {
	max-width: 940px;
	margin: 24px auto;
}

.pr-pricing-head {
	margin: 0 0 18px;
}

.pr-pricing-head h2 {
	margin: 0 0 8px;
	color: var(--pr-navy);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.15;
}

.pr-pricing-head p,
.pr-pricing-note {
	color: var(--pr-muted);
	font-size: 15px;
	line-height: 1.6;
}

.pr-pricing-head p {
	max-width: 720px;
	margin: 0;
}

.pr-pricing-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
	gap: 18px;
	align-items: start;
}

.pr-pricing-panel {
	min-width: 0;
	border: 1px solid var(--pr-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--pr-panel-shadow);
	padding: 24px;
}

.pr-pricing-panel h3 {
	margin: 0 0 16px;
	color: var(--pr-navy);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

.pr-pricing-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.pr-pricing-table th,
.pr-pricing-table td {
	border-bottom: 1px solid #eef2f7;
	padding: 11px 0;
	text-align: left;
	vertical-align: top;
}

.pr-pricing-table th:last-child,
.pr-pricing-table td:last-child {
	text-align: right;
}

.pr-pricing-table th {
	color: var(--pr-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pr-pricing-table td {
	color: var(--pr-ink);
}

.pr-pricing-table tbody tr:last-child td {
	border-bottom: 0;
}

.pr-pricing-lines {
	display: grid;
	gap: 2px;
}

.pr-pricing-line {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	border-bottom: 1px solid #eef2f7;
	padding: 10px 0;
	font-size: 15px;
}

.pr-pricing-line:last-child {
	border-bottom: 0;
}

.pr-pricing-line span {
	min-width: 0;
	color: var(--pr-muted);
}

.pr-pricing-line b {
	flex: 0 0 auto;
	color: var(--pr-ink);
	text-align: right;
}

.pr-pricing-note {
	margin: 16px 0 0;
}

.pr-confirmation {
	max-width: 820px;
	margin: 0 auto;
}

.pr-confirmation .pr-status-mark {
	display: flex;
	width: 74px;
	height: 74px;
	align-items: center;
	justify-content: center;
	margin: 0 auto 22px;
	border-radius: 50%;
	background: #e1f5ee;
	color: #0f6e56;
	font-size: 38px;
	font-weight: 800;
}

.pr-confirmation .pr-status-mark-cancelled {
	background: #fcebeb;
	color: #a32d2d;
}

.pr-confirmation h1 {
	color: var(--pr-navy);
	text-align: center;
	font-size: clamp(26px, 4vw, 34px);
	font-weight: 800;
}

.pr-confirmation h2 {
	color: var(--pr-navy);
}

.pr-confirmation .pr-confirm-lead {
	max-width: 520px;
	margin: 10px auto 0;
	color: var(--pr-muted);
	text-align: center;
	font-size: 17px;
}

.pr-confirmation .pr-reservation-id {
	margin: 18px 0 30px;
	text-align: center;
}

.pr-confirmation .pr-reservation-id span {
	display: inline-block;
	border-radius: 999px;
	background: var(--pr-navy);
	color: #fff;
	padding: 8px 20px;
	font-size: 15px;
	font-weight: 700;
}

.pr-confirmation .pr-reservation-id b {
	color: var(--pr-amber);
}

.pr-confirmation .pr-confirm-card {
	margin: 0 0 20px;
	border: 0;
	border-radius: 14px;
	padding: 32px;
	background: #fff;
	box-shadow: var(--pr-panel-shadow);
}

.pr-confirmation .pr-confirm-card-title {
	margin-bottom: 14px;
	color: var(--pr-navy);
	font-size: 16px;
	font-weight: 800;
}

.pr-confirmation .pr-confirm-card-title-tight {
	margin-bottom: 6px;
}

.pr-confirmation .pr-confirm-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	border-bottom: 1px solid #eef2f7;
	padding: 9px 0;
	font-size: 15px;
}

.pr-confirmation .pr-confirm-row span {
	color: var(--pr-muted);
}

.pr-confirmation .pr-confirm-row b {
	color: var(--pr-ink);
	text-align: right;
}

.pr-confirmation .pr-confirm-row:last-of-type {
	border-bottom: 0;
}

.pr-confirmation .pr-confirm-total {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-top: 10px;
	border: 0;
	border-radius: 12px;
	background: var(--pr-navy);
	padding: 16px 20px;
}

.pr-confirmation .pr-confirm-total span {
	color: #b9c8d8;
	font-size: 14px;
}

.pr-confirmation .pr-confirm-total b {
	color: var(--pr-amber);
	font-size: 26px;
	line-height: 1;
}

.pr-confirmation .pr-confirm-card-text {
	margin-bottom: 14px;
	font-size: 14px;
}

.pr-confirmation .pr-confirm-card-copy {
	margin-bottom: 6px;
	font-size: 14px;
}

.pr-confirmation .pr-edit-card summary {
	cursor: pointer;
	list-style: none;
}

.pr-confirmation .pr-edit-card summary::-webkit-details-marker {
	display: none;
}

.pr-confirmation .pr-edit-form {
	display: grid;
	gap: 16px;
	margin-top: 18px;
}

.pr-confirmation .pr-edit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.pr-confirmation .pr-edit-grid label,
.pr-confirmation .pr-edit-services label,
.pr-confirmation .pr-edit-notes {
	display: grid;
	gap: 6px;
	color: var(--pr-muted);
	font-size: 13px;
	font-weight: 700;
}

.pr-confirmation .pr-edit-grid input,
.pr-confirmation .pr-edit-grid select,
.pr-confirmation .pr-edit-notes textarea,
.pr-confirmation .pr-invoice-fields input,
.pr-confirmation .pr-invoice-fields textarea {
	width: 100%;
	border: 1px solid var(--pr-line);
	border-radius: 10px;
	background: #fff;
	color: var(--pr-ink);
	padding: 11px 12px;
	font: inherit;
}

.pr-confirmation .pr-edit-services {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
}

.pr-confirmation .pr-edit-services label {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--pr-ink);
	font-size: 14px;
}

.pr-confirmation .pr-edit-services input[type=checkbox] {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	accent-color: var(--pr-accent-dark);
}

.pr-confirmation .pr-confirm-qr {
	padding: 24px;
}

.pr-confirmation .pr-qr-layout {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
}

.pr-confirmation .pr-qr-image {
	display: block;
	width: 180px;
	height: 180px;
	border: 1px solid var(--pr-line);
	border-radius: 8px;
	background: #fff;
}

.pr-confirmation .pr-qr-copy {
	min-width: 0;
}

.pr-confirmation .pr-confirm-alert {
	margin: 0 0 20px;
	border: 0;
	border-radius: 12px;
	padding: 14px 18px;
	font-size: 14px;
	line-height: 1.5;
}

.pr-confirmation .pr-confirm-alert-warn {
	background: #faeeda;
	color: #854f0b;
}

.pr-confirmation .pr-confirm-alert-ok {
	background: #e1f5ee;
	color: #0f6e56;
}

.pr-confirmation .pr-calendar-actions {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 6px;
}

.pr-confirmation .pr-calendar-actions .pr-button {
	text-align: center;
}

.pr-confirmation .pr-confirm-actions {
	justify-content: center;
}

.pr-confirmation .pr-confirm-steps {
	display: grid;
	gap: 10px;
}

.pr-confirmation .pr-confirm-steps-spaced {
	margin-top: 8px;
}

.pr-confirmation .pr-confirm-step {
	display: flex;
	gap: 12px;
	align-items: start;
	font-size: 15px;
}

.pr-confirmation .pr-confirm-step b {
	display: inline-flex;
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--pr-amber);
	color: var(--pr-navy);
	font-size: 13px;
}

.pr-confirmation .pr-confirm-footnote {
	margin-top: 24px;
	text-align: center;
	font-size: 13px;
}

.pr-modal[hidden] {
	display: none;
}

.pr-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: 20px;
}

.pr-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, .52);
}

.pr-modal-dialog {
	position: relative;
	width: min(520px, 100%);
	border-radius: 16px;
	background: #fff;
	padding: 28px;
	color: var(--pr-ink);
	box-shadow: 0 24px 70px rgba(14, 34, 55, .28);
}

.pr-modal-dialog h2 {
	margin-bottom: 10px;
	font-size: 22px;
}

.pr-modal-dialog p {
	margin-bottom: 10px;
	color: var(--pr-muted);
	font-size: 14px;
}

.pr-modal-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 20px;
}

.pr-modal-actions .pr-button {
	display: flex;
	width: 100%;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 12px 14px;
	line-height: 1.2;
	text-align: center;
	white-space: normal;
}

.pr-modal-open {
	overflow: hidden;
}

@media (max-width: 920px) {
	.pr-booking {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.pr-pricing-grid {
		grid-template-columns: 1fr;
	}

	.pr-booking .pr-summary {
		position: static;
		top: auto;
	}

	/* Min. 16px — poniżej tej wartości Safari/Brave na iOS przybliża ekran
	   przy focusie pola formularza. */
	.pr-booking .pr-field input:not([type=checkbox]):not([type=radio]),
	.pr-booking .pr-field select,
	.pr-booking .pr-field textarea {
		font-size: 16px;
	}
}

@media (max-width: 620px) {
	.pr-booking .pr-form-panel {
		border-radius: 14px;
		padding: 24px 18px;
	}

	.pr-booking .pr-location-preview {
		grid-template-columns: 1fr;
	}

	.pr-booking .pr-location-preview-actions {
		align-items: flex-start;
	}

	.pr-booking .pr-form-actions .pr-button,
	.pr-locations .pr-location-actions .pr-button {
		width: 100%;
		text-align: center;
	}

	.pr-booking .pr-invoice-grid,
	.pr-confirmation .pr-invoice-grid,
	.pr-confirmation .pr-edit-grid,
	.pr-confirmation .pr-edit-services {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.pr-confirmation .pr-calendar-actions {
		grid-template-columns: 1fr;
	}

	.pr-confirmation .pr-confirm-card {
		padding: 24px 18px;
	}

	.pr-confirmation .pr-qr-layout {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.pr-modal {
		align-items: end;
		padding: 14px;
	}

	.pr-modal-dialog {
		padding: 22px;
	}

	.pr-modal-actions {
		gap: 10px;
	}

	.pr-modal-actions .pr-button {
		padding: 11px 10px;
		font-size: 14px;
	}
}

@media (max-width: 560px) {
	.pr-booking .pr-form-grid {
		grid-template-columns: 1fr;
	}

	.pr-booking .pr-vehicle-row {
		grid-template-columns: 1fr;
	}

	.pr-booking .pr-vehicle-count-field {
		width: 100%;
	}
}

/* Mobilny pasek ceny — zastępuje pasek CTA motywu, gdy klient wypełnia formularz.
   Poza .pr-booking (doklejany do <body>), więc kolory są zapisane wprost. */
.pr-pricebar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 70;
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	box-sizing: border-box;
	background: #0e2237;
	color: #cfdcea;
	font-family: 'Manrope', system-ui, sans-serif;
	padding: 9px 18px calc(9px + env(safe-area-inset-bottom, 0px));
	box-shadow: 0 -4px 20px rgba(14, 34, 55, .25);
	transform: translateY(110%);
	transition: transform .25s ease;
}

.pr-pricebar-info {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.pr-pricebar-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #9fb2c6;
}

.pr-pricebar-days {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.pr-pricebar-total {
	font-size: 26px;
	font-weight: 800;
	color: #f5a623;
	white-space: nowrap;
}

.pr-pricebar-blocked .pr-pricebar-total {
	font-size: 17px;
	color: #f8b4ab;
}

@media (max-width: 920px) {
	.pr-pricebar {
		display: flex;
	}

	.pr-pricebar.pr-pricebar-visible {
		transform: translateY(0);
	}

	body.pr-pricebar-on .mobile-cta {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pr-pricebar {
		transition: none;
	}
}
