.elementor-widget-atheria_booking_hero.elementor-invisible,
.elementor-widget-atheria_booking_hero.animated {
	visibility: visible !important;
	opacity: 1 !important;
	animation: none !important;
	transform: none !important;
}

.ath-booking-hero-wrapper {
	position: relative;
	width: calc(100vw - 32px) !important;
	max-width: none !important;
	height: calc(100vh - 32px) !important;
	min-height: 600px;
	margin: 16px 0 !important;
	left: 50% !important;
	margin-left: calc(-50vw + 16px) !important;
	transform: none !important;
	z-index: 0;
}

.ath-booking-hero-pin {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.ath-booking-hero {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: radial-gradient(white, black);
	isolation: isolate;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-color: var(--ath-arctic-navy, #243C4C);
	opacity: 1;
	transform-origin: top center;
}

.ath-booking-hero__bg {
	position: absolute;
	inset: -4px;
	z-index: 0;
	will-change: filter, transform;
	transform: translateZ(0);
	overflow: hidden;
}

.ath-booking-hero__bg-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
	pointer-events: none;
}

.ath-booking-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15,26,32,.55) 0%, rgba(15,26,32,.25) 45%, rgba(15,26,32,.75) 100%);
	opacity: 0.4;
	pointer-events: none;
}

.ath-booking-hero__content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: clamp(2rem, 5vh, 4rem) clamp(1.5rem, 4vw, 4rem);
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}

.ath-booking-hero__eyebrow {
	display: inline-block;
	font-family: var(--ath-font-eyebrow, sans-serif);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ath-arctic-mist, #ACBCBF);
	margin: 0 0 1.25rem;
}

.ath-booking-hero__headline {
	font-family: var(--ath-font-heading, serif);
	color: var(--ath-frost, #F4FCFB);
	font-size: clamp(2.5rem, 5vw, 4.5rem);
	line-height: 1.1;
	margin: 0 0 1.25rem;
	max-width: 18ch;
}

.ath-booking-hero__subtitle {
	font-family: var(--ath-font-body, sans-serif);
	font-size: clamp(1rem, 1.2vw, 1.15rem);
	line-height: 1.6;
	color: rgba(244, 252, 251, 0.85);
	max-width: 42ch;
	margin: 0;
}

.ath-booking-hero__form-card {
	position: relative;
	z-index: 2;
	width: calc(100% - clamp(3rem, 8vw, 8rem));
	max-width: 1600px;
	margin: 0 auto clamp(1.5rem, 4vh, 3rem);
	padding: clamp(1rem, 2vw, 1.5rem);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(24px) saturate(1.2);
	-webkit-backdrop-filter: blur(24px) saturate(1.2);
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: 0 12px 40px rgba(0,0,0,0.15);
	box-sizing: border-box;
	flex: 0 0 auto;
}

.ath-booking-hero__wrapper form,
.ath-booking-hero__wrapper .wpcf7-form,
.ath-booking-hero__mockup {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 1.5rem;
	width: 100%;
}

.ath-booking-hero__wrapper br,
.ath-booking-hero__mockup br {
	display: none !important;
}

.ath-booking-hero__wrapper p,
.ath-booking-hero__mockup p {
	flex: 1 1 0;
	margin: 0;
	min-width: 150px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.ath-booking-hero__wrapper .ath-booking-hero__submit-wrap,
.ath-booking-hero__mockup .ath-booking-hero__submit-wrap {
	flex: 0 0 auto;
	position: relative;
}

.ath-booking-hero__wrapper .wpcf7-spinner {
	position: absolute;
	top: 50%;
	right: -32px;
	transform: translateY(-50%);
	margin: 0;
}

.ath-booking-hero__wrapper label,
.ath-booking-hero__mockup label {
	display: block;
	font-family: var(--ath-font-eyebrow, sans-serif);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0.6rem;
}

.ath-booking-hero__control-wrap,
.ath-booking-hero__wrapper span.wpcf7-form-control-wrap { 
	display: block;
	width: 100%;
}

.ath-booking-hero__wrapper input:not([type="submit"]):not([type="button"]),
.ath-booking-hero__wrapper select,
.ath-booking-hero__mockup input:not([type="button"]),
.ath-booking-hero__mockup select {
	width: 100%;
	box-sizing: border-box;
	height: 48px;
	padding: 0 1rem;
	font-family: var(--ath-font-body, sans-serif);
	font-size: 0.95rem;
	color: var(--ath-frost, #F4FCFB);
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	appearance: none;
	-webkit-appearance: none;
	transition: all 0.3s ease;
}

.ath-booking-hero__wrapper select {
	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='%23F4FCFB' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	padding-right: 2.5rem;
}

.ath-booking-hero__wrapper select option {
	color: var(--ath-arctic-navy, #243C4C);
	background: var(--ath-frost, #F4FCFB);
}

.ath-booking-hero__wrapper input::placeholder,
.ath-booking-hero__mockup input::placeholder {
	color: rgba(244, 252, 251, 0.55);
}

.ath-booking-hero__wrapper input:focus,
.ath-booking-hero__wrapper select:focus,
.ath-booking-hero__mockup input:focus,
.ath-booking-hero__mockup select:focus {
	outline: none;
	border-color: rgba(255, 255, 255, 0.4);
	background: rgba(0, 0, 0, 0.3);
}

.ath-booking-hero__wrapper input[type="date"]::-webkit-calendar-picker-indicator {
	filter: invert(1) opacity(0.7);
	cursor: pointer;
}

.ath-booking-hero__wrapper input.wpcf7-submit {
	display: none !important;
}

.ath-booking-hero__wrapper .ath-form__custom-submit,
.ath-booking-hero__mockup .ath-form__custom-submit {
	transition: all 0.25s ease;
}

.ath-booking-hero__wrapper .ath-form__custom-submit:hover,
.ath-booking-hero__mockup .ath-form__custom-submit:hover {
	transform: translateY(-2px);
}

.ath-booking-hero__wrapper .wpcf7-response-output {
	flex-basis: 100%;
	margin: 0.75rem 0 0;
	padding: 0.6rem 1rem;
	border-radius: 10px;
	font-size: 0.85rem;
	background-color: rgba(255,255,255,0.1) !important;
	color: var(--ath-frost, #F4FCFB) !important;
	border-color: rgba(255,255,255,0.3) !important;
}

.ath-booking-hero__wrapper .wpcf7-not-valid-tip {
	color: #FFD3D3;
	font-size: 0.75rem;
	margin-top: 0.3rem;
}

.ath-booking-hero-next-section {
	position: relative !important;
	/* Only clear the pinned hero (z-index: 0); site chrome and overlays stay above. */
	z-index: 1 !important;
	background-color: var(--ath-frost-surface, #ffffff);
	box-shadow: none !important;
	border-radius: 0 !important;
	transform: translateZ(0);
}

@media (max-width: 1024px) {
	.ath-booking-hero-wrapper {
		width: calc(100vw - 16px) !important;
		height: calc(100vh - 16px) !important;
		margin: 8px auto !important;
		left: 50% !important;
		margin-left: calc(-50vw + 8px) !important;
	}
	.ath-booking-hero {
		border-radius: 20px;
	}
	.ath-booking-hero__bg {
		filter: none !important;
		transform: none !important;
	}
	.ath-booking-hero__content,
	.ath-booking-hero__form-card {
		opacity: 1 !important;
		transform: none !important;
	}
	.ath-booking-hero__content {
		padding: 4.5rem 1.25rem 1rem;
	}
	.ath-booking-hero__eyebrow {
		font-size: 0.6875rem;
		letter-spacing: 0.14em;
		margin: 0 0 0.6rem;
	}
	.ath-booking-hero__headline {
		font-size: clamp(1.75rem, 5vw, 2.75rem);
		line-height: 1.08;
		margin: 0 0 0.6rem;
		max-width: 16ch;
	}
	.ath-booking-hero__subtitle {
		font-size: 0.875rem;
		line-height: 1.45;
		max-width: 34ch;
	}
	.ath-booking-hero__form-card {
		width: calc(100% - 1.5rem);
		margin: 0 auto 1rem;
		padding: 0.875rem;
		border-radius: 16px;
	}
	.ath-booking-hero__wrapper form,
	.ath-booking-hero__wrapper .wpcf7-form,
	.ath-booking-hero__mockup {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0.625rem;
	}
	.ath-booking-hero__wrapper p,
	.ath-booking-hero__mockup p,
	.ath-booking-hero__wrapper .ath-booking-hero__submit-wrap,
	.ath-booking-hero__mockup .ath-booking-hero__submit-wrap {
		flex: initial;
		min-width: 0;
		width: 100%;
	}
	.ath-booking-hero__wrapper label,
	.ath-booking-hero__mockup label {
		font-size: 0.5625rem;
		letter-spacing: 0.1em;
		margin-bottom: 0.35rem;
	}
	.ath-booking-hero__wrapper input:not([type="submit"]):not([type="button"]),
	.ath-booking-hero__wrapper select,
	.ath-booking-hero__mockup input:not([type="button"]),
	.ath-booking-hero__mockup select {
		height: 38px;
		padding: 0 0.75rem;
		font-size: 0.8125rem;
		border-radius: 10px;
	}
	.ath-booking-hero__wrapper select {
		padding-right: 2rem;
	}
	.ath-booking-hero__wrapper input[type="submit"],
	.ath-booking-hero__wrapper button.ath-booking-hero__submit,
	.ath-booking-hero__mockup .ath-booking-hero__submit {
		height: 40px;
		width: 100%;
		font-size: 0.75rem;
		margin-top: 0.15rem;
	}
}

.elementor-editor-active .ath-booking-hero-wrapper {
	height: 80vh !important;
	min-height: 600px;
	width: 100% !important;
	left: 0 !important;
	margin-left: 0 !important;
}