/* Aren Signal — Booking Widget (LatePoint-inspired layout) */

.aren-booking-widget {
	--aren-primary: #CC3633;
	--aren-primary-hover: #A82B28;
	--aren-primary-soft: #FEF2F2;
	--aren-text: #0F172A;
	--aren-text-muted: #64748B;
	--aren-surface: #FFFFFF;
	--aren-bg: #F1F5F9;
	--aren-sidebar: #F8FAFC;
	--aren-border: #E2E8F0;
	--aren-success: #059669;
	--aren-success-soft: #ECFDF5;
	--aren-warning: #D97706;
	--aren-warning-soft: #FFFBEB;
	--aren-error: #DC2626;
	--aren-info: #2563EB;
	--aren-radius: 16px;
	--aren-radius-sm: 10px;
	--aren-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: var(--aren-text);
	background: transparent;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 12px;
	padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px));
	box-sizing: border-box;
}

.aren-booking-widget *,
.aren-booking-widget *::before,
.aren-booking-widget *::after {
	box-sizing: border-box;
}

/* Isolate widget from Hello Elementor / Elementor global button & input styles */
.aren-booking-widget button {
	-webkit-appearance: none;
	appearance: none;
	text-transform: none;
	text-decoration: none;
	font-family: inherit;
}

.aren-booking-widget input,
.aren-booking-widget select,
.aren-booking-widget textarea {
	color: var(--aren-text);
	background: var(--aren-surface);
	border-color: var(--aren-border);
	font-family: inherit;
}

.aren-booking-widget input:focus,
.aren-booking-widget select:focus,
.aren-booking-widget textarea:focus {
	border-color: var(--aren-primary);
	box-shadow: 0 0 0 3px var(--aren-primary-soft);
	outline: none;
}

.aren-booking-widget input[type="date"] {
	accent-color: var(--aren-primary);
	color-scheme: light;
}

.aren-booking-widget input[type="search"] {
	color: var(--aren-text);
	background: var(--aren-surface);
}

.aren-booking-widget input[type="search"]:hover,
.aren-booking-widget input[type="search"]:focus {
	color: var(--aren-text);
	background: var(--aren-surface);
	border-color: var(--aren-primary);
}

.aren-booking-widget button.aren-slot,
.aren-booking-widget button.aren-slot-item,
.aren-booking-widget button.aren-pay-card,
.aren-booking-widget button.aren-summary-bar,
.aren-booking-widget button.aren-confirmation-badge,
.aren-booking-widget button.aren-searchable-trigger {
	border: 1px solid var(--aren-border);
	color: var(--aren-text);
	background: var(--aren-surface);
}

.aren-booking-widget button.aren-phone-country,
.aren-booking-widget button.aren-phone-country:hover,
.aren-booking-widget button.aren-phone-country:focus,
.aren-booking-widget button.aren-phone-country:focus-visible {
	border: 0;
	border-right: 1px solid var(--aren-border);
	color: var(--aren-text);
	background: var(--aren-bg);
	box-shadow: none;
}

.aren-booking-widget button.aren-phone-country:hover:not(:disabled) {
	background: #eef2f7;
	color: var(--aren-text);
}

.aren-booking-widget button.aren-slot:hover,
.aren-booking-widget button.aren-slot:focus,
.aren-booking-widget button.aren-slot:focus-visible,
.aren-booking-widget button.aren-slot-item:hover,
.aren-booking-widget button.aren-slot-item:focus,
.aren-booking-widget button.aren-slot-item:focus-visible,
.aren-booking-widget button.aren-pay-card:hover,
.aren-booking-widget button.aren-pay-card:focus,
.aren-booking-widget button.aren-pay-card:focus-visible,
.aren-booking-widget button.aren-pay-card:active,
.aren-booking-widget button.aren-summary-bar:hover,
.aren-booking-widget button.aren-summary-bar:focus,
.aren-booking-widget button.aren-summary-bar:focus-visible,
.aren-booking-widget button.aren-confirmation-badge:hover,
.aren-booking-widget button.aren-confirmation-badge:focus,
.aren-booking-widget button.aren-confirmation-badge:focus-visible,
.aren-booking-widget button.aren-searchable-trigger:hover,
.aren-booking-widget button.aren-searchable-trigger:focus,
.aren-booking-widget button.aren-searchable-trigger:focus-visible {
	color: var(--aren-text);
	background: var(--aren-surface);
	border-color: var(--aren-border);
}

.aren-booking-widget button.aren-searchable-trigger:hover:not(:disabled),
.aren-booking-widget .aren-searchable.is-open .aren-searchable-trigger,
.aren-booking-widget .aren-searchable.is-open .aren-searchable-trigger:hover,
.aren-booking-widget .aren-searchable.is-open .aren-searchable-trigger:focus,
.aren-booking-widget .aren-searchable.is-open .aren-searchable-trigger:focus-visible {
	border-color: var(--aren-primary);
	color: var(--aren-text);
	background: var(--aren-surface);
	box-shadow: 0 0 0 3px var(--aren-primary-soft);
}

.aren-booking-widget button.aren-slot:hover:not(:disabled) {
	border-color: var(--aren-primary);
}

.aren-booking-widget button.aren-pay-card.is-selected,
.aren-booking-widget button.aren-pay-card.is-selected:hover,
.aren-booking-widget button.aren-pay-card.is-selected:focus,
.aren-booking-widget button.aren-pay-card.is-selected:focus-visible,
.aren-booking-widget button.aren-pay-card.is-selected:active {
	color: var(--aren-text);
	background: var(--aren-primary-soft);
	border-color: var(--aren-primary);
}

.aren-booking-widget button.aren-pay-card.is-selected .aren-pay-copy,
.aren-booking-widget button.aren-pay-card.is-selected small {
	color: var(--aren-text);
}

.aren-booking-widget button.aren-pay-card.is-selected small {
	color: var(--aren-text-muted);
}

.aren-booking-widget button.aren-slot.is-selected,
.aren-booking-widget button.aren-slot.is-selected:hover,
.aren-booking-widget button.aren-slot.is-selected:focus,
.aren-booking-widget button.aren-slot.is-selected:focus-visible,
.aren-booking-widget button.aren-slot-item.is-selected,
.aren-booking-widget button.aren-slot-item.is-selected:hover,
.aren-booking-widget button.aren-slot-item.is-selected:focus,
.aren-booking-widget button.aren-slot-item.is-selected:focus-visible {
	color: var(--aren-primary);
	background: var(--aren-primary-soft);
	border-color: var(--aren-primary);
}

.aren-booking-widget .aren-btn-primary,
.aren-booking-widget .aren-btn-primary:hover,
.aren-booking-widget .aren-btn-primary:focus,
.aren-booking-widget .aren-btn-primary:focus-visible {
	background: var(--aren-primary);
	color: #fff;
	border: none;
}

.aren-booking-widget .aren-btn-primary:hover:not(:disabled),
.aren-booking-widget .aren-btn-primary:focus:not(:disabled) {
	background: var(--aren-primary-hover);
	color: #fff;
}

.aren-booking-widget .aren-btn-ghost,
.aren-booking-widget .aren-btn-ghost:hover,
.aren-booking-widget .aren-btn-ghost:focus,
.aren-booking-widget .aren-btn-ghost:focus-visible {
	background: transparent;
	color: var(--aren-text-muted);
	border: 1px solid var(--aren-border);
}

.aren-booking-widget .aren-btn-ghost:hover:not(:disabled),
.aren-booking-widget .aren-btn-ghost:focus:not(:disabled) {
	background: #F1F5F9;
	color: var(--aren-text);
}

.aren-booking-widget .aren-btn-back,
.aren-booking-widget .aren-btn-back:hover,
.aren-booking-widget .aren-btn-back:focus,
.aren-booking-widget .aren-btn-back:focus-visible {
	background: var(--aren-surface);
	color: var(--aren-text);
	border: 1px solid #CBD5E1;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.aren-booking-widget .aren-btn-back:hover:not(:disabled),
.aren-booking-widget .aren-btn-back:focus:not(:disabled) {
	background: #F8FAFC;
	border-color: #94A3B8;
	color: var(--aren-text);
}

.aren-booking-widget .aren-btn-secondary,
.aren-booking-widget a.aren-btn-secondary,
.aren-booking-widget .aren-btn-secondary:hover,
.aren-booking-widget .aren-btn-secondary:focus,
.aren-booking-widget .aren-btn-secondary:focus-visible,
.aren-booking-widget a.aren-btn-secondary:hover,
.aren-booking-widget a.aren-btn-secondary:focus,
.aren-booking-widget a.aren-btn-secondary:focus-visible {
	background: var(--aren-surface);
	color: var(--aren-text);
	border: 1px solid var(--aren-border);
}

.aren-booking-widget .aren-btn-secondary:hover:not(:disabled),
.aren-booking-widget a.aren-btn-secondary:hover {
	background: var(--aren-primary-soft);
	border-color: var(--aren-primary);
	color: var(--aren-text);
}

.aren-booking-widget h1,
.aren-booking-widget h2,
.aren-booking-widget h3,
.aren-booking-widget h4,
.aren-booking-widget h2.aren-step-title,
.aren-booking-widget h3.aren-datetime-heading {
	color: #1E293B;
}

.aren-booking-widget .aren-confirmation h1 {
	color: #1E293B;
}

.aren-booking-widget .aren-confirmation .aren-confirmation-ref-label,
.aren-booking-widget .aren-confirmation .aren-confirmation-section-title {
	color: #475569;
}

.aren-booking-widget label,
.aren-booking-widget .aren-label {
	color: var(--aren-text-muted);
}

.aren-booking-layout {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.aren-booking-main {
	flex: 1;
	min-width: 0;
}

.aren-booking-shell {
	background: var(--aren-surface);
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius);
	box-shadow: var(--aren-shadow);
	padding: 20px 16px 16px;
	overflow: hidden;
}

@media (min-width: 768px) {
	.aren-booking-shell { padding: 28px 28px 20px; }
}

.aren-booking-card {
	background: var(--aren-surface);
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius);
	padding: 20px;
	box-shadow: var(--aren-shadow);
}

/* LatePoint-style horizontal stepper */
.aren-stepper {
	margin: 0 0 24px;
	padding-bottom: 4px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.aren-stepper::-webkit-scrollbar { display: none; }

.aren-stepper-track {
	display: flex;
	align-items: flex-start;
	min-width: min-content;
}

.aren-stepper-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	min-width: 72px;
	max-width: 120px;
	text-align: center;
}

.aren-stepper-circle {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	border: 2px solid var(--aren-border);
	background: var(--aren-surface);
	color: var(--aren-text-muted);
	transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
}

.aren-stepper-step.is-active .aren-stepper-circle {
	border-color: var(--aren-primary);
	background: var(--aren-primary);
	color: #fff;
	box-shadow: 0 0 0 4px var(--aren-primary-soft);
}

.aren-stepper-step.is-done .aren-stepper-circle {
	border-color: var(--aren-success);
	background: var(--aren-success);
	color: #fff;
}

.aren-stepper-num {
	display: block;
	line-height: 1;
}

.aren-stepper-check {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.aren-stepper-check svg {
	display: block;
	width: 15px;
	height: 15px;
}

.aren-stepper-step-label {
	font-size: 11px;
	font-weight: 500;
	color: var(--aren-text-muted);
	line-height: 1.25;
	padding: 0 4px;
}

.aren-stepper-step.is-active .aren-stepper-step-label {
	color: var(--aren-primary);
	font-weight: 600;
}

.aren-stepper-step.is-done .aren-stepper-step-label {
	color: var(--aren-text);
}

.aren-stepper-connector {
	flex: 1 1 auto;
	min-width: 24px;
	height: 2px;
	background: var(--aren-border);
	margin-top: 18px;
	transition: background 0.2s;
}

.aren-stepper-connector.is-done { background: var(--aren-success); }

@media (min-width: 768px) {
	.aren-stepper-step { min-width: 88px; }
	.aren-stepper-step-label { font-size: 12px; }
	.aren-stepper-connector { min-width: 40px; }
}

.aren-step-title {
	font-size: 20px;
	font-weight: 700;
	color: #1E293B;
	margin: 0 0 20px;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

@media (min-width: 768px) {
	.aren-step-title { font-size: 22px; }
}

.aren-panel-loading { display: flex; flex-direction: column; gap: 12px; }

.aren-skeleton {
	height: 72px;
	border-radius: var(--aren-radius-sm);
	background: linear-gradient(90deg, #e2e8f0 25%, #cbd5e1 50%, #e2e8f0 75%);
	background-size: 200% 100%;
	animation: aren-pulse 1.2s ease-in-out infinite;
}

.aren-skeleton-sm { height: 48px; }

@keyframes aren-pulse {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

.aren-card {
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
	padding: 12px 14px;
	margin-bottom: 8px;
	cursor: pointer;
	background: var(--aren-surface);
	transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
	box-shadow: none;
}

.aren-card:hover {
	border-color: #94A3B8;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.aren-card.is-selected {
	border-color: var(--aren-primary);
	background: var(--aren-primary-soft);
	box-shadow: 0 0 0 1px var(--aren-primary);
}

.aren-card-compact:last-child {
	margin-bottom: 0;
}

.aren-card-compact .aren-card-body {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.aren-card-compact .aren-card-title {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	line-height: 1.3;
}

.aren-card-compact .aren-card-meta {
	font-size: 13px;
	line-height: 1.35;
}

.aren-card-compact .aren-card-price {
	font-size: 15px;
	font-weight: 700;
}

.aren-card-compact .aren-card-radio {
	width: 20px;
	height: 20px;
}

.aren-card-compact.is-selected .aren-card-radio::after {
	width: 8px;
	height: 8px;
}

.aren-card-compact .aren-staff-avatar {
	width: 36px;
	height: 36px;
	font-size: 14px;
}

.aren-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.aren-card-grid .aren-card {
	margin-bottom: 0;
	height: 100%;
}

.aren-card-grid .aren-card-tile {
	flex-direction: column;
	align-items: stretch;
	position: relative;
	padding: 12px 34px 12px 12px;
	min-height: 76px;
}

.aren-card-grid .aren-card-tile .aren-card-radio {
	position: absolute;
	top: 10px;
	right: 10px;
	margin-left: 0;
}

.aren-card-grid .aren-card-tile .aren-card-body {
	flex: 1;
	width: 100%;
}

.aren-card-grid .aren-card-tile .aren-card-title {
	padding-right: 4px;
}

.aren-card-grid .aren-card-tile .aren-card-meta {
	margin-top: 4px;
}

.aren-card-grid .aren-card-tile .aren-card-price {
	margin-top: 8px;
	text-align: left;
	align-self: flex-start;
	white-space: normal;
}

.aren-card-grid .aren-card-tile .aren-staff-avatar {
	margin-bottom: 8px;
}

@media (max-width: 640px) {
	.aren-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 400px) {
	.aren-card-grid {
		grid-template-columns: 1fr;
	}
}

.aren-card-radio,
.aren-pay-radio {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid #94A3B8;
	background: var(--aren-surface);
	position: relative;
	transition: border-color 0.2s, background 0.2s;
	margin-left: auto;
}

.aren-card.is-selected .aren-card-radio,
.aren-pay-card.is-selected .aren-pay-radio {
	border-color: var(--aren-primary);
	background: var(--aren-primary);
}

.aren-card.is-selected .aren-card-radio::after,
.aren-pay-card.is-selected .aren-pay-radio::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	transform: translate(-50%, -50%);
}

.aren-card input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.aren-card-body { flex: 1; min-width: 0; }

.aren-vehicle-step { display: flex; flex-direction: column; gap: 16px; }

.aren-vehicle-models-field.is-hidden { display: none; }

.aren-select {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
	background: var(--aren-surface);
	color: var(--aren-text);
	font-size: 15px;
	font-family: inherit;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748B' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 40px;
}

.aren-select:focus {
	outline: none;
	border-color: var(--aren-primary);
	box-shadow: 0 0 0 3px var(--aren-primary-soft);
	color: var(--aren-text);
}

.aren-select:disabled {
	background-color: var(--aren-bg);
	color: var(--aren-text-muted);
	cursor: not-allowed;
}

.aren-vehicle-empty {
	margin: 0;
	padding: 16px;
	border-radius: var(--aren-radius-sm);
	background: var(--aren-bg);
	color: var(--aren-text-muted);
	font-size: 14px;
	text-align: center;
}

.aren-card-title {
	font-size: 17px;
	font-weight: 700;
	color: var(--aren-text);
	margin: 0 0 6px;
	line-height: 1.25;
}

.aren-card-meta { font-size: 14px; color: var(--aren-text-muted); font-weight: 500; }

.aren-card-price {
	font-size: 20px;
	font-weight: 800;
	color: var(--aren-text);
	white-space: nowrap;
	text-align: right;
}

.aren-card-price-vat {
	display: block;
	font-size: 11px;
	font-weight: 500;
	color: var(--aren-text-muted);
	margin-top: 2px;
}

.aren-card-item-based .aren-card-body {
	flex: 1;
}

.aren-staff-avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--aren-primary-soft);
	color: var(--aren-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	flex-shrink: 0;
	border: 2px solid rgba(204, 54, 51, 0.15);
}

.aren-datetime-grid { display: flex; flex-direction: column; gap: 20px; }

.aren-datetime-step {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.aren-datetime-section { width: 100%; }

.aren-datetime-heading {
	font-size: 18px;
	font-weight: 700;
	color: #1E293B;
	margin: 0 0 14px;
	line-height: 1.3;
}

.aren-label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: var(--aren-text-muted);
	margin-bottom: 8px;
}

.aren-date-field { margin-bottom: 0; }

.aren-slots-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	grid-column: 1 / -1;
	min-height: 180px;
	padding: 28px 20px;
	background: var(--aren-bg);
	border: 1px dashed var(--aren-border);
	border-radius: var(--aren-radius-sm);
	color: var(--aren-text-muted);
	text-align: center;
	animation: aren-fade-up 0.28s ease both;
}

.aren-slots-empty p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	max-width: 28ch;
}

.aren-booking-layout.has-summary .aren-datetime-step,
.aren-datetime-step {
	flex-direction: column;
}

@media (min-width: 768px) {
	.aren-datetime-grid { flex-direction: row; }
	.aren-datetime-calendar, .aren-datetime-slots { flex: 1; }
}

.aren-date-input {
	width: 100%;
	height: 54px;
	padding: 0 16px;
	font-size: 17px;
	font-weight: 600;
	border: 2px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
	background: var(--aren-surface);
	color: var(--aren-text);
}

.aren-date-input:focus {
	outline: none;
	border-color: var(--aren-primary);
	box-shadow: 0 0 0 3px var(--aren-primary-soft);
}

.aren-plate-input {
	width: 100%;
	height: 54px;
	padding: 0 16px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border: 2px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
	background: var(--aren-surface);
	color: var(--aren-text);
}

.aren-plate-input:focus {
	outline: none;
	border-color: var(--aren-primary);
	box-shadow: 0 0 0 3px var(--aren-primary-soft);
}

.aren-slot-groups {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.aren-slot-group {
	background: var(--aren-bg);
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
	padding: 14px;
}

.aren-slot-group-label {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--aren-text);
	margin-bottom: 10px;
}

.aren-slot-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

@media (min-width: 640px) {
	.aren-slot-list { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
	.aren-slot-list { grid-template-columns: repeat(4, 1fr); }
}

.aren-slot-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: auto;
	min-height: 64px;
	padding: 12px 10px;
	border: 2px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
	background: var(--aren-surface);
	color: var(--aren-text);
	cursor: pointer;
	transition: border-color 0.15s, background 0.15s, box-shadow 0.15s, transform 0.15s;
	text-align: center;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.aren-slot-item:hover:not(:disabled) {
	border-color: var(--aren-primary);
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);
	transform: translateY(-1px);
}

.aren-slot-item.is-selected {
	border-color: var(--aren-primary);
	background: var(--aren-primary-soft);
	box-shadow: 0 0 0 2px var(--aren-primary), 0 6px 16px rgba(204, 54, 51, 0.12);
}

.aren-slot-icon {
	display: none;
}

.aren-slot-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	align-items: center;
}

.aren-slot-start {
	font-size: 18px;
	font-weight: 800;
	color: var(--aren-text);
	line-height: 1.2;
}

.aren-slot-end {
	font-size: 12px;
	font-weight: 500;
	color: var(--aren-text-muted);
}

.aren-slot-item.is-selected .aren-slot-start {
	color: var(--aren-primary);
}

.aren-slot-radio {
	display: none;
}

.aren-slot-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	min-height: 200px;
}

@media (min-width: 640px) {
	.aren-slot-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
	.aren-slot-grid { grid-template-columns: repeat(4, 1fr); }
}

.aren-slot {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 8px 12px;
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
	background: var(--aren-surface);
	color: var(--aren-text);
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: border-color 0.15s, background 0.15s, color 0.15s, box-shadow 0.15s;
}

.aren-slot:hover:not(:disabled) { border-color: var(--aren-primary); }

.aren-slot.is-selected {
	border-color: var(--aren-primary);
	background: var(--aren-primary-soft);
	color: var(--aren-primary);
	font-weight: 600;
}

.aren-slot:disabled,
.aren-slot.is-unavailable {
	opacity: 0.5;
	cursor: not-allowed;
	background: #F1F5F9;
	color: #94A3B8;
}

.aren-form-group { margin-bottom: 16px; }

.aren-contact-form .aren-form-row {
	display: grid;
	gap: 16px;
	margin-bottom: 16px;
}

.aren-contact-form .aren-form-row-2 {
	grid-template-columns: 1fr 1fr;
}

.aren-contact-form .aren-form-row > .aren-form-group,
.aren-contact-form .aren-form-row > .aren-phone-field,
.aren-contact-form .aren-form-row > .aren-field {
	margin-bottom: 0;
}

.aren-contact-form .aren-inquiry-vehicle .aren-form-row {
	margin-bottom: 16px;
}

.aren-contact-form .aren-inquiry-vehicle .aren-form-row-2:has(.aren-vehicle-models-field.is-hidden) .aren-form-group:first-child {
	grid-column: 1 / -1;
}

.aren-contact-form .aren-field-color {
	margin-bottom: 16px;
}

.aren-contact-form .aren-field-message textarea {
	min-height: 140px;
}

.aren-form-group label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: var(--aren-text-muted);
	margin-bottom: 6px;
}

.aren-form-group input,
.aren-form-group select,
.aren-form-group textarea {
	width: 100%;
	height: 48px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
	background: var(--aren-surface);
}

.aren-form-group textarea {
	height: auto;
	min-height: 96px;
	padding: 12px;
}

.aren-form-group input:focus,
.aren-form-group select:focus,
.aren-form-group textarea:focus {
	outline: none;
	border-color: var(--aren-primary);
	box-shadow: 0 0 0 3px var(--aren-primary-soft);
}

.aren-phone-field {
	margin-bottom: 16px;
	position: relative;
	overflow: visible;
}

.aren-phone-input {
	display: flex;
	align-items: stretch;
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
	background: var(--aren-surface);
	overflow: visible;
	position: relative;
}

.aren-phone-input:focus-within {
	border-color: var(--aren-primary);
	box-shadow: 0 0 0 3px var(--aren-primary-soft);
}

.aren-phone-country {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0 12px;
	border: 0;
	border-right: 1px solid var(--aren-border);
	background: var(--aren-bg);
	cursor: pointer;
	font: inherit;
	color: var(--aren-text);
	flex-shrink: 0;
	min-height: 48px;
}

.aren-phone-country:hover { background: #eef2f7; }

.aren-phone-country-panel {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	z-index: 40;
	width: min(360px, calc(100vw - 32px));
	background: var(--aren-surface);
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
	box-shadow: var(--aren-shadow);
	overflow: hidden;
}

.aren-phone-country-search {
	display: block;
	width: calc(100% - 16px);
	margin: 8px;
	padding: 10px 12px;
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
	font-size: 14px;
	color: var(--aren-text);
	background: var(--aren-surface);
}

.aren-phone-country-search:focus {
	outline: none;
	border-color: var(--aren-primary);
	box-shadow: 0 0 0 3px var(--aren-primary-soft);
}

.aren-phone-country-empty {
	padding: 12px;
	font-size: 13px;
	color: var(--aren-text-muted);
}

.aren-phone-flag {
	font-size: 18px;
	line-height: 1;
}

.aren-phone-dial {
	font-size: 14px;
	font-weight: 500;
	color: var(--aren-text-muted);
	white-space: nowrap;
}

.aren-phone-caret {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid var(--aren-text-muted);
	margin-left: 2px;
}

.aren-phone-number {
	flex: 1;
	min-width: 0;
	height: 48px;
	padding: 0 12px;
	border: 0;
	background: transparent;
	font-size: 16px;
	color: var(--aren-text);
}

.aren-phone-number:focus { outline: none; }

.aren-phone-hint {
	margin: 6px 0 0;
	font-size: 12px;
	color: var(--aren-text-muted);
}

.aren-telegram-status {
	margin-top: 8px;
	font-size: 13px;
	color: var(--aren-text-muted);
}

.aren-telegram-status.is-success { color: #059669; }
.aren-telegram-status.is-error { color: #dc2626; }

.aren-phone-country-list {
	max-height: 240px;
	overflow-y: auto;
	margin: 0;
	padding: 0 0 6px;
	list-style: none;
}

.aren-phone-country-option {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	cursor: pointer;
	font-size: 14px;
}

.aren-phone-country-option:hover,
.aren-phone-country-option.is-selected {
	background: var(--aren-primary-soft);
}

.aren-phone-country-name {
	flex: 1;
	min-width: 0;
}

.aren-field { margin-bottom: 16px; }

.aren-field label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: var(--aren-text-muted);
	margin-bottom: 6px;
}

.aren-field input,
.aren-field select,
.aren-field textarea {
	width: 100%;
	height: 48px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
}

.aren-field textarea {
	height: auto;
	min-height: 80px;
	padding: 12px;
}

.aren-field small {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: var(--aren-text-muted);
}

.aren-field-error { font-size: 12px; color: var(--aren-error); margin-top: 4px; }

.aren-pay-card {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	min-height: 68px;
	padding: 16px 18px;
	margin-bottom: 10px;
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
	background: var(--aren-surface);
	cursor: pointer;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	color: var(--aren-text);
	transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
	font-family: inherit;
}

.aren-pay-card:hover {
	border-color: #CBD5E1;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.aren-pay-card.is-selected {
	border-color: var(--aren-primary);
	background: var(--aren-primary-soft);
	box-shadow: 0 0 0 1px var(--aren-primary);
}

.aren-pay-copy {
	flex: 1;
	min-width: 0;
}

.aren-payment-hint {
	margin: 0 0 16px;
	font-size: 14px;
	color: var(--aren-text-muted);
}

.aren-pay-card small {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: var(--aren-text-muted);
	margin-top: 2px;
}

.aren-pay-icon {
	width: 40px;
	height: 40px;
	border-radius: var(--aren-radius-sm);
	background: var(--aren-bg);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
}

.aren-trust-line {
	text-align: center;
	font-size: 12px;
	color: var(--aren-text-muted);
	margin-top: 16px;
}

.aren-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	border: none;
	transition: background 0.2s, opacity 0.2s;
	font-family: inherit;
}

.aren-btn-primary {
	background: var(--aren-primary);
	color: #fff;
	min-width: auto;
}

.aren-btn-primary:hover:not(:disabled) { background: var(--aren-primary-hover); }

.aren-btn-ghost {
	background: transparent;
	color: var(--aren-text-muted);
	border: 1px solid var(--aren-border);
}

.aren-btn-ghost:hover:not(:disabled) { background: #F1F5F9; }

.aren-btn-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--aren-surface);
	color: var(--aren-text);
	border: 1px solid #CBD5E1;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	min-width: 112px;
	padding: 0 18px;
}

.aren-btn-back:hover:not(:disabled) {
	background: #F8FAFC;
	border-color: #94A3B8;
}

.aren-btn-back:disabled {
	opacity: 0.42;
	cursor: not-allowed;
	box-shadow: none;
}

.aren-btn-back-icon {
	width: 8px;
	height: 8px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	flex-shrink: 0;
	margin-right: -2px;
}

.aren-btn-secondary {
	background: var(--aren-surface);
	color: #1E293B;
	border: 1px solid var(--aren-border);
	width: 100%;
	margin-top: 8px;
}

.aren-booking-widget button.aren-telegram-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin-top: 12px;
	padding: 12px 20px;
	background: #229ED9;
	border: 1px solid #229ED9;
	border-radius: var(--aren-radius-sm);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.aren-booking-widget button.aren-telegram-btn:hover,
.aren-booking-widget button.aren-telegram-btn:focus,
.aren-booking-widget button.aren-telegram-btn:focus-visible {
	background: #1a8bc4;
	border-color: #1a8bc4;
	color: #fff;
	box-shadow: 0 4px 14px rgba(34, 158, 217, 0.35);
}

.aren-booking-widget button.aren-telegram-btn.is-connected,
.aren-booking-widget button.aren-telegram-btn.is-connected:hover,
.aren-booking-widget button.aren-telegram-btn.is-connected:focus,
.aren-booking-widget button.aren-telegram-btn.is-connected:focus-visible {
	background: #059669;
	border-color: #059669;
	color: #fff;
	box-shadow: none;
	cursor: default;
}

.aren-telegram-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.aren-btn:disabled { opacity: 0.5; cursor: not-allowed; }

.aren-btn:focus-visible {
	outline: 2px solid var(--aren-primary);
	outline-offset: 2px;
}

.aren-booking-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	padding: 20px 0 0;
	margin-top: 8px;
	border-top: 1px solid var(--aren-border);
}

.aren-booking-footer .aren-btn-back {
	flex: 0 0 auto;
	min-width: auto;
	margin-right: auto;
}

.aren-booking-footer .aren-btn-primary {
	flex: 0 0 auto;
	margin-left: 0;
	min-width: auto;
	width: auto;
	padding: 0 24px;
}

@media (max-width: 1023px) {
	.aren-booking-footer {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
		background: var(--aren-surface);
		border-top: 1px solid var(--aren-border);
		z-index: 100;
		box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.06);
		margin-top: 0;
		gap: 10px;
	}

	.aren-booking-footer .aren-btn {
		min-height: 48px;
		font-size: 15px;
		border-radius: 10px;
	}

	.aren-booking-footer .aren-btn-back {
		flex: 0 0 auto;
		min-width: auto;
		padding: 0 16px;
	}

	.aren-booking-footer .aren-btn-primary {
		flex: 0 0 auto;
		min-width: auto;
		width: auto;
		padding: 0 22px;
	}
}

.aren-summary-panel { display: none; }

@media (min-width: 1024px) {
	.aren-booking-widget { padding-bottom: 24px; }

	.aren-booking-layout.has-summary {
		display: grid;
		grid-template-columns: 1fr 300px;
		gap: 0;
		align-items: stretch;
		margin: 0 -28px;
		border-top: 1px solid var(--aren-border);
	}

	.aren-booking-layout.has-summary .aren-booking-main {
		padding: 24px 28px 0;
	}

	.aren-summary-panel.is-visible {
		display: block;
		position: sticky;
		top: 24px;
		align-self: start;
		background: var(--aren-sidebar);
		border-left: 1px solid var(--aren-border);
		border-radius: 0;
		padding: 24px 22px;
		min-height: 100%;
	}
}

.aren-summary-mobile { display: block; }

.aren-summary-mobile-bar {
	display: none;
}

@media (max-width: 1023px) {
	.aren-booking-widget {
		padding: 8px 8px calc(88px + env(safe-area-inset-bottom, 0px));
	}

	.aren-booking-shell {
		padding: 14px 12px 16px;
		border-radius: 12px;
	}

	.aren-stepper {
		margin-bottom: 16px;
	}

	.aren-stepper-step {
		min-width: 52px;
		max-width: 72px;
	}

	.aren-stepper-circle {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.aren-stepper-check svg {
		width: 13px;
		height: 13px;
	}

	.aren-stepper-connector {
		min-width: 16px;
		margin-top: 15px;
	}

	.aren-stepper-step-label {
		font-size: 9px;
		line-height: 1.2;
	}

	.aren-step-title {
		font-size: 18px;
		margin-bottom: 14px;
	}

	.aren-card {
		padding: 14px 16px;
		min-height: auto;
		gap: 12px;
	}

	.aren-card-title {
		font-size: 16px;
	}

	.aren-card-price {
		font-size: 17px;
	}

	.aren-booking-layout.has-summary {
		gap: 10px;
	}

	.aren-booking-main {
		flex: none;
	}

	.aren-summary-mobile-bar {
		display: block;
		padding: 10px 0 14px;
		background: transparent;
		border: none;
	}

	.aren-summary-bar {
		position: static;
		width: 100%;
		margin: 0;
		padding: 12px 14px;
		gap: 12px;
		align-items: center;
		background: var(--aren-primary-soft);
		border: 1px solid rgba(204, 54, 51, 0.22);
		border-radius: var(--aren-radius-sm);
		box-shadow: 0 2px 10px rgba(204, 54, 51, 0.08);
		font-size: 13px;
		line-height: 1.3;
		text-align: left;
		cursor: pointer;
		transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
	}

	.aren-summary-bar:active,
	.aren-summary-bar.is-open {
		border-color: var(--aren-primary);
		box-shadow: 0 0 0 2px rgba(204, 54, 51, 0.12);
	}

	.aren-summary-bar-main {
		display: flex;
		flex-direction: column;
		gap: 3px;
		min-width: 0;
		flex: 1;
	}

	.aren-summary-bar-label {
		font-size: 10px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		color: var(--aren-primary);
	}

	.aren-summary-bar-service {
		font-size: 15px;
		font-weight: 700;
		color: var(--aren-text);
		line-height: 1.25;
	}

	.aren-summary-bar-price-inline {
		font-weight: 700;
		color: var(--aren-text);
	}

	.aren-summary-bar-hint {
		font-size: 12px;
		font-weight: 600;
		color: var(--aren-primary);
	}

	.aren-summary-bar-toggle {
		flex-shrink: 0;
		min-width: 40px;
		height: 40px;
		padding: 0 10px;
		border-radius: 999px;
		background: var(--aren-surface);
		border: 1px solid rgba(204, 54, 51, 0.18);
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 4px;
		box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
	}

	.aren-summary-bar-chevron {
		width: 8px;
		height: 8px;
		border-right: 2px solid var(--aren-primary);
		border-bottom: 2px solid var(--aren-primary);
		transform: rotate(45deg);
		margin-top: -3px;
		transition: transform 0.2s ease;
	}

	.aren-summary-bar.is-open .aren-summary-bar-chevron {
		transform: rotate(-135deg);
		margin-top: 3px;
	}

	.aren-summary-content {
		padding: 0 0 calc(14px + env(safe-area-inset-bottom, 0px));
	}

	.aren-summary-content::before {
		content: '';
		display: block;
		width: 40px;
		height: 4px;
		border-radius: 999px;
		background: var(--aren-border);
		margin: 10px auto 0;
	}

	.aren-summary-sheet-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 14px 14px 10px;
		border-bottom: 1px solid var(--aren-border);
	}

	.aren-summary-sheet-title {
		font-size: 14px;
		font-weight: 700;
		color: var(--aren-text);
		text-transform: uppercase;
		letter-spacing: 0.04em;
	}

	.aren-summary-close {
		width: 32px;
		height: 32px;
		border: 1px solid var(--aren-border);
		border-radius: 50%;
		background: var(--aren-surface);
		color: var(--aren-text-muted);
		font-size: 20px;
		line-height: 1;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	.aren-summary-sheet-body {
		padding: 12px 14px 0;
	}

	.aren-summary-sheet-body .aren-summary-title-main {
		display: none;
	}

	.aren-summary-title {
		margin-bottom: 8px;
		font-size: 12px;
	}

	.aren-summary-datetime {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.aren-summary-datetime-date {
		font-size: 14px;
	}

	.aren-summary-datetime-time {
		font-size: 13px;
	}

	.aren-summary-row {
		margin-bottom: 4px;
		font-size: 13px;
		line-height: 1.35;
		gap: 10px;
		align-items: flex-start;
	}

	.aren-summary-row .aren-summary-value,
	.aren-summary-row > strong.aren-summary-value {
		flex: 1 1 52%;
		max-width: 62%;
	}

	.aren-summary-row-location .aren-summary-value {
		max-width: 52%;
	}

	.aren-summary-divider {
		margin: 8px 0;
	}

	.aren-summary-total {
		font-size: 16px;
	}

	.aren-summary-note {
		font-size: 12px;
		margin: 0;
	}

	.aren-form-group,
	.aren-field,
	.aren-phone-field {
		margin-bottom: 10px;
	}

	.aren-contact-form .aren-form-row-2 {
		grid-template-columns: 1fr;
	}

	.aren-vehicle-step {
		gap: 10px;
	}

	.aren-summary-bar-hint,
	.aren-summary-bar-toggle {
		display: flex;
	}

	.aren-summary-sheet-header {
		display: flex;
	}

	.aren-summary-sheet-body .aren-summary-title-main {
		display: none;
	}

	.aren-booking-footer {
		margin: 0 -12px;
		border-radius: 0 0 12px 12px;
	}

	.aren-slot-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aren-slot-group {
		padding: 12px;
	}

	.aren-slot-start {
		font-size: 16px;
	}

	.aren-searchable-trigger {
		min-height: 52px;
		font-size: 16px;
	}

	.aren-plate-input,
	.aren-date-input {
		height: 50px;
		font-size: 16px;
	}
}

@media (min-width: 1024px) {
	.aren-summary-mobile { display: none; }
}

.aren-summary-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	padding: 12px 16px;
	background: var(--aren-surface);
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
	cursor: pointer;
	font: inherit;
	text-align: left;
	color: inherit;
}

.aren-summary-bar-main {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	flex: 1;
}

.aren-summary-bar-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--aren-text-muted);
}

.aren-summary-bar-service {
	font-size: 14px;
	font-weight: 600;
	color: var(--aren-text);
	line-height: 1.3;
}

.aren-summary-bar-price-inline {
	font-weight: 700;
}

.aren-summary-bar-hint {
	font-size: 12px;
	font-weight: 600;
	color: var(--aren-primary);
}

.aren-summary-bar-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	flex-shrink: 0;
}

.aren-summary-bar-toggle-text {
	font-size: 12px;
	font-weight: 700;
	color: var(--aren-primary);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.aren-summary-bar-chevron {
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--aren-primary);
	border-bottom: 2px solid var(--aren-primary);
	transform: rotate(45deg);
}

.aren-summary-sheet-header,
.aren-summary-sheet-body {
	display: block;
}

.aren-summary-sheet-header {
	display: none;
}

.aren-summary-sheet-body .aren-summary-title-main {
	display: block;
}

@media (min-width: 1024px) {
	.aren-summary-bar { display: none; }

	.aren-summary-bar-hint,
	.aren-summary-bar-toggle,
	.aren-summary-bar-toggle-text {
		display: none;
	}
}

@media (max-width: 1023px) {
	.aren-booking-widget button.aren-summary-bar,
	.aren-booking-widget button.aren-summary-bar:hover,
	.aren-booking-widget button.aren-summary-bar:focus,
	.aren-booking-widget button.aren-summary-bar:focus-visible {
		background: var(--aren-primary-soft);
		border: 1px solid rgba(204, 54, 51, 0.22);
		color: inherit;
		box-shadow: 0 2px 10px rgba(204, 54, 51, 0.08);
	}

	.aren-booking-widget button.aren-summary-bar:active,
	.aren-booking-widget button.aren-summary-bar.is-open {
		border-color: var(--aren-primary);
		box-shadow: 0 0 0 2px rgba(204, 54, 51, 0.12);
	}

	.aren-summary-bar-hint {
		display: block;
	}

	.aren-summary-bar-toggle-text {
		display: inline;
	}
}

.aren-summary-sheet { position: fixed; inset: 0; z-index: 200; display: none; }
.aren-summary-sheet.is-open { display: block; }

.aren-summary-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.4);
}

.aren-summary-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 70vh;
	background: var(--aren-surface);
	border-radius: var(--aren-radius) var(--aren-radius) 0 0;
	padding: 20px;
	overflow-y: auto;
}

.aren-summary-title {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 18px;
	color: #1E293B;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.aren-summary-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 8px;
	font-size: 14px;
}

.aren-summary-row.muted { color: var(--aren-text-muted); }

.aren-summary-label {
	flex: 0 0 auto;
}

.aren-summary-row .aren-summary-value,
.aren-summary-row > strong.aren-summary-value {
	text-align: right;
	margin-left: auto;
	min-width: 0;
	flex: 1 1 55%;
	max-width: 65%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.aren-summary-row-plate {
	margin-top: -2px;
}

.aren-summary-plate-value {
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.aren-summary-row-location .aren-summary-value {
	max-width: 58%;
	line-height: 1.45;
}

.aren-summary-location-address {
	display: block;
	margin-top: 2px;
	font-size: 13px;
	color: var(--aren-text-muted);
}

.aren-summary-row-message {
	align-items: flex-start;
}

.aren-summary-row-message .aren-summary-value {
	white-space: pre-wrap;
	font-size: 15px;
	line-height: 1.5;
}

.aren-summary-divider { height: 1px; background: var(--aren-border); margin: 12px 0; }
.aren-summary-total { font-size: 18px; font-weight: 700; }
.aren-summary-from { font-size: 12px; }
.aren-summary-note {
	margin: 0;
	font-size: 13px;
	color: var(--aren-text-muted);
	line-height: 1.5;
}
.aren-summary-datetime { font-size: 16px; font-weight: 600; margin-bottom: 8px; line-height: 1.35; }
.aren-summary-datetime-date { font-size: 16px; font-weight: 600; }
.aren-summary-datetime-time { font-size: 14px; font-weight: 600; color: var(--aren-text-muted); margin-top: 2px; }

.aren-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.aren-badge-available { background: var(--aren-success-soft); color: var(--aren-success); }
.aren-badge-unavailable { background: #F1F5F9; color: #94A3B8; }
.aren-badge-selected { background: var(--aren-primary-soft); color: var(--aren-primary); }
.aren-badge-pending { background: var(--aren-warning-soft); color: var(--aren-warning); }
.aren-badge-confirmed { background: var(--aren-success-soft); color: var(--aren-success); }
.aren-badge-cancelled { background: var(--aren-primary-soft); color: var(--aren-error); }
.aren-badge-completed { background: #F1F5F9; color: var(--aren-text-muted); }

.aren-overlay {
	position: fixed;
	inset: 0;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 300;
	gap: 12px;
	animation: aren-fade-in 0.2s ease both;
}

.aren-spinner {
	width: 40px;
	height: 40px;
	border: 3px solid var(--aren-border);
	border-top-color: var(--aren-primary);
	border-radius: 50%;
	animation: aren-spin 0.8s linear infinite;
}

@keyframes aren-spin { to { transform: rotate(360deg); } }

/* Pure CSS transitions — fire automatically when step content is inserted */
@keyframes aren-fade-up {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes aren-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

#aren-panel > *:not(.aren-panel-loading):not(.aren-card-grid) {
	animation: aren-fade-up 0.3s ease both;
}

#aren-panel .aren-card-grid .aren-card {
	animation: aren-fade-up 0.26s ease both;
}

#aren-panel .aren-card-grid .aren-card:nth-child(1) { animation-delay: 0ms; }
#aren-panel .aren-card-grid .aren-card:nth-child(2) { animation-delay: 45ms; }
#aren-panel .aren-card-grid .aren-card:nth-child(3) { animation-delay: 90ms; }
#aren-panel .aren-card-grid .aren-card:nth-child(4) { animation-delay: 135ms; }
#aren-panel .aren-card-grid .aren-card:nth-child(5) { animation-delay: 180ms; }
#aren-panel .aren-card-grid .aren-card:nth-child(6) { animation-delay: 225ms; }
#aren-panel .aren-card-grid .aren-card:nth-child(n+7) { animation-delay: 270ms; }

.aren-slot-groups .aren-slot-group {
	animation: aren-fade-up 0.26s ease both;
}

.aren-slot-groups .aren-slot-group:nth-child(1) { animation-delay: 0ms; }
.aren-slot-groups .aren-slot-group:nth-child(2) { animation-delay: 55ms; }
.aren-slot-groups .aren-slot-group:nth-child(3) { animation-delay: 110ms; }

@media (prefers-reduced-motion: reduce) {
	#aren-panel > *:not(.aren-panel-loading),
	#aren-panel .aren-card-grid .aren-card,
	.aren-slot-groups .aren-slot-group,
	.aren-slots-empty,
	.aren-error-banner,
	.aren-overlay {
		animation: none !important;
	}
}


.aren-error-banner {
	padding: 12px 16px;
	background: var(--aren-primary-soft);
	border: 1px solid var(--aren-error);
	border-radius: var(--aren-radius-sm);
	color: var(--aren-error);
	font-size: 14px;
	margin-bottom: 16px;
	animation: aren-fade-in 0.22s ease both;
}

.aren-badge-cash { background: var(--aren-warning-soft); color: var(--aren-warning); }

.aren-badge-paid { background: var(--aren-success-soft); color: var(--aren-success); }

.aren-confirmation {
	max-width: 640px;
	margin: 0 auto;
	padding: 8px 0 24px;
	font-family: Inter, system-ui, sans-serif;
}

.aren-confirmation-hero-card {
	margin-bottom: 16px;
	padding: 24px 20px;
	border-radius: var(--aren-radius);
	border: 1px solid var(--aren-border);
	background:
		radial-gradient(circle at top left, color-mix(in srgb, var(--aren-success) 14%, transparent), transparent 52%),
		radial-gradient(circle at bottom right, color-mix(in srgb, var(--aren-primary) 8%, transparent), transparent 55%),
		linear-gradient(180deg, var(--aren-sidebar) 0%, var(--aren-surface) 100%);
	box-shadow: var(--aren-shadow);
}

.aren-confirmation-success {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 14px;
}

.aren-confirmation-success-copy h1 {
	font-size: 24px;
	font-weight: 700;
	color: var(--aren-text);
	margin: 0 0 6px;
	line-height: 1.2;
}

.aren-confirmation-lead {
	margin: 0;
	font-size: 15px;
	color: var(--aren-text-muted);
	line-height: 1.5;
	max-width: 34ch;
}

.aren-confirmation-ref-strip {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 14px;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid color-mix(in srgb, var(--aren-border) 85%, transparent);
}

.aren-confirmation-ref {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.aren-confirmation-ref-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--aren-text-muted);
}

.aren-confirmation-ref-hint {
	font-size: 12px;
	color: var(--aren-text-muted);
}

.aren-confirmation-badges {
	margin: 0;
}

.aren-confirmation-section-title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #475569;
	margin: 0 0 10px;
}

.aren-confirmation-customer {
	margin-bottom: 4px;
}

.aren-confirmation-calendar,
.aren-confirmation-print {
	margin: 20px 0 0;
}

.aren-confirmation-toolkit {
	margin-top: 20px;
	padding: 20px;
	border-radius: var(--aren-radius);
	border: 1px solid var(--aren-border);
	background:
		radial-gradient(circle at top right, color-mix(in srgb, var(--aren-primary) 8%, transparent), transparent 55%),
		linear-gradient(180deg, var(--aren-sidebar) 0%, var(--aren-surface) 100%);
	box-shadow: var(--aren-shadow);
}

.aren-confirmation-toolkit-header {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 16px;
}

.aren-confirmation-toolkit-mark {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: var(--aren-primary-soft);
	color: var(--aren-primary);
}

.aren-confirmation-toolkit-title {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 700;
	color: var(--aren-text);
	line-height: 1.3;
}

.aren-confirmation-toolkit-lead {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: var(--aren-text-muted);
}

.aren-confirmation-toolkit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.aren-toolkit-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 112px;
	padding: 14px 10px;
	border-radius: 14px;
	border: 1px solid var(--aren-border);
	background: var(--aren-surface);
	color: var(--aren-text);
	text-decoration: none;
	font: inherit;
	text-align: center;
	cursor: pointer;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.aren-toolkit-tile:hover {
	border-color: color-mix(in srgb, var(--aren-primary) 35%, var(--aren-border));
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
	transform: translateY(-2px);
}

.aren-toolkit-tile:focus-visible {
	outline: 2px solid var(--aren-primary);
	outline-offset: 2px;
}

.aren-toolkit-tile.is-primary {
	background: linear-gradient(180deg, color-mix(in srgb, var(--aren-primary) 6%, #fff) 0%, var(--aren-surface) 100%);
	border-color: color-mix(in srgb, var(--aren-primary) 28%, var(--aren-border));
}

.aren-toolkit-tile.is-primary .aren-toolkit-tile-icon {
	background: var(--aren-primary);
	color: #fff;
	box-shadow: 0 6px 14px color-mix(in srgb, var(--aren-primary) 28%, transparent);
}

.aren-toolkit-tile-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: var(--aren-bg);
	color: var(--aren-primary);
}

.aren-toolkit-tile-label {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.aren-toolkit-tile-hint {
	font-size: 11px;
	line-height: 1.2;
	color: var(--aren-text-muted);
}

@media (min-width: 560px) {
	.aren-confirmation-toolkit-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.aren-toolkit-tile {
		min-height: 124px;
	}
}

.aren-confirmation-calendar .aren-confirmation-actions {
	margin-top: 0;
}

@media (min-width: 560px) {
	.aren-confirmation-success {
		flex-direction: row;
		align-items: center;
		text-align: left;
		gap: 18px;
	}

	.aren-confirmation-success-copy .aren-confirmation-lead {
		max-width: none;
	}
}

.aren-confirmation-datetime,
.aren-confirmation-card .aren-summary-datetime {
	font-size: 15px;
	font-weight: 600;
	color: var(--aren-text);
	margin-bottom: 16px;
}

.aren-confirmation-details {
	text-align: left;
}

.aren-confirmation-footer-card {
	margin-top: 16px;
	padding: 20px;
	border-radius: var(--aren-radius);
	border: 1px solid var(--aren-border);
	background:
		radial-gradient(circle at bottom left, color-mix(in srgb, var(--aren-info) 10%, transparent), transparent 55%),
		linear-gradient(180deg, var(--aren-surface) 0%, var(--aren-sidebar) 100%);
	box-shadow: var(--aren-shadow);
}

.aren-confirmation-footer-head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 16px;
	text-align: left;
}

.aren-confirmation-footer-mark {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: color-mix(in srgb, var(--aren-info) 12%, var(--aren-surface));
	color: var(--aren-info);
}

.aren-confirmation-footer-title {
	margin: 0 0 4px;
	font-size: 15px;
	font-weight: 700;
	color: var(--aren-text);
	line-height: 1.3;
}

.aren-confirmation-footer-card .aren-confirmation-note {
	margin: 0;
	text-align: left;
	font-size: 13px;
	line-height: 1.45;
}

.aren-confirmation-footer-btn {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 18px;
	border: none;
	border-radius: 12px;
	background: var(--aren-primary);
	color: #fff;
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.aren-confirmation-footer-btn:hover {
	background: var(--aren-primary-hover);
	transform: translateY(-1px);
	box-shadow: 0 8px 20px color-mix(in srgb, var(--aren-primary) 28%, transparent);
}

.aren-confirmation-footer-btn:focus-visible {
	outline: 2px solid var(--aren-primary);
	outline-offset: 2px;
}

.aren-confirmation-note {
	text-align: center;
	font-size: 14px;
	color: var(--aren-text-muted);
	margin: 20px 0 16px;
}

.aren-confirmation-new {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	display: flex;
}

.aren-confirmation-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--aren-success);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 24px color-mix(in srgb, var(--aren-success) 28%, transparent);
}

.aren-confirmation-icon .aren-stepper-check {
	width: 100%;
	height: 100%;
}

.aren-confirmation-icon .aren-stepper-check svg {
	width: 26px;
	height: 26px;
}

.aren-confirmation h1 {
	font-size: 22px;
	font-weight: 700;
	color: #1E293B;
	margin: 0 0 8px;
}

.aren-confirmation-card {
	text-align: left;
	background: var(--aren-surface);
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius);
	padding: 20px;
	box-shadow: var(--aren-shadow);
	margin-bottom: 0;
}

.aren-confirmation-badge {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	background: var(--aren-surface);
	border: 1px solid var(--aren-border);
	border-radius: 12px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
	cursor: pointer;
	color: var(--aren-text);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.aren-confirmation-badge:hover {
	border-color: color-mix(in srgb, var(--aren-primary) 35%, var(--aren-border));
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
	transform: translateY(-1px);
}

.aren-confirmation-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.aren-confirmation-actions .aren-btn { width: 100%; }

@media (min-width: 640px) {
	.aren-confirmation-actions { flex-direction: row; flex-wrap: wrap; }
	.aren-confirmation-actions .aren-btn { flex: 1; min-width: 140px; }
}

.aren-heading-large .aren-step-title { font-size: 22px; }
@media (min-width: 768px) { .aren-heading-large .aren-step-title { font-size: 24px; } }
.aren-heading-compact .aren-step-title { font-size: 16px; }
@media (min-width: 768px) { .aren-heading-compact .aren-step-title { font-size: 18px; } }

.aren-toast {
	position: fixed;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	background: #1E293B;
	color: #fff;
	padding: 10px 20px;
	border-radius: 999px;
	font-size: 14px;
	z-index: 400;
}

/* Searchable dropdown */
.aren-searchable-wrap,
.aren-searchable {
	position: relative;
	width: 100%;
}

.aren-searchable-native {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
}

.aren-searchable-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
	background: var(--aren-surface);
	color: var(--aren-text);
	font-size: 15px;
	font-family: inherit;
	cursor: pointer;
	text-align: left;
}

.aren-searchable-trigger:hover:not(:disabled) {
	border-color: var(--aren-primary);
}

.aren-searchable.is-open .aren-searchable-trigger {
	border-color: var(--aren-primary);
	box-shadow: 0 0 0 3px var(--aren-primary-soft);
}

.aren-searchable-placeholder { color: var(--aren-text-muted); }
.aren-searchable-value { font-weight: 500; }

.aren-searchable-caret {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid var(--aren-text-muted);
	flex-shrink: 0;
}

.aren-searchable-panel {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	z-index: 40;
	background: var(--aren-surface);
	border: 1px solid var(--aren-border);
	border-radius: var(--aren-radius-sm);
	box-shadow: var(--aren-shadow);
	overflow: hidden;
}

.aren-searchable-search {
	width: 100%;
	height: 44px;
	padding: 0 14px;
	border: 0;
	border-bottom: 1px solid var(--aren-border);
	font-size: 15px;
	font-family: inherit;
	color: var(--aren-text);
	background: var(--aren-bg);
}

.aren-searchable-search:hover,
.aren-searchable-search:focus {
	outline: none;
	color: var(--aren-text);
	background: var(--aren-surface);
	border-bottom-color: var(--aren-primary);
}

.aren-searchable-list {
	list-style: none;
	margin: 0;
	padding: 6px 0;
	max-height: 240px;
	overflow-y: auto;
}

.aren-searchable-option {
	padding: 11px 14px;
	font-size: 15px;
	color: var(--aren-text);
	cursor: pointer;
}

.aren-searchable-option:hover,
.aren-searchable-option.is-active {
	background: var(--aren-primary-soft);
	color: var(--aren-text);
}

.aren-searchable-option.is-selected {
	color: var(--aren-primary);
	font-weight: 600;
	background: var(--aren-primary-soft);
}

.aren-searchable-empty {
	padding: 14px;
	color: var(--aren-text-muted);
	font-size: 14px;
}

.aren-searchable.is-disabled .aren-searchable-trigger {
	opacity: 0.55;
	cursor: not-allowed;
	background: var(--aren-bg);
}

.aren-confirmation-print {
	margin: 20px 0 0;
}

.aren-confirmation-print .aren-confirmation-actions {
	margin-top: 0;
}

.aren-confirmation-cancel {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid var(--aren-border, #e2e8f0);
}

.aren-cancel-status {
	margin: 10px 0 0;
	font-size: 14px;
	color: var(--aren-muted, #64748b);
}

.aren-cancel-status.is-success { color: #059669; }
.aren-cancel-status.is-error { color: #dc2626; }

.aren-btn-cancel-booking {
	border-color: #fecaca;
	color: #b91c1c;
}

.aren-btn-cancel-booking:hover {
	background: #fef2f2;
	border-color: #fca5a5;
}

@media print {
	body * { visibility: hidden; }
	.aren-booking-widget .aren-confirmation,
	.aren-booking-widget .aren-confirmation * { visibility: visible; }
	.aren-booking-widget .aren-confirmation {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		padding: 0;
	}
	.aren-confirmation-print,
	.aren-confirmation-calendar,
	.aren-confirmation-toolkit,
	.aren-confirmation-footer-card,
	.aren-confirmation-cancel,
	.aren-confirmation-note,
	.aren-confirmation-new,
	#aren-copy-number { display: none !important; }
}
