/* Publication-layer homepage refinements. */

#a188dd958a1d02e1bc6ddf27165589a5 > .wb_content {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 560px;
	padding: clamp(72px, 8vw, 104px) clamp(24px, 5vw, 72px);
	background:
		radial-gradient(circle at 9% 8%, rgba(255, 255, 255, 0.19), transparent 31%),
		radial-gradient(circle at 79% 45%, rgba(62, 142, 219, 0.24), transparent 38%),
		radial-gradient(circle at 95% 104%, rgba(226, 172, 245, 0.3), transparent 33%),
		linear-gradient(132deg, #4f116f 0%, #5f1c82 47%, #342476 100%);
}

#a188dd958a1d02e1bc6ddf27165589a5 > .wb_content::before,
#a188dd958a1d02e1bc6ddf27165589a5 > .wb_content::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

#a188dd958a1d02e1bc6ddf27165589a5 > .wb_content::before {
	z-index: 0;
	inset: 0 42% 0 0;
	background: linear-gradient(90deg, rgba(49, 8, 68, 0.3), rgba(49, 8, 68, 0.04));
}

#a188dd958a1d02e1bc6ddf27165589a5 > .wb_content::after {
	z-index: 1;
	inset: auto 0 0;
	height: 32%;
	background: linear-gradient(to top, rgba(39, 7, 57, 0.2), transparent);
}

.luntan-home-visual {
	--luntan-parallax-x: 0px;
	--luntan-parallax-y: 0px;
	position: absolute;
	z-index: 1;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	transform: translate3d(var(--luntan-parallax-x), var(--luntan-parallax-y), 0);
	transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.luntan-home-visual.is-pointer-active {
	transition-duration: 260ms;
}

.luntan-home-orb {
	position: absolute;
	display: block;
	aspect-ratio: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	filter: drop-shadow(0 18px 32px rgba(35, 7, 51, 0.16));
}

.luntan-home-orb-1 {
	left: -108px;
	bottom: -132px;
	width: clamp(230px, 24vw, 350px);
	background-image: url(../gallery/luntan-home-sphere-glass.svg);
	opacity: 0.2;
}

.luntan-home-orb-2 {
	top: 48px;
	left: 47%;
	width: clamp(58px, 6vw, 88px);
	background-image: url(../gallery/luntan-home-sphere-pearl.svg);
	opacity: 0.3;
}

.luntan-home-orb-3 {
	right: -34px;
	bottom: 15%;
	width: clamp(112px, 12vw, 176px);
	background-image: url(../gallery/luntan-home-sphere-violet.svg);
	opacity: 0.26;
}

.luntan-home-carousel {
	--luntan-carousel-width: clamp(320px, 25vw, 400px);
	position: absolute;
	z-index: 2;
	top: -22%;
	right: calc(25% - (var(--luntan-carousel-width) / 2));
	width: var(--luntan-carousel-width);
	height: 144%;
	overflow: hidden;
	pointer-events: auto;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 9%, #000 91%, transparent 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, #000 9%, #000 91%, transparent 100%);
}

.luntan-home-carousel-track {
	display: flex;
	flex-direction: column;
	width: 100%;
	animation: luntan-journey-scroll 42s linear infinite;
	will-change: transform;
}

.luntan-home-carousel-set {
	display: flex;
	flex-direction: column;
	gap: 2px;
	box-sizing: border-box;
	width: 100%;
	padding: 1px 3.5% 1px 0;
}

.luntan-home-journey-card {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 22px 26px rgba(28, 5, 42, 0.24));
}

#a188dd958a1d03b0fd6c0db6898e58f9 {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	pointer-events: none;
}

#a188dd958a1d03b0fd6c0db6898e58f9 > .wb_content {
	box-sizing: border-box;
	width: min(48%, 570px);
	gap: 10px;
	align-items: flex-start;
}

.luntan-home-hero-title,
.luntan-home-hero-subtitle {
	margin-inline: 0;
	text-align: left !important;
	text-wrap: balance;
}

.luntan-home-hero-title {
	max-width: 570px;
}

.luntan-home-hero-subtitle {
	max-width: 545px;
	font-size: clamp(18px, 1.65vw, 22px);
	line-height: 1.5;
}

#a19ef2a1a9b4002c5181ef7218737eb7 {
	margin-top: 10px;
	pointer-events: auto;
}

.site-lang-ar #a188dd958a1d02e1bc6ddf27165589a5 > .wb_content::before {
	inset: 0 0 0 42%;
	background: linear-gradient(270deg, rgba(49, 8, 68, 0.3), rgba(49, 8, 68, 0.04));
}

.site-lang-ar #a188dd958a1d03b0fd6c0db6898e58f9 > .wb_content {
	margin-left: auto;
	margin-right: 0;
	align-items: flex-end;
}

.site-lang-ar #a188dd958a1d04b7ea0931f607da17e1,
.site-lang-ar #a188dd958a1d05f8796da32c3ca2ae8d {
	align-self: stretch;
	width: 100%;
}

.site-lang-ar #a19ef2a1a9b4002c5181ef7218737eb7 {
	align-self: auto;
	margin-right: 0 !important;
	margin-left: auto !important;
}

.site-lang-ar .luntan-home-hero-title,
.site-lang-ar .luntan-home-hero-subtitle {
	text-align: right !important;
}

.site-lang-ar .luntan-home-carousel {
	right: auto;
	left: calc(25% - (var(--luntan-carousel-width) / 2));
}

.site-lang-ar .luntan-home-orb-2 {
	right: 47%;
	left: auto;
}

.site-lang-ar .luntan-home-orb-3 {
	right: auto;
	left: -34px;
}

#a19ccbf77ebf00cbd82f5551356b9f4b .nav-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

#a19ccbf77ebf00cbd82f5551356b9f4b .tab-pane > .wb-layout-element > .wb_content {
	min-height: 112px;
	justify-content: center;
}

.luntan-home-placeholder {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 24px;
	border: 1px dashed rgba(95, 28, 130, 0.42);
	border-radius: 12px;
	background: rgba(95, 28, 130, 0.045);
	color: #4c4e52;
	font-weight: 600;
	text-align: center;
}

.luntan-principle-number {
	margin: 0;
}

@keyframes luntan-journey-scroll {
	to { transform: translate3d(0, -50%, 0); }
}

@media (hover: hover) and (pointer: fine) {
	.luntan-home-carousel:hover .luntan-home-carousel-track {
		animation-play-state: paused;
	}
}

@media (max-width: 900px) {
	#a188dd958a1d02e1bc6ddf27165589a5 > .wb_content {
		min-height: 520px;
		padding: 54px 20px;
		align-items: center;
	}

	#a188dd958a1d02e1bc6ddf27165589a5 > .wb_content::before,
	.site-lang-ar #a188dd958a1d02e1bc6ddf27165589a5 > .wb_content::before {
		inset: 0;
		background: linear-gradient(180deg, rgba(49, 8, 68, 0.3) 0%, rgba(49, 8, 68, 0.04) 53%, transparent 72%);
	}

	#a188dd958a1d03b0fd6c0db6898e58f9 > .wb_content,
	.site-lang-ar #a188dd958a1d03b0fd6c0db6898e58f9 > .wb_content {
		width: 100%;
		align-items: center;
	}

	.site-lang-ar #a188dd958a1d04b7ea0931f607da17e1,
	.site-lang-ar #a188dd958a1d05f8796da32c3ca2ae8d {
		align-self: center;
	}

	.site-lang-ar #a19ef2a1a9b4002c5181ef7218737eb7 {
		align-self: center;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.luntan-home-hero-title,
	.luntan-home-hero-subtitle,
	.site-lang-ar .luntan-home-hero-title,
	.site-lang-ar .luntan-home-hero-subtitle {
		max-width: 690px;
		margin-inline: auto;
		text-align: center !important;
	}

	.luntan-home-hero-subtitle {
		font-size: 17px;
		line-height: 1.5;
	}

	.luntan-home-carousel,
	.site-lang-ar .luntan-home-carousel {
		display: none;
	}

	.luntan-home-carousel-track {
		animation-duration: 46s;
	}

	.luntan-home-carousel-set {
		padding-inline: 0;
	}

	.luntan-home-orb-1 {
		left: -94px;
		bottom: -108px;
		width: 248px;
		opacity: 0.16;
	}

	.luntan-home-orb-2,
		.site-lang-ar .luntan-home-orb-2 {
		top: 18%;
		right: -25px;
		left: auto;
		width: 76px;
		opacity: 0.26;
	}

	.luntan-home-orb-3,
		.site-lang-ar .luntan-home-orb-3 {
		right: auto;
		bottom: 34px;
		left: 72%;
		width: 118px;
		opacity: 0.18;
	}

	#a19ccbf77ebf00cbd82f5551356b9f4b .nav-tabs {
		align-items: stretch;
	}

	#a19ccbf77ebf00cbd82f5551356b9f4b .wb-accordion-item {
		flex: 1 1 auto;
	}

	#a19ccbf77ebf00cbd82f5551356b9f4b .wb-accordion-title {
		height: 100%;
	}

	.luntan-home-placeholder {
		padding: 20px 16px;
	}

}

@media (max-width: 480px) {
	#a188dd958a1d02e1bc6ddf27165589a5 > .wb_content {
		min-height: 500px;
		padding-top: 46px;
		padding-bottom: 46px;
	}

	.luntan-home-orb-1 {
		bottom: -86px;
		width: 196px;
	}

	.luntan-home-orb-2,
	.site-lang-ar .luntan-home-orb-2 {
		top: 44%;
		width: 62px;
	}

	.luntan-home-placeholder {
		padding: 18px 14px;
	}

}

@media (prefers-reduced-motion: reduce) {
	.luntan-home-visual {
		transform: none;
		transition: none;
	}

	.luntan-home-carousel-track {
		animation: none;
		transform: translate3d(0, -8%, 0);
	}
}
