.luntan-footer-row {
	display: flex !important;
	flex-flow: row wrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 8px 24px;
	width: 100% !important;
}

.luntan-footer-copyright,
.luntan-cookie-settings-item {
	position: static !important;
	flex: 0 1 auto !important;
	width: auto !important;
	max-width: 100%;
	margin: 0 !important;
}

.luntan-footer-copyright .wb-stl-footer,
.luntan-cookie-settings-item .wb-stl-footer {
	margin: 0;
}

#luntan-cookie-settings {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	color: inherit;
	background: none;
	box-shadow: none;
	font: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
	transition: color 160ms ease;
	cursor: pointer;
}

#luntan-cookie-settings:hover,
#luntan-cookie-settings:focus-visible {
	color: #5f1c82;
}

.luntan-cookie-banner-title {
	margin: 0 0 10px;
	font: inherit;
	font-size: 1.15em;
	font-weight: 700;
}

#luntan-cookie-settings:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.luntan-legal-document {
	max-width: 880px;
	margin: 0 auto;
	padding: 8px 0 16px;
	overflow-wrap: anywhere;
}

.luntan-legal-document > h2 {
	margin-top: 0;
	margin-bottom: 16px;
}

.luntan-legal-meta {
	margin: 0 0 36px;
	padding: 16px 20px;
	border-inline-start: 3px solid #5f1c82;
	border-radius: 8px;
	background: rgba(95, 28, 130, 0.06);
}

.luntan-legal-meta p,
.luntan-legal-fallback,
.luntan-legal-section p,
.luntan-legal-section li {
	line-height: 1.65;
}

.luntan-legal-meta p {
	margin: 0;
}

.luntan-legal-fallback {
	margin: -12px 0 36px;
	padding: 12px 16px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.04);
}

.luntan-legal-section {
	margin: 0;
	padding: 0;
}

.luntan-legal-section + .luntan-legal-section {
	margin-top: 40px;
}

.luntan-legal-section > h3 {
	margin-top: 0;
	margin-bottom: 18px;
	scroll-margin-top: 96px;
}

.luntan-legal-section p {
	margin: 0 0 14px;
}

.luntan-legal-section p:last-child,
.luntan-legal-section ul:last-child {
	margin-bottom: 0;
}

.luntan-legal-section ul {
	margin: 4px 0 18px;
	padding-inline-start: 1.4em;
}

.luntan-legal-section li + li {
	margin-top: 8px;
}

.luntan-product-page {
	max-width: 880px;
	margin: 0 auto;
	padding: 8px 0 24px;
	overflow-wrap: anywhere;
}

.luntan-product-page > h1 {
	margin-top: 0;
	margin-bottom: 24px;
}

.luntan-product-intro {
	margin: 0 0 44px;
	padding: 24px 28px;
	border-inline-start: 3px solid #5f1c82;
	border-radius: 10px;
	background: rgba(95, 28, 130, 0.06);
}

.luntan-product-page-flights .luntan-product-intro {
	margin-bottom: 28px;
}

.luntan-product-hero {
	margin: 0 0 44px;
	overflow: hidden;
	border-radius: 16px;
	background: #294392;
	box-shadow: 0 14px 32px rgba(15, 30, 70, 0.16);
}

.luntan-product-hero img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1024 / 500;
	object-fit: cover;
}

.luntan-product-download {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin: 24px 0 0;
}

.luntan-product-download-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	color: #fff !important;
	background: #244394;
	font-weight: 800;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 160ms ease;
}

.luntan-product-download-button:hover,
.luntan-product-download-button:focus-visible {
	color: #fff !important;
	background: #193477;
}

.luntan-product-download-button:focus-visible {
	outline: 3px solid rgba(95, 28, 130, 0.34);
	outline-offset: 3px;
}

.luntan-product-store-divider {
	width: 100%;
	height: 1px;
	border-top: 1px solid #5f1c82;
}

.luntan-product-download-qr {
	display: none;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.luntan-product-download-qr img {
	display: block;
	box-sizing: border-box;
	width: 160px !important;
	min-width: 160px;
	max-width: 160px !important;
	height: 160px !important;
	min-height: 160px;
	max-height: 160px !important;
	aspect-ratio: 1;
	border-radius: 18px;
	object-fit: contain;
}

.luntan-product-download-scan {
	margin: 14px 0 0 !important;
	font-weight: 400;
}

.luntan-product-store-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 20px;
	width: 100%;
	line-height: 1.45;
}

.luntan-product-store-links a,
.luntan-product-store-links span {
	color: #5f1c82;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
	white-space: nowrap;
}

.luntan-product-store-links a {
	transition: color 160ms ease;
}

.luntan-product-store-links a:hover,
.luntan-product-store-links a:focus-visible {
	color: #5f1c82;
}

.luntan-product-store-links span[aria-disabled="true"] {
	opacity: 0.55;
}

.luntan-product-intro > h3,
.luntan-product-section h3 {
	margin-top: 0;
	margin-bottom: 14px;
	scroll-margin-top: 96px;
}

.luntan-product-intro p,
.luntan-product-section p,
.luntan-product-closing,
.luntan-product-development-copy {
	line-height: 1.65;
}

.luntan-product-intro p,
.luntan-product-section p {
	margin: 0;
}

.luntan-product-features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.luntan-product-section {
	margin: 0;
	padding: 22px 24px 24px;
	border: 1px solid rgba(95, 28, 130, 0.16);
	border-radius: 12px;
	background: rgba(95, 28, 130, 0.035);
}

.luntan-product-section + .luntan-product-section {
	margin-top: 0;
}

.luntan-product-copy {
	min-width: 0;
}

.luntan-product-closing {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin: 24px 0 0;
	padding: 26px 30px;
	border: 1px solid rgba(95, 28, 130, 0.12);
	border-radius: 10px;
	background: rgba(95, 28, 130, 0.055);
	text-align: center;
}

.luntan-product-closing-copy {
	width: 100%;
}

.luntan-product-closing-copy > h3 {
	margin: 0 0 12px;
}

.luntan-product-closing-copy > p {
	margin: 0;
}

.luntan-product-closing-copy .luntan-product-download-button {
	margin-top: 20px;
}

.luntan-product-status {
	margin: 0 0 24px;
}

.luntan-product-status span {
	display: inline-block;
	padding: 7px 13px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-weight: 600;
}

.luntan-product-development-copy {
	max-width: 680px;
	margin: 0;
}

@media (min-width: 992px) {
	.luntan-product-closing {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 160px;
		gap: 32px;
		align-items: center;
		padding: 28px 32px;
		text-align: start;
	}

	.luntan-product-download-qr {
		display: flex;
	}

	.luntan-product-download-button {
		display: none;
	}
}

@media (max-width: 991px) {
	.luntan-product-closing-copy > h3,
	.luntan-product-download-scan {
		display: none;
	}
}

@media (max-width: 767px) {
	.luntan-product-features {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 575px) {
	.luntan-footer-row {
		gap: 6px 16px;
	}

	.luntan-legal-document {
		padding-top: 0;
	}

	.luntan-legal-meta {
		margin-bottom: 30px;
		padding: 14px 16px;
	}

	.luntan-legal-section + .luntan-legal-section {
		margin-top: 32px;
	}

	.luntan-legal-section > h3 {
		margin-bottom: 14px;
	}

	.luntan-product-page {
		padding-top: 0;
	}

	.luntan-product-page > h1 {
		margin-bottom: 20px;
	}

	.luntan-product-intro {
		margin-bottom: 24px;
		padding: 18px 20px;
	}

	.luntan-product-hero {
		margin-bottom: 34px;
		border-radius: 10px;
		box-shadow: 0 9px 22px rgba(15, 30, 70, 0.14);
	}

	.luntan-product-download {
		gap: 18px;
		margin-top: 22px;
	}

	.luntan-product-download-button {
		width: 100%;
		padding-inline: 18px;
	}

	.luntan-product-store-links {
		gap: 8px 16px;
	}

	.luntan-product-features {
		gap: 16px;
	}

	.luntan-product-section {
		padding: 18px 20px 20px;
	}

	.luntan-product-closing {
		margin-top: 16px;
		padding: 24px 20px;
		border-radius: 10px;
	}
}
