/* Dream Charters luxury theme (Figma Frame 342 / 817) */

.hff-theme-luxury {
	--hff-accent: #cca841;
	--hff-accent-dark: #976f2a;
	--hff-gold-mid: #bfa335;
	--hff-gold-border: rgba(255, 255, 255, 0.2);
	--hff-text: #ffffff;
	--hff-muted: rgba(255, 255, 255, 0.72);
	--hff-input-bg: linear-gradient(180deg, #f3f3f3 0%, #e3e3e3 100%);
	--hff-input-text: #333333;
	--hff-input-placeholder: #777777;
	--hff-luxury-chevron-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20' fill='none'%3E%3Cpath d='M1.5 1.5L9.5 10L1.5 18.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	--hff-luxury-submit-arrow-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 15' fill='none'%3E%3Cpath d='M1 7.5H15M15 7.5L9.5 2M15 7.5L9.5 13' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 16px;
	color: var(--hff-text);
}

.hff-theme-luxury.hff-flow--modal {
	position: relative;
	max-width: 620px;
	margin: 0 auto;
}

.hff-theme-luxury .hff-flow__backdrop {
	position: absolute;
	inset: 0;
	border-radius: 30px;
	background-color: #000000;
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.hff-theme-luxury.hff-flow--modal .hff-flow__backdrop::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.9);
	border-radius: inherit;
}

.hff-theme-luxury .hff-flow__panel {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 35px;
	max-width: 620px;
	margin: 0 auto;
	padding: 60px;
	border: 0;
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 22.43%, rgba(151, 111, 42, 0.5) 105.46%), #000000;
	box-shadow: 0 10px 64px rgba(204, 168, 65, 0.2);
}

.hff-theme-luxury.hff-flow--inline .hff-flow__panel {
	max-width: 640px;
	padding: 40px 32px;
}

.hff-theme-luxury .hff-flow__close {
	position: absolute;
	top: 30px;
	right: 30px;
	appearance: none;
	border: 0;
	background: transparent;
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	opacity: 1;
	padding: 0;
	width: 20px;
	height: 20px;
}

.hff-theme-luxury .hff-flow__close::before,
.hff-theme-luxury .hff-flow__close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 1.5px;
	background: #ffffff;
	border-radius: 1px;
	transition: background 0.3s ease, opacity 0.3s ease;
}

.hff-theme-luxury .hff-flow__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.hff-theme-luxury .hff-flow__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.hff-theme-luxury .hff-flow__close:hover {
	opacity: 0.85;
}

.hff-theme-luxury .hff-flow__bricks-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 24px;
	margin: 0 0 35px;
	min-height: 76px;
}

.hff-theme-luxury .hff-flow__bricks-header .hff-flow__close {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	flex: 0 0 20px;
	align-self: center;
	margin: 0;
}

.hff-theme-luxury .hff-flow__brand {
	margin: 0;
	min-height: 0;
}

.hff-theme-luxury .hff-flow__logo {
	display: block;
	width: auto;
	max-width: 62px;
	max-height: 76px;
	height: auto;
}

.hff-theme-luxury .hff-flow__logo-monogram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 76px;
	border: 0;
	border-radius: 0;
	font-weight: 600;
	font-size: 1.75rem;
	letter-spacing: -0.06em;
	color: var(--hff-accent);
	background: transparent;
}

.hff-theme-luxury .hff-flow__breadcrumb[hidden] {
	display: none !important;
}

.hff-theme-luxury .hff-flow__breadcrumb:not([hidden]) {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
	padding: 0;
	flex-wrap: wrap;
}

.hff-theme-luxury .hff-flow__back {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border: 1px solid var(--hff-gold-border);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
	color: var(--hff-text);
	border-radius: 10px;
	padding: 10px 18px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	z-index: 0;
}

.hff-flow--form-only.hff-theme-luxury .hff-flow__breadcrumb:not([hidden]) {
	margin-bottom: 24px;
}

.hff-flow--form-only.hff-theme-luxury .hff-flow__breadcrumb .hff-flow__crumb,
.hff-flow--form-only.hff-theme-luxury .hff-flow__breadcrumb .hff-flow__sep {
	display: none;
}

.hff-flow--form-only.hff-theme-luxury .hff-flow__step-back {
	appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px;
	padding: 0;
	border: 0;
	background: none;
	color: rgba(255, 255, 255, 0.72);
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	transition: color 0.3s ease;
}

.hff-flow--form-only.hff-theme-luxury .hff-flow__step-back:hover,
.hff-flow--form-only.hff-theme-luxury .hff-flow__step-back:focus-visible {
	color: #cca841;
	outline: none;
}

.hff-flow--form-only.hff-theme-luxury .hff-flow__step-back-icon {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-left: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
	margin-left: 2px;
}

.hff-flow--form-only.hff-theme-luxury .hff-flow__step:has(.hff-flow__step-back) {
	gap: 24px;
}

.hff-flow--form-only.hff-theme-luxury .hff-flow__step:has(.hff-flow__step-back) .hff-flow__title {
	margin-top: 0;
}

.hff-theme-luxury .hff-flow__back::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, #976f2a 0%, #bfa335 50%, #976f2a 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	z-index: 0;
}

.hff-theme-luxury .hff-flow__back:hover {
	border-color: transparent;
}

.hff-theme-luxury .hff-flow__back:hover::after {
	opacity: 1;
}

.hff-theme-luxury .hff-flow__crumb {
	color: var(--hff-muted);
}

.hff-theme-luxury .hff-flow__stage {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
}

.hff-theme-luxury .hff-flow__step {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.hff-theme-luxury .hff-flow__title {
	color: var(--hff-title-color, #ffffff);
	font-size: var(--hff-title-size, 44px);
	font-weight: 400;
	line-height: 1.14;
	margin: 0;
	text-transform: capitalize;
	letter-spacing: normal;
}

.hff-theme-luxury .hff-flow__title-accent {
	display: block;
	width: 60px;
	height: 2px;
	margin: 0;
	background: #cca841;
	border-radius: 0;
}

.hff-theme-luxury .hff-flow__intro {
	margin: 0;
	color: var(--hff-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.hff-theme-luxury .hff-flow__intro .hff-flow__kicker,
.hff-theme-luxury .hff-flow__content-block .hff-flow__kicker {
	display: block;
	margin: 0 0 10px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--hff-accent);
}

.hff-theme-luxury .hff-flow__intro ul,
.hff-theme-luxury .hff-flow__content-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 12px;
}

.hff-theme-luxury .hff-flow__intro li,
.hff-theme-luxury .hff-flow__content-block li {
	position: relative;
	padding-left: 22px;
	color: var(--hff-muted);
	font-size: 0.88rem;
}

.hff-theme-luxury .hff-flow__intro li::before,
.hff-theme-luxury .hff-flow__content-block li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--hff-accent);
	font-weight: 700;
}

.hff-theme-luxury .hff-flow__content-block {
	margin-bottom: 0;
	padding-bottom: 0;
}

.hff-theme-luxury .hff-flow__content-block + .hff-flow__field,
.hff-theme-luxury .hff-flow__content-block + .hff-flow__section-title {
	margin-top: 4px;
}

.hff-theme-luxury .hff-flow__choices {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.hff-theme-luxury .hff-flow__choice {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 24px;
	min-height: 64px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
	color: #ffffff;
	font-size: var(--hff-button-font-size, 20px);
	font-weight: 500;
	line-height: 1.2;
	text-transform: capitalize;
}

.hff-theme-luxury .hff-flow__choice::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, #976f2a 0%, #bfa335 50%, #976f2a 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	z-index: 0;
}

.hff-theme-luxury .hff-flow__choice-label {
	flex: 1 1 auto;
	min-width: 0;
	font-size: var(--hff-button-font-size, 20px);
	font-weight: 500;
	line-height: 1.2;
}

.hff-theme-luxury .hff-flow__choice-chevron {
	display: block;
	width: 12px;
	height: 20px;
	flex: 0 0 12px;
	background-color: #cca841;
	-webkit-mask-image: var(--hff-luxury-chevron-mask);
	mask-image: var(--hff-luxury-chevron-mask);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: background-color 0.3s ease;
}

.hff-theme-luxury .hff-flow__choice:hover:not(:disabled),
.hff-theme-luxury .hff-flow__choice:focus-visible:not(:disabled) {
	border-color: transparent;
	transform: none;
}

.hff-theme-luxury .hff-flow__choice:hover:not(:disabled)::after,
.hff-theme-luxury .hff-flow__choice:focus-visible:not(:disabled)::after,
.hff-theme-luxury .hff-flow__choice:active:not(:disabled)::after {
	opacity: 1;
}

.hff-theme-luxury .hff-flow__choice:active:not(:disabled) {
	border-color: transparent;
}

.hff-theme-luxury .hff-flow__choice-label,
.hff-theme-luxury .hff-flow__choice-chevron {
	position: relative;
	z-index: 1;
}

.hff-theme-luxury .hff-flow__choice:hover:not(:disabled) .hff-flow__choice-chevron,
.hff-theme-luxury .hff-flow__choice:focus-visible:not(:disabled) .hff-flow__choice-chevron,
.hff-theme-luxury .hff-flow__choice:active:not(:disabled) .hff-flow__choice-chevron {
	background-color: #ffffff;
	color: transparent;
}

.hff-theme-luxury .hff-flow__step--form {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.hff-theme-luxury .hff-flow__fields {
	gap: 20px 15px;
}

.hff-theme-luxury .hff-flow__field {
	margin-bottom: 0;
}

.hff-theme-luxury .hff-flow__label {
	display: none;
}

.hff-theme-luxury .hff-flow__field input:not([type="file"]):not([type="radio"]):not([type="checkbox"]),
.hff-theme-luxury .hff-flow__field textarea,
.hff-theme-luxury .hff-flow__field select {
	box-sizing: border-box;
	min-height: 50px;
	height: 50px;
	padding: 0 14px 0 18px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
	color: #000000;
	font-family: Inter, system-ui, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.47;
	letter-spacing: -0.01em;
	box-shadow: none;
	appearance: none;
}

.hff-theme-luxury .hff-flow__field textarea {
	height: auto;
	min-height: 50px;
	padding-top: 14px;
	padding-bottom: 14px;
	resize: vertical;
}

.hff-theme-luxury .hff-flow__field select {
	padding-right: 46px;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
	background-repeat: no-repeat;
	cursor: pointer;
}

.hff-theme-luxury .hff-flow__select-wrap {
	position: relative;
	width: 100%;
}

.hff-theme-luxury .hff-flow__select-wrap::after {
	content: '';
	position: absolute;
	right: 14px;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	border-radius: 5px;
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
		linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	background-size: 9px 6px, 100% 100%;
	pointer-events: none;
}

/* Date & time fields — centered labelled placeholder + custom calendar/clock
   icon (the native mm/dd/yyyy + picker indicator are hidden until focus). */
.hff-theme-luxury .hff-flow__field--date input,
.hff-theme-luxury .hff-flow__field--time input {
	text-align: center;
	padding-right: 44px;
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M3 9h18M8 2v4M16 2v4'/%3E%3C/svg%3E"),
		linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: right 16px center, center;
	background-size: 18px 18px, 100% 100%;
}

.hff-theme-luxury .hff-flow__field--time input {
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E"),
		linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
}

.hff-theme-luxury .hff-flow__field--date input::-webkit-calendar-picker-indicator,
.hff-theme-luxury .hff-flow__field--time input::-webkit-calendar-picker-indicator {
	opacity: 0;
	cursor: pointer;
}

.hff-theme-luxury .hff-flow__field--file {
	width: 100%;
}

.hff-theme-luxury .hff-flow__file-wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	box-sizing: border-box;
	width: 100%;
	min-height: 50px;
	height: 50px;
	padding: 0 8px 0 18px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #ffffff 100%);
	cursor: pointer;
	overflow: hidden;
}

.hff-theme-luxury .hff-flow__file-icon {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	background-color: rgba(0, 0, 0, 0.45);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 3.5v8.5M6.5 7.5 10 4l3.5 3.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 13.5V14a2.5 2.5 0 0 0 2.5 2.5h6.5a2.5 2.5 0 0 0 2.5-2.5v-.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 3.5v8.5M6.5 7.5 10 4l3.5 3.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 13.5V14a2.5 2.5 0 0 0 2.5 2.5h6.5a2.5 2.5 0 0 0 2.5-2.5v-.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.hff-theme-luxury .hff-flow__file-text {
	flex: 1 1 auto;
	min-width: 0;
	color: #000000;
	font-family: Inter, system-ui, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.47;
	letter-spacing: -0.01em;
	opacity: 0.7;
	text-transform: capitalize;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hff-theme-luxury .hff-flow__file-action {
	flex: 0 0 auto;
	margin-left: auto;
	padding: 8px 14px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.08);
	color: #000000;
	font-family: Inter, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.01em;
	white-space: nowrap;
	pointer-events: none;
}

.hff-theme-luxury .hff-flow__file-text--chosen {
	opacity: 1;
	text-transform: none;
}

.hff-theme-luxury .hff-flow__file-wrap--chosen .hff-flow__file-icon {
	background-color: rgba(0, 0, 0, 0.65);
}

.hff-theme-luxury .hff-flow__file-wrap--dragover {
	outline: 2px dashed rgba(204, 168, 65, 0.75);
	outline-offset: -2px;
}

.hff-theme-luxury .hff-flow__file-wrap--dragover .hff-flow__file-action {
	background: rgba(204, 168, 65, 0.22);
	color: #000000;
}

.hff-theme-luxury .hff-flow__file-input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 0;
	opacity: 0;
	cursor: pointer;
}

.hff-theme-luxury .hff-flow__file-wrap:has(.hff-flow__file-input:focus) {
	outline: 2px solid rgba(204, 168, 65, 0.45);
	outline-offset: 1px;
}

.hff-theme-luxury .hff-flow__field--date,
.hff-theme-luxury .hff-flow__field--time,
.hff-theme-luxury .hff-flow__field--datetime {
	position: relative;
}

.hff-theme-luxury .hff-flow__field--date input,
.hff-theme-luxury .hff-flow__field--time input,
.hff-theme-luxury .hff-flow__field--datetime input {
	color-scheme: light;
}

.hff-theme-luxury .hff-flow__field--date input::-webkit-calendar-picker-indicator,
.hff-theme-luxury .hff-flow__field--time input::-webkit-calendar-picker-indicator,
.hff-theme-luxury .hff-flow__field--datetime input::-webkit-calendar-picker-indicator {
	cursor: pointer;
	opacity: 0.55;
	filter: grayscale(1);
	transition: opacity 0.3s ease;
}

.hff-theme-luxury .hff-flow__field--date input:hover::-webkit-calendar-picker-indicator,
.hff-theme-luxury .hff-flow__field--time input:hover::-webkit-calendar-picker-indicator,
.hff-theme-luxury .hff-flow__field--datetime input:hover::-webkit-calendar-picker-indicator,
.hff-theme-luxury .hff-flow__field--date input:focus::-webkit-calendar-picker-indicator,
.hff-theme-luxury .hff-flow__field--time input:focus::-webkit-calendar-picker-indicator,
.hff-theme-luxury .hff-flow__field--datetime input:focus::-webkit-calendar-picker-indicator {
	opacity: 0.85;
}

.hff-theme-luxury .hff-flow__field--date input::-webkit-datetime-edit,
.hff-theme-luxury .hff-flow__field--time input::-webkit-datetime-edit,
.hff-theme-luxury .hff-flow__field--datetime input::-webkit-datetime-edit {
	padding: 0;
}

.hff-theme-luxury .hff-flow__field--date input::-webkit-datetime-edit-fields-wrapper,
.hff-theme-luxury .hff-flow__field--time input::-webkit-datetime-edit-fields-wrapper,
.hff-theme-luxury .hff-flow__field--datetime input::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

.hff-theme-luxury .hff-flow__field input::placeholder,
.hff-theme-luxury .hff-flow__field textarea::placeholder {
	color: #000000;
	opacity: 0.7;
	text-transform: capitalize;
}

.hff-theme-luxury .hff-flow__field input:not([type="file"]):focus,
.hff-theme-luxury .hff-flow__field textarea:focus,
.hff-theme-luxury .hff-flow__field select:focus {
	outline: 2px solid rgba(204, 168, 65, 0.45);
	outline-offset: 1px;
	border-color: transparent;
	box-shadow: none;
}

.hff-theme-luxury .hff-flow__section-title {
	margin: 0;
	padding: 0;
	color: var(--hff-accent);
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.hff-theme-luxury .hff-flow__section-title:not(:first-child) {
	margin-top: 16px;
	padding-top: 0;
	border-top: 0;
}

.hff-theme-luxury .hff-flow__submit {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 25px;
	width: 100%;
	margin-top: 30px;
	padding: 18px 45px 18px 50px;
	min-height: 51px;
	height: 51px;
	border: 0;
	border-radius: 6px;
	background: linear-gradient(90deg, #976f2a 0%, #bfa335 50%, #976f2a 100%);
	color: #ffffff;
	font-family: Inter, system-ui, sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	box-shadow: none;
}

.hff-theme-luxury .hff-flow__submit-label {
	flex: 0 0 auto;
}

.hff-theme-luxury .hff-flow__submit-arrow {
	display: block;
	width: 18px;
	height: 15px;
	flex: 0 0 18px;
	background-color: #ffffff;
	-webkit-mask-image: var(--hff-luxury-submit-arrow-mask);
	mask-image: var(--hff-luxury-submit-arrow-mask);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.hff-theme-luxury .hff-flow__submit:hover:not(:disabled) {
	filter: brightness(1.05);
}

.hff-theme-luxury .hff-flow__status {
	color: var(--hff-muted);
}

.hff-theme-luxury .hff-flow__status--error {
	color: #ff8a8a;
}

.hff-theme-luxury .hff-flow__step--success {
	text-align: center;
}

.hff-theme-luxury .hff-flow__hint {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.4;
	color: var(--hff-muted);
}

.hff-theme-luxury .hff-flow__field--radio {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 20px;
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 50px;
}

.hff-theme-luxury .hff-flow__field--radio .hff-flow__label {
	display: block;
	flex: 0 0 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.375;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.hff-theme-luxury .hff-flow__radio-option {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	color: #ffffff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

.hff-theme-luxury .hff-flow__field--radio input[type="radio"] {
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}

.hff-theme-luxury .hff-flow__field--radio input[type="radio"]:checked {
	border-color: var(--hff-accent, #cca841);
	background: radial-gradient(circle, var(--hff-accent, #cca841) 0 3.5px, transparent 4px);
}

.hff-theme-luxury .hff-flow__field--radio input[type="radio"]:focus-visible {
	outline: 2px solid rgba(204, 168, 65, 0.45);
	outline-offset: 2px;
}

@media (max-width: 640px) {
	.hff-theme-luxury .hff-flow__panel {
		padding: 32px 24px;
		gap: 24px;
		border-radius: 20px;
	}

	.hff-theme-luxury .hff-flow__close {
		top: 20px;
		right: 20px;
	}

	.hff-theme-luxury .hff-flow__title {
		font-size: clamp(32px, 8vw, var(--hff-title-size, 44px));
	}

	.hff-theme-luxury .hff-flow__choice,
	.hff-theme-luxury .hff-flow__choice-label {
		font-size: 18px;
	}

	.hff-theme-luxury .hff-flow__choice {
		padding: 18px 20px;
		min-height: 0;
	}

	.hff-theme-luxury .hff-flow__intro ul,
	.hff-theme-luxury .hff-flow__content-block ul {
		grid-template-columns: 1fr;
	}
}

/* Embedded form-only — Bricks (or other) popup shell owns logo/close/background. */
.hff-flow--form-only {
	width: 100%;
	max-width: none;
	margin: 0;
}

.hff-flow--form-only .hff-flow__panel {
	background: transparent;
	box-shadow: none;
	border: 0;
	padding: 0;
	max-width: none;
	gap: 35px;
}

.hff-flow--form-only .hff-flow__stage {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

/* Landing page — fields and submit only (no step title / back). */
.hff-flow--standalone .hff-flow__title,
.hff-flow--standalone .hff-flow__title-accent,
.hff-flow--standalone .hff-flow__intro,
.hff-flow--standalone .hff-flow__step-back,
.hff-flow--standalone .hff-flow__breadcrumb {
	display: none !important;
}

.hff-flow--standalone .hff-flow__step--form {
	gap: 0;
}

.hff-flow--standalone .hff-flow__panel {
	gap: 0;
}

/*
 * Standalone landing embeds (Form Flow Step) — paint the same Figma card as the
 * Bricks popup shell. Without this, frontend.css keeps the panel transparent
 * and white gradient inputs disappear on a white Bricks container.
 */
.brxe-hff-form-step > .hff-flow.hff-theme-luxury.hff-flow--standalone,
.hff-theme-luxury.hff-flow--standalone:not(.hff-flow--bricks-popup) {
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
	padding: 60px 60px 50px !important;
	border: 0 !important;
	border-radius: 30px !important;
	box-sizing: border-box;
	color: #ffffff;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 22.43%, rgba(151, 111, 42, 0.5) 105.46%), #000000 !important;
	box-shadow: 0 10px 64px rgba(204, 168, 65, 0.2);
}

/* Standalone card styling must not stack inside a Bricks popup — the popup shell owns the gradient. */
.brx-popup .hff-theme-luxury.hff-flow--standalone {
	max-width: none;
	margin: 0;
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none;
}

.hff-theme-luxury.hff-flow--standalone:not(.hff-flow--bricks-popup) .hff-flow__form-footer,
.hff-theme-luxury.hff-flow--standalone:not(.hff-flow--bricks-popup) .hff-flow__form-footer p {
	margin: 0;
	color: #ffffff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.44;
	text-align: center;
	text-transform: capitalize;
}

.hff-theme-luxury.hff-flow--standalone .hff-flow__submit {
	margin-top: 20px;
}

.hff-theme-luxury .hff-flow__field--turnstile {
	width: 100%;
	max-width: 300px;
	margin-top: 4px;
}

.hff-theme-luxury .hff-flow__turnstile-widget {
	background: transparent;
}

.hff-flow--standalone .hff-flow__success-message {
	margin: 0 0 20px;
	color: inherit;
	font-family: Inter, system-ui, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.47;
	text-align: center;
}

.hff-theme-luxury.hff-flow--form-only {
	color: var(--hff-text, #ffffff);
}

.hff-theme-luxury.hff-flow--form-only .hff-flow__title {
	font-size: var(--hff-title-size, 44px);
	color: var(--hff-title-color, #ffffff);
}

.hff-theme-luxury.hff-flow--form-only .hff-flow__choice {
	background: var(--hff-choice-bg, rgba(255, 255, 255, 0.04));
	border: var(--hff-choice-border-width, 1px) solid var(--hff-choice-border-color, rgba(255, 255, 255, 0.2));
}

.hff-theme-dream-charters.hff-flow--form-only .hff-flow__panel {
	background: transparent;
	box-shadow: none;
	border: 0;
	padding: 0;
}

.brx-popup-content .hff-flow--form-only {
	width: 100%;
}

/* Vehicle availability — in-card heading + subtitle (Figma Frame 764). */
.hff-theme-luxury .hff-vdp-heading {
	margin: 0;
	color: #ffffff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.22;
	letter-spacing: 0.06em;
	text-align: center;
	text-transform: uppercase;
}

.hff-theme-luxury .hff-vdp-subhead {
	margin: 12px 0 0;
	color: #ffffff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	text-align: center;
}

.hff-theme-luxury .hff-flow__content-block:has(.hff-vdp-heading) {
	margin-bottom: 10px;
}

/* Vehicle availability — post-submit CTA cluster (Figma Frame 768/477). */
.hff-theme-luxury .hff-flow__form-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 100%;
	margin-top: 20px;
}

.hff-theme-luxury .hff-vdp-actions {
	display: flex;
	flex-direction: row;
	gap: 18px;
	width: 100%;
}

.hff-theme-luxury .hff-vdp-actions__btn {
	box-sizing: border-box;
	flex: 1 1 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 51px;
	padding: 10px 17px;
	border: 1.5px solid rgba(255, 255, 255, 0.6);
	border-radius: 10px;
	background: transparent;
	color: #ffffff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	transition: border-color 0.3s ease, color 0.3s ease;
}

.hff-theme-luxury .hff-vdp-actions__btn:hover,
.hff-theme-luxury .hff-vdp-actions__btn:focus-visible {
	border-color: var(--hff-accent, #cca841);
	color: var(--hff-accent, #cca841);
	outline: none;
}

.hff-theme-luxury .hff-vdp-actions__icon {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.hff-theme-luxury .hff-vdp-actions__icon--call {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.5 14.1v2.3a1.5 1.5 0 0 1-1.7 1.5 14.8 14.8 0 0 1-6.4-2.3 14.6 14.6 0 0 1-4.5-4.5A14.8 14.8 0 0 1 2.6 4.2 1.5 1.5 0 0 1 4.1 2.5h2.3a1.5 1.5 0 0 1 1.5 1.3c.1.8.3 1.5.5 2.2a1.5 1.5 0 0 1-.3 1.6l-1 1a12 12 0 0 0 4.5 4.5l1-1a1.5 1.5 0 0 1 1.6-.3c.7.3 1.4.4 2.2.5a1.5 1.5 0 0 1 1.3 1.5Z' fill='%23000'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.5 14.1v2.3a1.5 1.5 0 0 1-1.7 1.5 14.8 14.8 0 0 1-6.4-2.3 14.6 14.6 0 0 1-4.5-4.5A14.8 14.8 0 0 1 2.6 4.2 1.5 1.5 0 0 1 4.1 2.5h2.3a1.5 1.5 0 0 1 1.5 1.3c.1.8.3 1.5.5 2.2a1.5 1.5 0 0 1-.3 1.6l-1 1a12 12 0 0 0 4.5 4.5l1-1a1.5 1.5 0 0 1 1.6-.3c.7.3 1.4.4 2.2.5a1.5 1.5 0 0 1 1.3 1.5Z' fill='%23000'/%3E%3C/svg%3E");
}

.hff-theme-luxury .hff-vdp-actions__icon--sms {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.5 11.7a2.5 2.5 0 0 1-2.5 2.5H6.7L3.3 17.5V5a2.5 2.5 0 0 1 2.5-2.5h9.2A2.5 2.5 0 0 1 17.5 5v6.7Z' fill='%23000'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.5 11.7a2.5 2.5 0 0 1-2.5 2.5H6.7L3.3 17.5V5a2.5 2.5 0 0 1 2.5-2.5h9.2A2.5 2.5 0 0 1 17.5 5v6.7Z' fill='%23000'/%3E%3C/svg%3E");
}

.hff-theme-luxury .hff-vdp-delivery {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--hff-accent, #cca841);
	font-family: Inter, system-ui, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	text-decoration-line: underline;
	text-underline-offset: 4px;
}

.hff-theme-luxury .hff-vdp-delivery__arrow {
	display: block;
	flex: 0 0 18px;
	width: 18px;
	height: 15px;
	background-color: var(--hff-accent, #cca841);
	-webkit-mask-image: var(--hff-luxury-submit-arrow-mask);
	mask-image: var(--hff-luxury-submit-arrow-mask);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.hff-theme-luxury .hff-vdp-divider {
	width: 100%;
	height: 1px;
	margin: 0;
	border: 0;
	background: #ffffff;
	opacity: 0.16;
}

.hff-theme-luxury .hff-vdp-note {
	margin: 0;
	color: #ffffff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.44;
	text-align: center;
	text-transform: capitalize;
}

@media (max-width: 640px) {
	.hff-theme-luxury .hff-vdp-actions {
		flex-direction: column;
	}
}

/* Checkbox group (Concierge Add-Ons — Figma Frame 293/408). */
.hff-theme-luxury .hff-flow__field--checkbox {
	margin: 0;
	padding: 0;
	border: 0;
}

.hff-theme-luxury .hff-flow__check-options {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 25px;
	width: 100%;
}

.hff-theme-luxury .hff-flow__check-option {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	cursor: pointer;
	color: #ffffff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.29;
	text-transform: capitalize;
}

.hff-theme-luxury .hff-flow__check-input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	opacity: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.hff-theme-luxury .hff-flow__check-box {
	box-sizing: border-box;
	flex: 0 0 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 1.8px solid #ffffff;
	border-radius: 4px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.hff-theme-luxury .hff-flow__check-input:checked + .hff-flow__check-box {
	border-color: var(--hff-accent, #cca841);
	background: var(--hff-accent, #cca841);
}

.hff-theme-luxury .hff-flow__check-input:checked + .hff-flow__check-box::after {
	content: '';
	width: 11px;
	height: 9px;
	background: #ffffff;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5L4.5 8.5L11 1.5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5L4.5 8.5L11 1.5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hff-theme-luxury .hff-flow__check-input:focus-visible + .hff-flow__check-box {
	outline: 2px solid rgba(204, 168, 65, 0.45);
	outline-offset: 2px;
}

/* Event plan form — section heading + supporting notes (Figma Frame 293/412). */
.hff-theme-luxury .hff-event-addons-title {
	margin: 0;
	width: 100%;
	color: #ffffff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.16;
	letter-spacing: 0.15em;
	text-align: center;
	text-transform: uppercase;
}

.hff-theme-luxury .hff-event-rule {
	width: 100%;
	height: 1px;
	margin: 0;
	border: 0;
	background: #ffffff;
	opacity: 0.16;
}

.hff-theme-luxury .hff-event-cta-note {
	margin: 0;
	width: 100%;
	color: #ffffff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.22;
	text-align: center;
	text-transform: capitalize;
}

.hff-theme-luxury .hff-event-footer-note {
	margin: 0;
	width: 100%;
	color: #ffffff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.44;
	text-align: center;
}