.funicular-purchase-flow-body {
	--funicular-flow-green-dark: #1f4b3a;
	--funicular-flow-green-dark-strong: #17382c;
	--funicular-flow-green-accent: #2bbf6a;
	--funicular-flow-green-soft: #edf7f0;
	--funicular-flow-green-soft-strong: #d3ecdd;
	--funicular-flow-green-border: rgba(31, 75, 58, 0.18);
	--funicular-flow-footer-clearance: calc(132px + env(safe-area-inset-bottom, 0px));
	--color-primary: var(--funicular-flow-green-dark);
	--color-text-soft: #4b6259;
	background: var(--color-bg);
	padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px));
}

.funicular-flow-header {
	position: fixed;
	inset: 0 0 auto 0;
	z-index: 120;
	background: rgba(250, 251, 228, 0.92);
	border-bottom: 1px solid rgba(31, 75, 58, 0.14);
	backdrop-filter: blur(14px);
}

.funicular-flow-header__inner {
	width: min(100% - 20px, 720px);
	min-height: 64px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 44px 1fr 44px;
	align-items: center;
	gap: 12px;
}

.funicular-flow-header__back,
.funicular-flow-header__spacer {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	color: var(--color-primary);
}

.funicular-flow-header__brand {
	font-family: var(--font-body);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: center;
	color: var(--color-primary);
}

.funicular-purchase-flow {
	padding: 56px 0 0;
}

.funicular-purchase-flow__container {
	width: min(100% - 24px, 720px);
	margin-inline: auto;
	padding-bottom: 32px;
}

.funicular-purchase-flow__notices .woocommerce-notices-wrapper {
	margin-bottom: 16px;
}

.funicular-purchase-flow__progress {
	margin-bottom: 28px;
}

.funicular-purchase-flow__progress-meta {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
}

.funicular-purchase-flow__progress-step {
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--color-primary);
}

.funicular-purchase-flow__progress-label {
	font-size: 12px;
	font-weight: 600;
	color: var(--color-text-soft);
}

.funicular-purchase-flow__progress-track {
	height: 6px;
	background: #e7e8e9;
	border-radius: 999px;
	overflow: hidden;
}

.funicular-purchase-flow__progress-bar {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--color-primary);
}

.funicular-purchase-flow__progress-dots {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: center;
	gap: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.funicular-purchase-flow__progress-dot {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.funicular-purchase-flow__progress-dot::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #c5ccd3;
}

.funicular-purchase-flow__progress-dot::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(50% + 12px);
	width: calc(100% - 24px);
	height: 2px;
	transform: translateY(-50%);
	background: #c5ccd3;
}

.funicular-purchase-flow__progress-dot:last-child::after {
	display: none;
}

.funicular-purchase-flow__progress-dot.is-complete::before,
.funicular-purchase-flow__progress-dot.is-current::before {
	width: 22px;
	height: 22px;
}

.funicular-purchase-flow__progress-dot.is-complete::after {
	background: var(--funicular-flow-green-accent);
}

.funicular-purchase-flow__progress-dot.is-complete::before {
	box-sizing: border-box;
	background: #fff;
	border: 4px solid var(--funicular-flow-green-accent);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%232bbf6a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='M4 8.4l2.4 2.4L12 5.2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px 13px;
}

.funicular-purchase-flow__progress-dot.is-current::before {
	background: var(--funicular-flow-green-accent);
}

.funicular-purchase-flow__hero {
	margin-top: 32px;
	margin-bottom: 40px;
}

.funicular-purchase-flow__title {
	margin: 0 0 12px;
	font-family: var(--font-heading);
	font-size: clamp(32px, 7vw, 44px);
	line-height: 0.96;
	letter-spacing: 0;
	font-weight: 700;
}

.funicular-purchase-flow__description {
	margin: 0;
	color: var(--color-text-soft);
	font-size: 16px;
	line-height: 1.7;
}

.funicular-purchase-flow[data-current-step="2"] .funicular-purchase-flow__description {
	display: none;
}

@media (max-width: 480px) {
	.funicular-purchase-flow[data-current-step="2"] .funicular-purchase-flow__title {
		white-space: nowrap;
		font-size: clamp(25px, 7vw, 32px);
	}
}

.funicular-step-nationality {
	display: grid;
	gap: 24px;
	padding-bottom: var(--funicular-flow-footer-clearance);
}

.funicular-step-date-time {
	display: grid;
	gap: 28px;
}

.funicular-step3-shell {
	position: relative;
	padding-bottom: var(--funicular-flow-footer-clearance);
}

.funicular-step3-summary {
	margin-bottom: 12px;
}

.funicular-step-date-time.funicular-step3 {
	gap: 16px;
	padding: 18px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(31, 75, 58, 0.12);
	box-shadow: 0 8px 22px rgba(15, 43, 34, 0.08);
}

.funicular-step3-banner {
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid #e6e7ec;
	border-radius: 12px;
	background: #ffffff;
	padding: 10px 12px;
	box-shadow: 0 6px 18px rgba(4, 6, 15, 0.08);
}

.funicular-step3-banner__image {
	width: 64px;
	height: 40px;
	border-radius: 8px;
	object-fit: cover;
	flex: 0 0 auto;
}

.funicular-step3-banner__content {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.funicular-step3-banner__title,
.funicular-step3-banner__subtitle {
	margin: 0;
	color: #024139;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.funicular-step3-banner__title {
	font-size: 14px;
	font-weight: 700;
}

.funicular-step3-banner__subtitle {
	font-size: 13px;
	font-weight: 500;
}

.funicular-step3-heading {
	margin: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #1f2937;
}

.funicular-step3-heading--time {
	margin-top: 8px;
}

.funicular-step3-ticket-meta,
.funicular-step3-ticket-description {
	margin: 0;
	font-size: 12px;
	line-height: 1.45;
	color: var(--color-text-soft);
}

.funicular-step3-dates {
	display: grid;
	gap: 14px;
}

.funicular-step3-date-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.funicular-step3-date-chip,
button.funicular-step3-date-chip {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
}

.funicular-step3-date-chip__input {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
}

.funicular-step3-date-chip__surface {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	padding: 8px 10px;
	border-radius: 10px;
	border: 1px solid #dbe3e1;
	background: #f4f6f6;
	color: #475569;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.funicular-step3-date-chip:hover,
.funicular-step3-date-chip:active,
.funicular-step3-date-chip:focus {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.funicular-step3-date-chip__input:checked + .funicular-step3-date-chip__surface,
.funicular-step3-date-chip.is-selected .funicular-step3-date-chip__surface {
	background: #024139;
	border-color: #024139;
	color: #fff;
	box-shadow: 0 8px 20px rgba(2, 65, 57, 0.2);
}

.funicular-step3-other-date {
	display: flex;
	justify-content: center;
}

.funicular-step3-calendar-picker {
	position: relative;
	width: min(100%, 420px);
}

.funicular-step3-other-date__button {
	width: 100% !important;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 8px;
	border: 1px solid #4f8a83 !important;
	background: #f1f3f3 !important;
	font-size: 16px;
	font-weight: 700;
	color: #024139 !important;
	text-align: center;
	cursor: pointer;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
}

.funicular-step3-other-date__button:focus-visible {
	outline: 2px solid #024139;
	outline-offset: 2px;
}

.funicular-step3-other-date__button:hover {
	background: #edf0f0 !important;
	background-color: #edf0f0 !important;
}

.funicular-step3-calendar {
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 40;
	width: min(100%, 320px);
	padding: 12px;
	border-radius: 14px;
	border: 1px solid #cfe2de;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(2, 65, 57, 0.14);
}

.funicular-step3-calendar__header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.funicular-step3-calendar__month {
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #024139;
}

.funicular-step3-calendar__nav {
	width: 30px;
	height: 30px;
	border-radius: 999px;
	border: 1px solid #b8d3cd !important;
	background: #eaf4f1 !important;
	color: #024139 !important;
	font-size: 14px;
	cursor: pointer;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
}

.funicular-step3-calendar__nav:hover {
	background: #dceee8 !important;
}

.funicular-step3-calendar__weekdays {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 2px;
	margin-bottom: 6px;
}

.funicular-step3-calendar__weekdays span {
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	color: #446961;
}

.funicular-step3-calendar__grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 2px;
}

.funicular-step3-calendar__day {
	min-height: 34px;
	padding: 0;
	border: 1px solid #d5e7e2 !important;
	border-radius: 8px;
	background: #ffffff !important;
	font-size: 13px;
	font-weight: 600;
	color: #214b43 !important;
	cursor: pointer;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
}

.funicular-step3-calendar__day:hover {
	background: #edf6f3 !important;
	border-color: #b7d4cd !important;
}

.funicular-step3-calendar__day.is-muted {
	color: #9bb1ac !important;
	background: #f8fbfa !important;
}

.funicular-step3-calendar__day.is-selected {
	background: #024139 !important;
	border-color: #024139 !important;
	color: #ffffff !important;
	box-shadow: 0 8px 20px rgba(2, 65, 57, 0.25);
}

.funicular-step3-calendar__day.is-today {
	border-color: #2b8b78 !important;
	box-shadow: inset 0 0 0 1px #2b8b78;
}

.funicular-step3-calendar__day.is-disabled {
	color: #c6d2d0 !important;
	background: #f5f8f7 !important;
	border-color: #e4eeec !important;
	cursor: not-allowed;
}

.funicular-step3-calendar__day.is-disabled:hover {
	background: transparent;
}

.funicular-step3-calendar__day.is-no-slots {
	color: #b8c9c6 !important;
	background: #f5f8f7 !important;
	border-color: #dce9e6 !important;
	cursor: not-allowed;
	text-decoration: line-through;
	text-decoration-color: #b8c9c6;
}

.funicular-step3-calendar__day.is-no-slots:hover {
	background: #f5f8f7 !important;
	border-color: #dce9e6 !important;
}


.funicular-step3-date-error {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	color: #b42318;
}

.funicular-step3-separator {
	width: 100%;
	height: 1px;
	background: #e5e7eb;
}

.funicular-step3-time-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.funicular-step3-time-slot {
	position: relative;
}

.funicular-step3-time-slot__input {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
}

.funicular-step3-time-slot__surface {
	min-height: 54px;
	padding: 8px 10px;
	border-radius: 10px;
	border: 1px solid #d1d7df;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	cursor: pointer;
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.funicular-step3-time-slot__surface:hover {
	border-color: #aab3bf;
}

.funicular-step3-time-slot__time {
	font-size: 15px;
	font-weight: 400;
	color: #2d4767;
	line-height: 1.2;
}

.funicular-step3-time-slot__status {
	font-size: 11px;
	font-weight: 600;
	color: #5c6e6a;
	line-height: 1.1;
}

.funicular-step3-time-slot__eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #5c6e6a;
}

.funicular-step3-time-slot__input:checked + .funicular-step3-time-slot__surface,
.funicular-step3-time-slot.is-selected .funicular-step3-time-slot__surface {
	border-color: #024139;
	background: #024139;
	box-shadow: 0 8px 20px rgba(2, 65, 57, 0.2);
}

.funicular-step3-time-slot__input:checked + .funicular-step3-time-slot__surface .funicular-step3-time-slot__time,
.funicular-step3-time-slot.is-selected .funicular-step3-time-slot__surface .funicular-step3-time-slot__time,
.funicular-step3-time-slot__input:checked + .funicular-step3-time-slot__surface .funicular-step3-time-slot__status,
.funicular-step3-time-slot.is-selected .funicular-step3-time-slot__surface .funicular-step3-time-slot__status,
.funicular-step3-time-slot__input:checked + .funicular-step3-time-slot__surface .funicular-step3-time-slot__eyebrow,
.funicular-step3-time-slot.is-selected .funicular-step3-time-slot__surface .funicular-step3-time-slot__eyebrow {
	color: #ffffff;
}

.funicular-step3-time-slot.is-disabled .funicular-step3-time-slot__surface {
	background: #cfd4db;
	border-color: #cfd4db;
	box-shadow: none;
	cursor: default;
}

.funicular-step3-time-slot.is-disabled .funicular-step3-time-slot__time,
.funicular-step3-time-slot.is-disabled .funicular-step3-time-slot__status {
	color: #2d4767;
}

.funicular-step3-loading {
	display: grid;
	place-items: center;
	padding: 14px 0 18px;
	animation: funicular-step3-loading-fade-in 0.2s ease-out;
}

.funicular-step3-loading[hidden] {
	display: none !important;
}

.funicular-step3-time-grid.is-loading {
	opacity: 0.45;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.funicular-step3-loading__panel {
	background: #fff;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(2, 65, 57, 0.12);
	box-shadow: 0 8px 28px rgba(2, 65, 57, 0.12);
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.funicular-step3-loading__panel p {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #024139;
}

.funicular-step3-loading__spinner {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #d1ddd9;
	border-top-color: #024139;
	animation: funicular-step3-spin 0.75s linear infinite;
}

@keyframes funicular-step3-loading-fade-in {
	from {
		opacity: 0;
		transform: translateY(3px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

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

/* Step 4 — pricing loading state */
.funicular-step4-loading {
	display: grid;
	place-items: center;
	padding: 14px 0 18px;
	animation: funicular-step3-loading-fade-in 0.2s ease-out;
}

.funicular-step4-loading[hidden] {
	display: none !important;
}

.funicular-step4-loading__panel {
	background: #fff;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(2, 65, 57, 0.12);
	box-shadow: 0 8px 28px rgba(2, 65, 57, 0.12);
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.funicular-step4-loading__panel p {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #024139;
}

.funicular-step4-loading__spinner {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #d1ddd9;
	border-top-color: #024139;
	animation: funicular-step3-spin 0.75s linear infinite;
}

[data-step4-pricing-loading] .funicular-passenger-list {
	opacity: 0.35;
	pointer-events: none;
	transition: opacity 0.25s ease;
}

[data-step4-pricing-loading] .funicular-passenger-total {
	opacity: 0.35;
	pointer-events: none;
	transition: opacity 0.25s ease;
}

@media (min-width: 1024px) {
	.funicular-step-date-time.funicular-step3 {
		padding: 24px 28px;
	}

	.funicular-step3-time-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.funicular-step3-banner__image {
		width: 48px;
		height: 48px;
		border-radius: 10px;
	}

	.funicular-step3-banner__title {
		font-size: 16px;
	}

	.funicular-step3-banner__subtitle {
		font-size: 14px;
	}
}

.funicular-step-passengers {
	display: grid;
	gap: 24px;
	padding-bottom: var(--funicular-flow-footer-clearance);
	--funicular-step4-accent: #0b3d2e;
	--funicular-step4-accent-soft: #e3efe9;
	--funicular-step4-accent-border: rgba(11, 61, 46, 0.18);
	--funicular-step4-accent-shadow: rgba(11, 61, 46, 0.22);
}

.funicular-step-buyer-information {
	padding-bottom: var(--funicular-flow-footer-clearance);
}

.funicular-checkout-layout {
	display: grid;
	gap: 24px;
}

.funicular-checkout-layout__left,
.funicular-checkout-layout__right {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (min-width: 1024px) {
	.funicular-checkout-layout {
		grid-template-columns: 1fr 420px;
		align-items: start;
	}
}

.funicular-ticket-note,
.funicular-step-placeholder-card {
	margin-top: 28px;
	display: flex;
	gap: 12px;
	padding: 18px;
	border-radius: 20px;
	background: #edeeef;
}

.funicular-ticket-note {
	align-items: flex-start;
}

.funicular-ticket-note--tertiary {
	background: rgba(208, 228, 255, 0.46);
}

.funicular-ticket-note__icon {
	color: var(--color-text-soft);
	font-size: 20px;
}

.funicular-ticket-note__icon--tertiary {
	color: #00588f;
}

.funicular-ticket-note p {
	margin: 0;
	color: var(--color-text-soft);
	font-size: 12px;
	line-height: 1.7;
}

.funicular-step-placeholder-card {
	flex-direction: column;
	gap: 10px;
	background: #fff;
	box-shadow: var(--shadow-soft);
}

.funicular-step-placeholder-card h2 {
	margin: 0;
	font-family: var(--font-heading);
	font-size: 28px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 700;
}

.funicular-step-placeholder-card p {
	margin: 0;
	color: var(--color-text-soft);
	line-height: 1.7;
}

.funicular-step-placeholder-card__selection {
	display: grid;
	gap: 6px;
	padding: 16px;
	border-radius: 16px;
	background: #f3f4f5;
}

.funicular-step-placeholder-card__selection-label {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--color-primary);
}

.funicular-selection-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 18px;
	border-radius: 20px;
	border: 1px solid rgba(31, 75, 58, 0.14);
	background: #fff;
	box-shadow: 0 10px 30px -10px rgba(25, 28, 29, 0.08);
}

.funicular-selection-summary__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: var(--funicular-flow-green-soft-strong);
	color: var(--color-primary);
}

.funicular-selection-summary__copy {
	flex: 1;
	display: grid;
	gap: 4px;
}

.funicular-selection-summary__eyebrow {
	margin: 0;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(93, 63, 60, 0.7);
}

.funicular-selection-summary__title {
	margin: 0;
	font-family: var(--font-body);
	font-size: 18px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.funicular-selection-summary__price {
	font-family: var(--font-body);
	font-size: 22px;
	line-height: 1;
	font-weight: 800;
	color: var(--color-primary);
	text-align: right;
}

.funicular-selection-summary--action .funicular-selection-summary__aside {
	display: flex;
	align-items: center;
}

.funicular-selection-summary__change a {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: var(--color-primary);
}

.funicular-selection-summary__icon--light {
	background: #fff;
	box-shadow: 0 8px 16px rgba(25, 28, 29, 0.06);
}

.funicular-selection-summary--media {
	align-items: center;
}

.funicular-selection-summary__media {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	overflow: hidden;
	background: var(--funicular-flow-green-soft-strong);
}

.funicular-selection-summary__media-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.funicular-selection-summary__media--placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary);
}

.funicular-selection-summary__price .amount {
	font-size: inherit;
	font-weight: inherit;
}

.funicular-ticket-choice__currency-code {
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--color-text-soft);
}

.funicular-nationality-options {
	display: grid;
	gap: 16px;
}

.funicular-date-picker,
.funicular-time-picker {
	display: grid;
	gap: 16px;
	margin-bottom: 28px;
}

.funicular-date-picker__header h3,
.funicular-time-picker__title {
	margin: 0;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--color-text-soft);
}

.funicular-date-picker__scroller {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	padding-bottom: 6px;
	scrollbar-width: none;
}

.funicular-date-picker__scroller::-webkit-scrollbar {
	display: none;
}

.funicular-date-card {
	display: block;
	flex: 0 0 auto;
	position: relative;
	cursor: pointer;
}

.funicular-date-card__input,
.funicular-time-slot__input {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
}

.funicular-date-card__surface {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 80px;
	min-height: 96px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid transparent;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.funicular-date-card__input:checked + .funicular-date-card__surface,
.funicular-date-card.is-selected .funicular-date-card__surface {
	background: var(--color-primary);
	border-color: var(--color-primary);
	box-shadow: none;
	color: #fff;
}

.funicular-date-card__input:focus-visible + .funicular-date-card__surface {
	outline: 2px solid var(--color-primary);
	outline-offset: 4px;
}

.funicular-date-card__day-label {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.funicular-date-card__day {
	font-family: var(--font-body);
	font-size: 29px;
	line-height: 1;
	font-weight: 800;
}

.funicular-time-picker__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	max-height: 540px;
	overflow-y: auto;
	padding: 3px 6px 3px 3px;
	align-content: start;
	scrollbar-width: thin;
	scrollbar-color: rgba(31, 75, 58, 0.4) transparent;
}

.funicular-time-picker__grid::-webkit-scrollbar {
	width: 6px;
}

.funicular-time-picker__grid::-webkit-scrollbar-track {
	background: transparent;
}

.funicular-time-picker__grid::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(31, 75, 58, 0.36);
}

.funicular-time-slot {
	display: block;
	position: relative;
	cursor: pointer;
}

.funicular-time-slot__surface {
	position: relative;
	display: grid;
	gap: 4px;
	justify-items: center;
	padding: 18px 14px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid transparent;
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.funicular-time-slot__input:checked + .funicular-time-slot__surface,
.funicular-time-slot.is-selected .funicular-time-slot__surface {
	border-color: var(--color-primary);
	box-shadow: 0 0 0 2px var(--color-primary), 0 10px 20px rgba(31, 75, 58, 0.18);
}

.funicular-time-slot__input:focus-visible + .funicular-time-slot__surface {
	outline: 2px solid var(--color-primary);
	outline-offset: 4px;
}

.funicular-time-slot__label {
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	color: var(--color-text);
}

.funicular-time-slot__status {
	font-size: 10px;
	font-weight: 600;
	color: var(--color-text-soft);
}

.funicular-time-slot__status--soldout {
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #ba1a1a;
}

.funicular-time-slot__check {
	position: absolute;
	top: 8px;
	right: 8px;
	color: var(--color-primary);
	font-size: 16px;
}

.funicular-time-slot__check .icon {
	font-size: inherit;
}

.funicular-time-slot.is-disabled {
	cursor: not-allowed;
}

.funicular-time-slot.is-disabled .funicular-time-slot__surface {
	background: #e7e8e9;
	opacity: 0.62;
}

.funicular-context-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-top: 8px;
	padding: 22px;
	border-radius: 24px;
	border: 1px solid rgba(31, 75, 58, 0.18);
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(10px);
}

.funicular-context-card__icon {
	color: #00588f;
	font-size: 22px;
}

.funicular-context-card__copy {
	display: grid;
	gap: 4px;
}

.funicular-context-card__title {
	margin: 0;
	font-size: 14px;
	font-weight: 800;
	color: var(--color-text);
}

.funicular-context-card__copy p:last-child {
	margin: 0;
	color: var(--color-text-soft);
	font-size: 12px;
	line-height: 1.7;
}

.funicular-passenger-list {
	display: grid;
	gap: 16px;
}

.funicular-passenger-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px;
	border-radius: 22px;
	border: 1px solid rgba(31, 75, 58, 0.16);
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.funicular-step-passengers .funicular-passenger-card.is-disabled {
	opacity: 0.55;
	background: #f2f4f3;
	border-color: rgba(31, 75, 58, 0.12);
}

.funicular-passenger-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 999px;
}

.funicular-passenger-card__icon--primary {
	background: var(--funicular-flow-green-soft-strong);
	color: var(--color-primary);
}

.funicular-passenger-card__icon--tertiary {
	background: #d0e4ff;
	color: #00588f;
}

.funicular-passenger-card__icon--secondary {
	background: #e3f2ea;
	color: #2a5a49;
}

.funicular-passenger-card__copy {
	flex: 1;
	display: grid;
	gap: 4px;
}

.funicular-passenger-card__title {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	color: var(--color-text);
}

.funicular-passenger-card__description {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	color: var(--color-text-soft);
}

.funicular-step-passengers .funicular-passenger-card__price {
	margin: 2px 0 0;
	font-size: 14px;
	font-weight: 800;
	color: var(--funicular-step4-accent);
}

.funicular-passenger-card__price .amount {
	font-size: inherit;
	font-weight: inherit;
}

.funicular-passenger-counter {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 4px;
	border-radius: 14px;
	background: #f3f4f5;
}

.funicular-step-passengers .funicular-passenger-counter__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--funicular-step4-accent-border);
	border-radius: 10px;
	background: #fff !important;
	background-color: #fff !important;
	background-image: none !important;
	color: var(--color-text-soft);
	box-shadow: 0 2px 8px rgba(25, 28, 29, 0.08);
	-webkit-appearance: none;
	appearance: none;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.funicular-step-passengers .funicular-passenger-counter__button--accent {
	background: var(--funicular-step4-accent);
	color: #fff;
}

.funicular-step-passengers .funicular-passenger-counter__button:not(:disabled):active,
.funicular-step-passengers .funicular-passenger-counter__button:not(:disabled):focus-visible,
.funicular-step-passengers .funicular-passenger-counter__button.is-active {
	background: var(--funicular-step4-accent) !important;
	background-color: var(--funicular-step4-accent) !important;
	border-color: var(--funicular-step4-accent);
	color: #fff !important;
	box-shadow: 0 8px 16px var(--funicular-step4-accent-shadow);
}

.funicular-passenger-counter__button:not(:disabled):active,
.funicular-passenger-counter__button.is-active {
	transform: scale(0.96);
}

.funicular-passenger-counter__button:disabled:not(.is-active) {
	opacity: 0.42;
	cursor: not-allowed;
	background: #fff !important;
}

.funicular-passenger-counter__button:disabled.is-active {
	opacity: 1;
	cursor: not-allowed;
}

.funicular-passenger-counter__button .icon {
	font-size: 16px;
}

.funicular-passenger-counter__value {
	min-width: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	color: var(--color-text);
}

.funicular-passenger-total {
	display: grid;
	width: 100%;
	justify-items: end;
	gap: 6px;
	margin: 8px 0 0;
}

.funicular-passenger-total__label {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: var(--color-text-soft);
}

.funicular-passenger-total__amount {
	margin: 0;
	font-family: var(--font-body);
	font-size: clamp(28px, 6vw, 42px);
	line-height: 1;
	letter-spacing: -0.06em;
	font-weight: 800;
	color: var(--color-text);
}

.funicular-step-passengers .funicular-passenger-total__amount strong {
	color: var(--funicular-step4-accent);
}

.funicular-step-passengers .funicular-selection-summary__icon {
	background: var(--funicular-step4-accent-soft);
	color: var(--funicular-step4-accent);
}

.funicular-step-passengers .funicular-selection-summary__eyebrow,
.funicular-step-passengers .funicular-passenger-card__description,
.funicular-step-passengers .funicular-passenger-total__label,
.funicular-step-passengers .funicular-passenger-total__meta {
	color: rgba(11, 61, 46, 0.76);
}

.funicular-passenger-total__amount .amount {
	font-size: inherit;
	font-weight: inherit;
}

.funicular-passenger-total__meta {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--color-text-soft);
}

.funicular-buyer-summary {
	display: grid;
	gap: 18px;
	padding: 20px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.funicular-buyer-summary__header {
	display: flex;
	align-items: center;
	gap: 12px;
}

.funicular-buyer-summary__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 14px;
	background: rgba(31, 75, 58, 0.08);
	color: var(--color-primary);
}

.funicular-buyer-summary__copy h3 {
	margin: 0;
	font-family: var(--font-body);
	font-size: 18px;
	line-height: 1.1;
	font-weight: 800;
	color: var(--color-text);
}

.funicular-buyer-summary__copy p {
	margin: 4px 0 0;
	font-size: 12px;
	font-weight: 500;
	color: var(--color-text-soft);
}

.funicular-buyer-summary__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 16px;
}

.funicular-buyer-summary__label {
	display: block;
	margin-bottom: 6px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8a8f94;
}

.funicular-buyer-summary__item p {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-text);
}

.funicular-buyer-summary__item .icon {
	font-size: 16px;
	color: var(--color-text-soft);
}

.funicular-buyer-summary__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 16px;
	border-top: 1px dashed rgba(31, 75, 58, 0.2);
}

.funicular-buyer-summary__footer span {
	font-size: 14px;
	font-weight: 600;
	color: var(--color-text);
}

.funicular-buyer-summary__footer strong,
.funicular-buyer-summary__footer .amount {
	font-family: var(--font-body);
	font-size: 24px;
	line-height: 1;
	font-weight: 800;
	color: var(--color-primary);
}

.funicular-buyer-summary__currency-code {
	margin-left: 6px;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--color-text-soft);
}

.funicular-buyer-section {
	display: grid;
	gap: 24px;
}

.funicular-buyer-section__header h2 {
	margin: 0 0 8px;
	font-family: var(--font-heading);
	font-size: clamp(32px, 7vw, 40px);
	line-height: 0.98;
	letter-spacing: 0;
	font-weight: 700;
	color: var(--color-text);
}

.funicular-buyer-section__header p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: var(--color-text-soft);
}

.funicular-buyer-form {
	display: grid;
	gap: 18px;
}

.funicular-buyer-form__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 16px;
}

.funicular-buyer-field {
	display: grid;
	gap: 8px;
}

.funicular-buyer-field label {
	padding-left: 4px;
	font-size: 12px;
	font-weight: 800;
	color: var(--color-text-soft);
}

.funicular-buyer-field input {
	width: 100%;
	border: 0 !important;
	outline: 0;
	border-radius: 16px;
	background: #eef0f2;
	background-color: #eef0f2;
	padding: 17px 18px;
	font-size: 14px;
	color: var(--color-text);
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	transition: box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.funicular-buyer-field input::placeholder {
	color: #8a8f94;
}

.funicular-buyer-field input:focus-visible {
	outline: none;
	border-color: rgba(31, 75, 58, 0.2);
	box-shadow: 0 0 0 3px rgba(31, 75, 58, 0.12);
	background: #fff;
}

.funicular-buyer-field select {
	width: 100%;
	border: 0 !important;
	outline: 0;
	border-radius: 16px;
	background: #eef0f2;
	background-color: #eef0f2;
	padding: 17px 18px;
	font-size: 14px;
	color: var(--color-text);
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	transition: box-shadow 0.2s ease, background-color 0.2s ease;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238a8f94' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center;
	padding-right: 44px;
}

.funicular-buyer-field select:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(31, 75, 58, 0.12);
	background-color: #fff;
}

.funicular-buyer-field select:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.funicular-buyer-chile-fields {
	display: contents;
}

.funicular-buyer-chile-fields.is-hidden {
	display: none;
}

.funicular-buyer-field__phone {
	position: relative;
}

.funicular-buyer-field__phone span {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	font-weight: 600;
	color: var(--color-text-soft);
}

.funicular-buyer-field__phone input {
	padding-left: 56px;
}

.funicular-buyer-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding-top: 4px;
}

.funicular-buyer-checkbox input {
	margin-top: 2px;
	accent-color: var(--color-primary);
}

.funicular-buyer-checkbox label {
	font-size: 12px;
	line-height: 1.6;
	color: var(--color-text-soft);
}

/* ── Currency selector ─────────────────────────────────────── */

.funicular-currency-selector {
	display: flex;
	gap: 6px;
	padding: 3px;
	background: #f0f2f4;
	border-radius: 12px;
	width: fit-content;
}

.funicular-currency-btn {
	padding: 6px 16px;
	border: none;
	border-radius: 9px;
	background: transparent;
	font-size: 13px;
	font-weight: 700;
	color: var(--color-text-soft);
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
	line-height: 1;
}

.funicular-currency-btn.is-active {
	background: #fff;
	color: var(--color-text);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.funicular-currency-btn:not(.is-active):hover {
	color: var(--color-text);
}

.funicular-payment-method-btn--paypal .funicular-payment-icon {
	max-width: 90px;
	height: 18px;
}

.funicular-payment-method-btn--paypal {
	border-color: rgba(0, 48, 135, 0.18);
	background: #fff;
}

.funicular-payment-method-btn--paypal:not(:disabled):hover {
	border-color: #003087;
	background: #f0f4ff;
	box-shadow: 0 2px 12px rgba(0, 48, 135, 0.08);
}

.funicular-payment-method-btn--paypal.is-selected {
	border-color: #003087;
	background: #f0f4ff;
	box-shadow: 0 0 0 2px rgba(0, 48, 135, 0.15);
}

/* ── Payment methods section ───────────────────────────────── */

.funicular-payment-methods {
	display: grid;
	gap: 16px;
	padding: 20px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.funicular-payment-methods__title {
	margin: 0;
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: var(--color-text);
}

.funicular-payment-methods__options {
	display: grid;
	gap: 10px;
}

.funicular-payment-method-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 54px;
	padding: 14px 20px;
	border: 1.5px solid rgba(31, 75, 58, 0.16);
	border-radius: 16px;
	background: #f7f8f9;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-text);
	cursor: pointer;
	text-align: center;
	transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
	appearance: none;
	-webkit-appearance: none;
}

.funicular-payment-method-btn:not(:disabled):hover {
	border-color: var(--funicular-flow-green-dark);
	background: var(--funicular-flow-green-soft);
	box-shadow: 0 2px 12px rgba(31, 75, 58, 0.1);
}

.funicular-payment-method-btn:not(:disabled):active {
	transform: scale(0.985);
}

.funicular-payment-method-btn:disabled {
	opacity: 0.42;
	cursor: not-allowed;
}

.funicular-payment-method-btn--webpay {
	border-color: rgba(206, 17, 38, 0.18);
	background: #fff;
}

.funicular-payment-method-btn--webpay:not(:disabled):hover {
	border-color: #ce1126;
	background: #fff5f5;
	box-shadow: 0 2px 12px rgba(206, 17, 38, 0.08);
}

.funicular-payment-method-btn--klap {
	border-color: rgba(43, 49, 255, 0.16);
	background: #fff;
}

.funicular-payment-method-btn--klap:not(:disabled):hover {
	border-color: #2b31ff;
	background: #f5f5ff;
	box-shadow: 0 2px 12px rgba(43, 49, 255, 0.08);
}

.funicular-payment-method-btn--mp {
	border-color: rgba(0, 150, 199, 0.18);
	background: #fff;
}

.funicular-payment-method-btn--mp:not(:disabled):hover {
	border-color: #0096c7;
	background: #f0faff;
	box-shadow: 0 2px 12px rgba(0, 150, 199, 0.08);
}

.funicular-payment-method-btn--webpay.is-selected {
	border-color: #ce1126;
	background: #fff5f5;
	box-shadow: 0 0 0 2px rgba(206, 17, 38, 0.15);
}

.funicular-payment-method-btn--mp.is-selected {
	border-color: #0096c7;
	background: #f0faff;
	box-shadow: 0 0 0 2px rgba(0, 150, 199, 0.15);
}

.funicular-payment-icon {
	display: block;
	flex-shrink: 0;
	height: 22px;
	width: auto;
	max-width: 72px;
}

.funicular-payment-error {
	padding: 12px 16px;
	border-radius: 12px;
	background: #fff0f0;
	border: 1px solid rgba(192, 57, 43, 0.18);
	color: #c0392b;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
}

.funicular-payment-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 8px;
	font-size: 13px;
	font-weight: 500;
	color: var(--color-text-soft);
}

.funicular-nationality-card {
	display: block;
	position: relative;
	cursor: pointer;
}

.funicular-nationality-card__input {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
}

.funicular-nationality-card__surface {
	position: relative;
	display: block;
	padding: 24px;
	border-radius: 22px;
	border: 1px solid rgba(31, 75, 58, 0.14);
	background: #f3f4f5;
	box-shadow: 0 10px 30px -10px rgba(25, 28, 29, 0.08);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.funicular-nationality-card__input:checked + .funicular-nationality-card__surface,
.funicular-nationality-card.is-selected .funicular-nationality-card__surface {
	border-color: rgba(31, 75, 58, 0.14);
	background: #f3f4f5;
	box-shadow: 0 10px 30px -10px rgba(25, 28, 29, 0.08);
}

.funicular-nationality-card__input:focus-visible + .funicular-nationality-card__surface {
	outline: 2px solid var(--color-primary);
	outline-offset: 4px;
}

.funicular-nationality-card__watermark {
	position: absolute;
	top: 14px;
	right: 14px;
	color: rgba(25, 28, 29, 0.08);
	font-size: 58px;
}

.funicular-nationality-card__watermark .icon {
	font-size: inherit;
}

.funicular-nationality-card__row {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.funicular-nationality-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: #e7e8e9;
	color: #4b6259;
	box-shadow: inset 0 0 0 1px rgba(31, 75, 58, 0.1);
}

.funicular-nationality-card__icon .icon {
	font-size: 24px;
}

.funicular-nationality-card__input:checked + .funicular-nationality-card__surface .funicular-nationality-card__icon,
.funicular-nationality-card.is-selected .funicular-nationality-card__icon {
	background: #e7e8e9;
	color: #4b6259;
	box-shadow: inset 0 0 0 1px rgba(31, 75, 58, 0.1);
}

.funicular-nationality-card__copy {
	display: grid;
	gap: 6px;
}

.funicular-nationality-card__title {
	font-family: var(--font-heading);
	font-size: 27px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
	color: #191c1d;
}

.funicular-nationality-card__description {
	color: #5d3f3c;
	font-size: 14px;
	line-height: 1.6;
}

.funicular-flow-footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 120;
	padding: 12px 24px calc(16px + env(safe-area-inset-bottom, 0px));
	background: rgba(255, 255, 255, 0.94);
	border-top: 1px solid rgba(31, 75, 58, 0.14);
	backdrop-filter: blur(16px);
}

.funicular-flow-footer__inner {
	width: min(100%, 720px);
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
}

.funicular-flow-footer__back,
.funicular-flow-footer__continue {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 54px;
	border-radius: 16px;
	font-weight: 700;
	transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
	line-height: 1;
	white-space: nowrap;
}

.funicular-flow-footer__back {
	min-height: 52px;
	padding: 0 12px;
	gap: 6px;
	color: #5f6368;
}

.funicular-flow-footer__back.is-disabled {
	opacity: 0.62;
}

.funicular-flow-footer__continue {
	flex: 0 0 auto;
	width: auto;
	margin-left: auto;
	min-width: 144px;
	min-height: 50px;
	border: 0 !important;
	border-color: transparent !important;
	padding: 0 20px 0 22px;
	background: #024139 !important;
	background-color: #024139 !important;
	color: #fff !important;
	box-shadow: 0 10px 22px rgba(31, 75, 58, 0.2);
	appearance: none;
	-webkit-appearance: none;
	border-radius: 10px !important;
	overflow: hidden;
	text-decoration: none;
	gap: 8px;
}

.funicular-flow-footer__continue:disabled {
	background: #c8cccf !important;
	background-color: #c8cccf !important;
	border-color: transparent !important;
	box-shadow: none;
	color: rgba(25, 28, 29, 0.66);
	opacity: 1;
}

.funicular-flow-footer__continue > span:not(.icon) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin: 0;
}

.funicular-flow-footer__continue > .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	line-height: 0;
	font-size: 16px;
	transform: translateY(1.5px);
	margin: 0;
}

.funicular-flow-footer__continue > .icon svg {
	display: block;
	width: 15px;
	height: 15px;
}

.funicular-flow-footer__continue:not(:disabled):hover,
.funicular-flow-footer__back:not(.is-disabled):hover {
	transform: translateY(-1px);
}

.funicular-flow-footer__continue:not(:disabled):hover {
	background: #01352f !important;
	background-color: #01352f !important;
	border-color: transparent !important;
}

@media (min-width: 768px) {
	.funicular-flow-header__inner,
	.funicular-purchase-flow__container,
	.funicular-flow-footer__inner {
		width: min(100% - 48px, 880px);
	}

	.funicular-nationality-options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.funicular-time-picker__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.funicular-buyer-summary__grid,
	.funicular-buyer-form__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.funicular-flow-header__inner,
	.funicular-purchase-flow__container,
	.funicular-flow-footer__inner {
		width: min(100% - 64px, 1040px);
	}
}

/* Purchase flow palette - design PDF */
body.funicular-purchase-flow-body {
	--funicular-flow-primary: #2e3c1a;
	--funicular-flow-primary-hover: #2b3c36;
	--funicular-flow-accent: #b97b34;
	--funicular-flow-accent-strong: #ba7c34;
	--funicular-flow-teal: #0f9785;
	--funicular-flow-surface: #fafbe4;
	--funicular-flow-surface-raised: #fffdf2;
	--funicular-flow-surface-alt: #ecebcb;
	--funicular-flow-border-solid: #c4ccd3;
	--funicular-flow-disabled: #d6d6d6;
	--funicular-flow-muted: #999999;
	--funicular-flow-ink: #000000;
	--funicular-flow-primary-rgb: 46, 60, 26;
	--funicular-flow-accent-rgb: 185, 123, 52;
	--funicular-flow-green-dark: var(--funicular-flow-primary);
	--funicular-flow-green-dark-strong: var(--funicular-flow-primary-hover);
	--funicular-flow-green-accent: var(--funicular-flow-accent);
	--funicular-flow-green-soft: var(--funicular-flow-surface);
	--funicular-flow-green-soft-strong: var(--funicular-flow-surface-alt);
	--funicular-flow-green-border: rgba(var(--funicular-flow-primary-rgb), 0.18);
	--color-primary: var(--funicular-flow-primary);
	--color-text: var(--funicular-flow-ink);
	--color-text-soft: var(--funicular-flow-muted);
	--color-bg: var(--funicular-flow-surface);
	--color-bg-soft: var(--funicular-flow-surface);
	--color-bg-alt: var(--funicular-flow-surface-alt);
	--color-border: var(--funicular-flow-border-solid);
}

.funicular-purchase-flow-body .funicular-flow-header {
	background: rgba(255, 253, 242, 0.96);
	border-bottom-color: rgba(var(--funicular-flow-primary-rgb), 0.16);
}

.funicular-purchase-flow-body .site-header__desktop-shell,
.funicular-purchase-flow-body .site-header__mobile-shell {
	background: var(--funicular-flow-surface-raised) !important;
}

.funicular-purchase-flow-body .site-header__desktop-shell {
	box-shadow: 0 2px 16px rgba(var(--funicular-flow-primary-rgb), 0.08);
}

.funicular-purchase-flow-body .site-header__hamburger,
.funicular-purchase-flow-body .site-header__logo,
.funicular-purchase-flow-body .site-header__lang-current,
.funicular-purchase-flow-body .site-header__call {
	color: var(--funicular-flow-primary);
}

.funicular-purchase-flow-body .site-header__desktop-nav a,
.funicular-purchase-flow-body .site-header__desktop-nav .site-header__desktop-nav-label {
	color: var(--funicular-flow-muted);
}

.funicular-purchase-flow-body .site-header__desktop-nav a:hover,
.funicular-purchase-flow-body .site-header__desktop-nav a.is-current,
.funicular-purchase-flow-body .site-header__desktop-nav a:focus-visible {
	color: var(--funicular-flow-primary);
}

.funicular-purchase-flow-body .site-header__mobile-cta,
.funicular-purchase-flow-body .site-header__desktop-shell .btn-primary {
	background: var(--funicular-flow-primary);
	border-color: var(--funicular-flow-primary);
	color: #ffffff;
}

.funicular-purchase-flow-body .site-header__mobile-cta:hover,
.funicular-purchase-flow-body .site-header__desktop-shell .btn-primary:hover {
	background: var(--funicular-flow-primary-hover);
	border-color: var(--funicular-flow-primary-hover);
	color: #ffffff;
}

.funicular-purchase-flow-body .funicular-flow-header__back,
.funicular-purchase-flow-body .funicular-flow-header__brand,
.funicular-purchase-flow-body .funicular-flow-header__menu-toggle,
.funicular-purchase-flow-body .funicular-flow-header__menu-link {
	color: var(--funicular-flow-primary);
}

.funicular-purchase-flow-body .funicular-flow-header__panel {
	background: var(--funicular-flow-surface-raised);
	border-top-color: rgba(var(--funicular-flow-primary-rgb), 0.16);
}

.funicular-purchase-flow-body .funicular-purchase-flow__progress-track,
.funicular-purchase-flow-body .funicular-purchase-flow__progress-dot::before,
.funicular-purchase-flow-body .funicular-purchase-flow__progress-dot::after {
	background: var(--funicular-flow-border-solid);
}

.funicular-purchase-flow-body .funicular-purchase-flow__progress-bar,
.funicular-purchase-flow-body .funicular-purchase-flow__progress-dot.is-current::before {
	background: var(--funicular-flow-primary);
}

.funicular-purchase-flow-body .funicular-purchase-flow__progress-dot.is-complete::before {
	border: 0;
	background: var(--funicular-flow-accent);
	background-color: var(--funicular-flow-accent);
	background-image: none;
}

.funicular-purchase-flow-body .funicular-purchase-flow__progress-dot.is-complete::after {
	background: var(--funicular-flow-border-solid);
}

.funicular-purchase-flow-body .funicular-selection-summary,
.funicular-purchase-flow-body .funicular-step3-date-time.funicular-step3,
.funicular-purchase-flow-body .funicular-step3-banner,
.funicular-purchase-flow-body .funicular-nationality-card__surface,
.funicular-purchase-flow-body .funicular-passenger-card,
.funicular-purchase-flow-body .funicular-buyer-summary,
.funicular-purchase-flow-body .funicular-payment-methods,
.funicular-purchase-flow-body .funicular-step-placeholder-card {
	background: var(--funicular-flow-surface);
	border-color: rgba(var(--funicular-flow-primary-rgb), 0.18);
}

.funicular-purchase-flow-body .funicular-nationality-card__surface {
	background: var(--funicular-flow-surface-raised);
}

.funicular-purchase-flow-body .funicular-step3-summary,
.funicular-purchase-flow-body .funicular-step-date-time.funicular-step3,
.funicular-purchase-flow-body .funicular-step-passengers > .funicular-selection-summary,
.funicular-purchase-flow-body .funicular-step-passengers .funicular-passenger-card,
.funicular-purchase-flow-body .funicular-step-buyer-information .funicular-buyer-summary,
.funicular-purchase-flow-body .funicular-step-buyer-information .funicular-payment-methods,
.funicular-purchase-flow-body .funicular-step-buyer-information .funicular-payment-method-btn {
	background: var(--funicular-flow-surface-raised);
}

.funicular-purchase-flow-body .funicular-step-buyer-information .funicular-payment-method-btn,
.funicular-purchase-flow-body .funicular-step-buyer-information .funicular-payment-method-btn--paypal,
.funicular-purchase-flow-body .funicular-step-buyer-information .funicular-payment-method-btn--webpay,
.funicular-purchase-flow-body .funicular-step-buyer-information .funicular-payment-method-btn--klap,
.funicular-purchase-flow-body .funicular-step-buyer-information .funicular-payment-method-btn--mp {
	background: var(--funicular-flow-surface-raised) !important;
}

.funicular-purchase-flow-body .funicular-selection-summary__icon,
.funicular-purchase-flow-body .funicular-nationality-card__icon,
.funicular-purchase-flow-body .funicular-passenger-card__icon,
.funicular-purchase-flow-body .funicular-buyer-summary__icon {
	background: var(--funicular-flow-surface-alt);
	color: var(--funicular-flow-primary);
	box-shadow: inset 0 0 0 1px rgba(var(--funicular-flow-primary-rgb), 0.12);
}

.funicular-purchase-flow-body .funicular-selection-summary__price,
.funicular-purchase-flow-body .funicular-selection-summary__change a,
.funicular-purchase-flow-body .funicular-buyer-summary__footer strong,
.funicular-purchase-flow-body .funicular-buyer-summary__footer .amount,
.funicular-purchase-flow-body .funicular-step-passengers .funicular-passenger-card__price,
.funicular-purchase-flow-body .funicular-step-passengers .funicular-passenger-total__amount strong {
	color: var(--funicular-flow-accent-strong);
}

.funicular-purchase-flow-body .funicular-selection-summary__eyebrow,
.funicular-purchase-flow-body .funicular-nationality-card__description,
.funicular-purchase-flow-body .funicular-step-passengers .funicular-selection-summary__eyebrow,
.funicular-purchase-flow-body .funicular-step-passengers .funicular-passenger-card__description,
.funicular-purchase-flow-body .funicular-step-passengers .funicular-passenger-total__label,
.funicular-purchase-flow-body .funicular-step-passengers .funicular-passenger-total__meta {
	color: var(--funicular-flow-muted);
}

.funicular-purchase-flow-body .funicular-nationality-card__input:checked + .funicular-nationality-card__surface,
.funicular-purchase-flow-body .funicular-nationality-card.is-selected .funicular-nationality-card__surface {
	background: var(--funicular-flow-surface-raised);
	border-color: var(--funicular-flow-accent);
	box-shadow: 0 10px 30px -10px rgba(var(--funicular-flow-accent-rgb), 0.22);
}

.funicular-purchase-flow-body .funicular-step3-date-chip__surface,
.funicular-purchase-flow-body .funicular-step3-time-slot__surface,
.funicular-purchase-flow-body .funicular-step3-calendar__day,
.funicular-purchase-flow-body .funicular-payment-method-btn,
.funicular-purchase-flow-body .funicular-passenger-counter {
	background: var(--funicular-flow-surface-alt) !important;
	border-color: var(--funicular-flow-border-solid) !important;
	color: var(--funicular-flow-primary) !important;
}

.funicular-purchase-flow-body .funicular-step3-date-chip__input:checked + .funicular-step3-date-chip__surface,
.funicular-purchase-flow-body .funicular-step3-date-chip.is-selected .funicular-step3-date-chip__surface,
.funicular-purchase-flow-body .funicular-step3-time-slot__input:checked + .funicular-step3-time-slot__surface,
.funicular-purchase-flow-body .funicular-step3-time-slot.is-selected .funicular-step3-time-slot__surface,
.funicular-purchase-flow-body .funicular-step3-calendar__day.is-selected,
.funicular-purchase-flow-body .funicular-step-passengers .funicular-passenger-counter__button:not(:disabled):active,
.funicular-purchase-flow-body .funicular-step-passengers .funicular-passenger-counter__button:not(:disabled):focus-visible,
.funicular-purchase-flow-body .funicular-step-passengers .funicular-passenger-counter__button.is-active {
	background: var(--funicular-flow-accent) !important;
	background-color: var(--funicular-flow-accent) !important;
	border-color: var(--funicular-flow-accent) !important;
	color: #ffffff !important;
	box-shadow: 0 8px 20px rgba(var(--funicular-flow-accent-rgb), 0.24);
}

.funicular-purchase-flow-body .funicular-step3-time-slot__input:checked + .funicular-step3-time-slot__surface .funicular-step3-time-slot__time,
.funicular-purchase-flow-body .funicular-step3-time-slot.is-selected .funicular-step3-time-slot__surface .funicular-step3-time-slot__time,
.funicular-purchase-flow-body .funicular-step3-time-slot__input:checked + .funicular-step3-time-slot__surface .funicular-step3-time-slot__status,
.funicular-purchase-flow-body .funicular-step3-time-slot.is-selected .funicular-step3-time-slot__surface .funicular-step3-time-slot__status,
.funicular-purchase-flow-body .funicular-step3-time-slot__input:checked + .funicular-step3-time-slot__surface .funicular-step3-time-slot__eyebrow,
.funicular-purchase-flow-body .funicular-step3-time-slot.is-selected .funicular-step3-time-slot__surface .funicular-step3-time-slot__eyebrow {
	color: #ffffff !important;
}

.funicular-purchase-flow-body .funicular-step3-other-date__button,
.funicular-purchase-flow-body .funicular-step3-calendar__nav {
	background: var(--funicular-flow-surface-alt) !important;
	border-color: var(--funicular-flow-border-solid) !important;
	color: var(--funicular-flow-primary) !important;
}

.funicular-purchase-flow-body .funicular-step3-other-date__button:hover,
.funicular-purchase-flow-body .funicular-step3-calendar__nav:hover,
.funicular-purchase-flow-body .funicular-step3-calendar__day:hover,
.funicular-purchase-flow-body .funicular-payment-method-btn:not(:disabled):hover {
	background: #ffffff !important;
	border-color: var(--funicular-flow-accent) !important;
	color: var(--funicular-flow-primary) !important;
}

.funicular-purchase-flow-body .funicular-step3-calendar,
.funicular-purchase-flow-body .funicular-step3-loading__panel,
.funicular-purchase-flow-body .funicular-step4-loading__panel {
	background: var(--funicular-flow-surface);
	border-color: var(--funicular-flow-border-solid);
	box-shadow: 0 16px 36px rgba(var(--funicular-flow-primary-rgb), 0.14);
}

.funicular-purchase-flow-body .funicular-step3-calendar__day.is-disabled,
.funicular-purchase-flow-body .funicular-step3-calendar__day.is-no-slots,
.funicular-purchase-flow-body .funicular-step3-time-slot.is-disabled .funicular-step3-time-slot__surface,
.funicular-purchase-flow-body .funicular-step-passengers .funicular-passenger-card.is-disabled {
	background: var(--funicular-flow-disabled) !important;
	border-color: var(--funicular-flow-disabled) !important;
	color: var(--funicular-flow-muted) !important;
}

.funicular-purchase-flow-body .funicular-step-passengers .funicular-passenger-card.is-disabled {
	background: var(--funicular-flow-surface-raised) !important;
	border-color: rgba(var(--funicular-flow-primary-rgb), 0.18) !important;
}

.funicular-purchase-flow-body .funicular-step3-calendar__day.is-today {
	border-color: var(--funicular-flow-primary) !important;
	box-shadow: inset 0 0 0 1px var(--funicular-flow-primary);
}

.funicular-purchase-flow-body .funicular-step3-heading,
.funicular-purchase-flow-body .funicular-step3-banner__title,
.funicular-purchase-flow-body .funicular-step3-banner__subtitle,
.funicular-purchase-flow-body .funicular-step3-calendar__month,
.funicular-purchase-flow-body .funicular-nationality-card__title,
.funicular-purchase-flow-body .funicular-passenger-card__title,
.funicular-purchase-flow-body .funicular-passenger-total__amount,
.funicular-purchase-flow-body .funicular-buyer-summary__copy h3,
.funicular-purchase-flow-body .funicular-buyer-section__header h2 {
	color: var(--funicular-flow-ink);
}

.funicular-purchase-flow-body .funicular-step3-ticket-meta,
.funicular-purchase-flow-body .funicular-step3-ticket-description,
.funicular-purchase-flow-body .funicular-step3-time-slot__status,
.funicular-purchase-flow-body .funicular-step3-time-slot__eyebrow,
.funicular-purchase-flow-body .funicular-buyer-summary__copy p,
.funicular-purchase-flow-body .funicular-buyer-section__header p,
.funicular-purchase-flow-body .funicular-buyer-field label,
.funicular-purchase-flow-body .funicular-passenger-total__label,
.funicular-purchase-flow-body .funicular-passenger-total__meta {
	color: var(--funicular-flow-muted);
}

.funicular-purchase-flow-body .funicular-buyer-field input,
.funicular-purchase-flow-body .funicular-buyer-field select,
.funicular-purchase-flow-body .funicular-currency-selector {
	background: var(--funicular-flow-surface-alt);
	background-color: var(--funicular-flow-surface-alt);
	color: var(--funicular-flow-ink);
}

.funicular-purchase-flow-body .funicular-buyer-field input::placeholder {
	color: var(--funicular-flow-muted);
}

.funicular-purchase-flow-body .funicular-buyer-field input:focus-visible,
.funicular-purchase-flow-body .funicular-buyer-field select:focus-visible {
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(var(--funicular-flow-accent-rgb), 0.22);
}

.funicular-purchase-flow-body .funicular-flow-footer {
	background: rgba(250, 251, 228, 0.96);
	border-top-color: rgba(var(--funicular-flow-primary-rgb), 0.16);
}

.funicular-purchase-flow-body .funicular-flow-footer__back {
	color: var(--funicular-flow-muted);
}

.funicular-purchase-flow-body .funicular-flow-footer__continue {
	background: var(--funicular-flow-primary) !important;
	background-color: var(--funicular-flow-primary) !important;
	color: #ffffff !important;
	box-shadow: 0 10px 22px rgba(var(--funicular-flow-primary-rgb), 0.22);
}

.funicular-purchase-flow-body .funicular-flow-footer__continue:not(:disabled):hover {
	background: var(--funicular-flow-primary-hover) !important;
	background-color: var(--funicular-flow-primary-hover) !important;
}

.funicular-purchase-flow-body .funicular-flow-footer__continue:disabled {
	background: var(--funicular-flow-disabled) !important;
	background-color: var(--funicular-flow-disabled) !important;
	color: var(--funicular-flow-muted) !important;
	box-shadow: none;
}
