/**
 * Full redesign of the six homepage sections reachable from the main nav:
 * 拉菲娱乐注册(gift) / 代理加盟(products) / APP下载(introduce) /
 * 优惠活动(faq) / 新手教程(tutorial) / 常见问题(dynamic).
 *
 * Palette follows the site's own primary blue (#597ef7, see themes.css
 * --primary-color / --button-bg) rather than an invented accent color.
 * The section header (.lux-head) mirrors the site's existing archive/hub
 * page title style: plain white title + centered accent-on-line + caption
 * (see template-parts/legacy/content-gushi.php .section-title-wrapper).
 *
 * These sections use dedicated "lux-" markup (see template-parts/*.php),
 * so this stylesheet is fully self-contained and does not depend on, or
 * fight the cascade of, the legacy milan/common/home CSS.
 */

:root {
	--lux-accent: var(--primary-color, #597ef7);
	--lux-accent-light: #8ea6f7;
	--lux-accent-deep: #3960d5;
	--lux-accent-gradient: var(--button-bg, linear-gradient(180deg, #8ea6f7, #4d73e5));
	--lux-ink: var(--body-bg-color, #07111e);
	--lux-ink-alt: #171d34;
	--lux-panel: rgba(255, 255, 255, 0.04);
	--lux-panel-strong: rgba(255, 255, 255, 0.06);
	--lux-border: rgba(89, 126, 247, 0.25);
	--lux-border-soft: rgba(255, 255, 255, 0.08);
	--lux-text: var(--title-color, rgba(255, 255, 255, 0.92));
	--lux-text-dim: var(--desc-color, rgba(255, 255, 255, 0.6));
	--lux-text-faint: rgba(255, 255, 255, 0.4);
	--lux-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
	--lux-radius: 18px;
	--lux-max: 1200px;
}

.lux-section {
	position: relative;
	width: 100%;
	padding: 88px 0;
	background: var(--lux-ink);
	overflow: hidden;
	box-sizing: border-box;
}

/* Tuck the first section up under the floating portal bar (see portal-bar.css / xk-hero.css). */
@media screen and (min-width: 1201px) {
	#gift.lux-section {
		margin-top: -60px;
		padding-top: 40px;
	}

	/* Fade the hero photo into the flat page background instead of a hard seam
	   (home-colors.css disables this ::after by default — re-enable it here). */
	.site.site--xk-layout .site-bg::after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 180px;
		background: linear-gradient(180deg, transparent, var(--lux-ink, #07111e));
		pointer-events: none;
		z-index: 3;
	}
}

.lux-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(600px 300px at 15% 0%, rgba(89, 126, 247, 0.06), transparent 60%),
		radial-gradient(600px 300px at 85% 100%, rgba(89, 126, 247, 0.05), transparent 60%);
	pointer-events: none;
}

.lux-section:nth-of-type(even) {
	background: var(--lux-ink-alt);
}

.lux-section > * {
	position: relative;
	z-index: 1;
}

.lux-section [class$="__grid"],
.lux-section [class$="__table"],
.lux-section [class$="__steps"],
.lux-section [class$="__benefits"],
.lux-register__stats,
.lux-tutorial__body,
.lux-tutorial__stats-bar {
	max-width: var(--lux-max);
	margin: 0 auto;
	box-sizing: border-box;
}

/* ---------------------------------------------------------------------- */
/* 共用标题                                                                 */
/* ---------------------------------------------------------------------- */

.lux-head {
	max-width: var(--lux-max);
	margin: 0 auto 48px;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
}

.lux-head__title {
	order: 1;
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
}

.lux-head__line {
	order: 2;
	position: relative;
	width: 320px;
	max-width: 100%;
	height: 1px;
	margin: 16px 0 14px;
	background: rgba(255, 255, 255, 0.12);
}

.lux-head__line::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: var(--lux-accent);
}

.lux-head__subtitle {
	order: 3;
	margin-top: 0;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: var(--lux-text-dim);
	opacity: 1;
}

.lux-head__desc {
	order: 4;
	max-width: 720px;
	margin: 14px 0 0;
	font-size: 13px;
	line-height: 1.8;
	color: var(--lux-text-dim);
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* #gift — 拉菲娱乐注册（左文右流程 · 无按钮）                                    */
/* ---------------------------------------------------------------------- */

.lux-register {
	overflow: hidden;
	background: var(--body-bg-color, #07111e);
}

.lux-register::before {
	display: none;
}

.lux-register__inner {
	position: relative;
	z-index: 1;
	max-width: var(--lux-max);
	margin: 0 auto;
	padding: 0 28px;
	box-sizing: border-box;
}

.lux-register__shell {
	position: relative;
	overflow: hidden;
	border-radius: var(--lux-radius, 18px);
	background: var(--lux-panel, rgba(255, 255, 255, 0.04));
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: var(--lux-shadow, 0 24px 60px rgba(0, 0, 0, 0.45));
}

.lux-register__layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 380px) 1px minmax(0, 1fr);
	gap: 0 36px;
	align-items: center;
	padding: 36px 36px 34px;
	min-width: 0;
}

.lux-register__intro,
.lux-register__timeline {
	min-width: 0;
}

.lux-register__divider {
	width: 1px;
	height: 100%;
	min-height: 280px;
	align-self: stretch;
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.08) 20%, rgba(255, 255, 255, 0.08) 80%, transparent);
}

.lux-register__intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.lux-register__badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 16px;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: var(--lux-accent-light, #8ea6f7);
	background: rgba(89, 126, 247, 0.1);
	box-shadow: inset 0 0 0 1px rgba(89, 126, 247, 0.18);
}

.lux-register__title {
	margin: 0 0 14px;
	font-size: clamp(28px, 3.2vw, 36px);
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

.lux-register__lead {
	margin: 0 0 28px;
	font-size: 14px;
	line-height: 1.85;
	color: var(--lux-text-dim);
}

.lux-register__metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
}

.lux-register__metric {
	padding: 18px 16px;
	border-radius: 14px;
	text-align: center;
	background: rgba(255, 255, 255, 0.03);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
	transition: background 0.25s ease, box-shadow 0.25s ease;
}

.lux-register__metric:hover {
	background: rgba(89, 126, 247, 0.06);
	box-shadow: inset 0 0 0 1px rgba(89, 126, 247, 0.12);
}

.lux-register__metric strong {
	display: block;
	margin-bottom: 6px;
	font-size: clamp(20px, 2.4vw, 24px);
	font-weight: 800;
	line-height: 1.15;
	background: linear-gradient(180deg, #8ea6f7 0%, #3bb5c6 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.lux-register__metric span {
	display: block;
	font-size: 12px;
	color: var(--lux-text-dim);
}

.lux-register__timeline {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lux-register__item {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 12px;
	align-items: stretch;
	min-width: 0;
}

.lux-register__item-track {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 48px;
}

.lux-register__item-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: var(--lux-accent-light, #8ea6f7);
	background: rgba(89, 126, 247, 0.12);
	box-shadow: inset 0 0 0 1px rgba(89, 126, 247, 0.22);
}

.lux-register__item.is-active .lux-register__item-num {
	color: #fff;
	background: var(--lux-accent-gradient, linear-gradient(135deg, #597ef7, #3bb5c6));
	box-shadow: 0 8px 20px rgba(89, 126, 247, 0.28);
}

.lux-register__item-line {
	display: block;
	width: 2px;
	height: 24px;
	margin-top: 8px;
	flex: 0 0 24px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(89, 126, 247, 0.45), rgba(89, 126, 247, 0.08));
}

.lux-register__item-body {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	min-width: 0;
	padding: 16px 18px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
	transition: background 0.25s ease, box-shadow 0.25s ease;
}

.lux-register__item:hover .lux-register__item-body,
.lux-register__item.is-active .lux-register__item-body {
	background: rgba(89, 126, 247, 0.08);
	box-shadow:
		inset 0 0 0 1px rgba(89, 126, 247, 0.16),
		0 10px 24px rgba(0, 0, 0, 0.14);
}

.lux-register__item-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	color: #fff;
	background: rgba(89, 126, 247, 0.22);
}

.lux-register svg {
	display: block;
	width: 22px;
	height: 22px;
	max-width: 22px;
	max-height: 22px;
	flex-shrink: 0;
}

.lux-register__item-copy {
	min-width: 0;
}

.lux-register__item-copy h3 {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.lux-register__item-copy p {
	margin: 0;
	font-size: 13px;
	line-height: 1.75;
	color: var(--lux-text-dim);
}

@media (max-width: 960px) {
	.lux-register__inner {
		padding: 0 16px;
	}

	.lux-register__layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
		padding: 28px 22px 26px;
	}

	.lux-register__divider {
		display: none;
	}

	.lux-register__intro {
		align-items: center;
		text-align: center;
	}

	.lux-register__metrics {
		max-width: 420px;
	}
}

@media (max-width: 520px) {
	.lux-register__layout {
		padding: 24px 16px 22px;
	}

	.lux-register__metric {
		padding: 14px 12px;
	}

	.lux-register__metric strong {
		font-size: 18px;
	}

	.lux-register__item-body {
		flex-direction: column;
		gap: 10px;
		padding: 14px;
	}
}

/* #products — 代理加盟                                                      */
/* ---------------------------------------------------------------------- */

.lux-agent__table {
	border-radius: var(--lux-radius);
	overflow: hidden;
	background: var(--lux-panel);
	border: 1px solid var(--lux-border-soft);
	box-shadow: var(--lux-shadow);
}

.lux-agent__row {
	display: grid;
	grid-template-columns: 1fr 1fr 1.2fr;
	align-items: center;
	text-align: center;
	min-height: 56px;
	border-bottom: 1px solid var(--lux-border-soft);
	font-size: 14px;
	color: var(--lux-text);
}

.lux-agent__row:last-child {
	border-bottom: none;
}

.lux-agent__row--head {
	background: linear-gradient(180deg, rgba(89, 126, 247, 0.22), rgba(57, 96, 213, 0.08));
	color: var(--lux-accent-light);
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 13px;
	border-bottom: 1px solid var(--lux-border);
}

.lux-agent__row:nth-child(even):not(.lux-agent__row--head) {
	background: rgba(255, 255, 255, 0.015);
}

.lux-agent__row:not(.lux-agent__row--head):hover {
	background: rgba(89, 126, 247, 0.08);
}

.lux-agent__rate {
	color: var(--lux-accent-light);
	font-weight: 700;
}

.lux-agent__row.is-premium {
	position: relative;
	background: linear-gradient(90deg, rgba(89, 126, 247, 0.14), rgba(89, 126, 247, 0.02)) !important;
}

.lux-agent__row.is-premium::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--lux-accent-gradient);
}

.lux-agent__benefits {
	max-width: var(--lux-max);
	margin: 0 auto;
	padding: 36px 28px 0;
	box-sizing: border-box;
}

.lux-agent__benefits-panel {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-radius: var(--lux-radius, 16px);
	overflow: hidden;
	background: var(--lux-panel, rgba(255, 255, 255, 0.03));
	box-shadow: var(--lux-shadow, 0 12px 40px rgba(0, 0, 0, 0.22));
}

.lux-agent__perk {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 28px 22px 26px;
	text-align: center;
	transition: background 0.25s ease;
}

.lux-agent__perk:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 18%;
	right: 0;
	width: 1px;
	height: 64%;
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.08), transparent);
}

.lux-agent__perk:hover {
	background: rgba(89, 126, 247, 0.06);
}

.lux-agent__perk-num {
	display: block;
	margin-bottom: 14px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	color: rgba(142, 166, 247, 0.45);
}

.lux-agent__perk-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 16px;
	border-radius: 14px;
	color: var(--lux-accent-light, #8ea6f7);
	background: linear-gradient(145deg, rgba(89, 126, 247, 0.18) 0%, rgba(89, 126, 247, 0.04) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.lux-agent__perk-icon svg {
	width: 22px;
	height: 22px;
}

.lux-agent__perk:hover .lux-agent__perk-icon {
	transform: translateY(-2px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 8px 20px rgba(89, 126, 247, 0.12);
}

.lux-agent__perk--rebate .lux-agent__perk-icon {
	color: #d4c48a;
	background: linear-gradient(145deg, rgba(212, 196, 138, 0.16) 0%, rgba(212, 196, 138, 0.04) 100%);
}

.lux-agent__perk--service .lux-agent__perk-icon {
	color: #7dd3e8;
	background: linear-gradient(145deg, rgba(59, 181, 198, 0.16) 0%, rgba(59, 181, 198, 0.04) 100%);
}

.lux-agent__perk--settle .lux-agent__perk-icon {
	color: #8ea6f7;
	background: linear-gradient(145deg, rgba(89, 126, 247, 0.18) 0%, rgba(89, 126, 247, 0.04) 100%);
}

.lux-agent__perk--promo .lux-agent__perk-icon {
	color: #a8b8f7;
	background: linear-gradient(145deg, rgba(142, 166, 247, 0.16) 0%, rgba(142, 166, 247, 0.04) 100%);
}

.lux-agent__perk-title {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	color: #fff;
}

.lux-agent__perk-desc {
	margin: 0;
	max-width: 220px;
	font-size: 12px;
	line-height: 1.8;
	color: var(--lux-text-dim);
}

@media (max-width: 1100px) {
	.lux-agent__benefits {
		padding-left: 20px;
		padding-right: 20px;
	}

	.lux-agent__benefits-panel {
		grid-template-columns: repeat(2, 1fr);
	}

	.lux-agent__perk:nth-child(odd)::after {
		display: none;
	}

	.lux-agent__perk:nth-child(1)::after,
	.lux-agent__perk:nth-child(3)::after {
		display: block;
		top: 12%;
		height: 76%;
	}

	.lux-agent__perk:nth-child(1),
	.lux-agent__perk:nth-child(2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}
}

@media (max-width: 640px) {
	.lux-agent__benefits {
		padding-left: 16px;
		padding-right: 16px;
	}

	.lux-agent__benefits-panel {
		grid-template-columns: 1fr;
	}

	.lux-agent__perk::after {
		display: none !important;
	}

	.lux-agent__perk:not(:last-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}

	.lux-agent__perk {
		padding: 24px 20px;
	}

	.lux-agent__perk-desc {
		max-width: none;
	}
}

.lux-agent__cta {
	display: flex;
	justify-content: center;
	padding: 36px 20px 0;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* #faq — 优惠活动（配图卡片网格 · 轻量高端排版）                                */
/* ---------------------------------------------------------------------- */

.lux-promo {
	position: relative;
	overflow: hidden;
	background: var(--body-bg-color, #07111e);
}

.lux-promo::before {
	content: none;
}

.lux-promo__bg {
	display: none;
}

.lux-promo__inner {
	position: relative;
	z-index: 1;
}

.lux-promo__empty {
	max-width: var(--lux-max);
	margin: 0 auto;
	padding: 0 28px;
	text-align: center;
	color: var(--lux-text-dim);
}

/* ---- 活动卡片网格（配图 + 文字） ---- */
.lux-promo__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 16px;
	max-width: var(--lux-max);
	margin: 0 auto;
	padding: 0 28px;
	box-sizing: border-box;
}

.lux-promo__tile {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding: 0;
	border-radius: 20px;
	text-decoration: none;
	overflow: hidden;
	border: none;
	background:
		linear-gradient(165deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 40%, rgba(7, 17, 30, 0.5) 100%);
	box-shadow:
		0 8px 28px rgba(0, 0, 0, 0.28),
		0 2px 8px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transition:
		transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.32s ease;
}

.lux-promo__tile-glow {
	position: absolute;
	top: -40%;
	right: -20%;
	width: 70%;
	height: 80%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(89, 126, 247, 0.14), transparent 68%);
	opacity: 0.65;
	pointer-events: none;
	transition: opacity 0.32s ease;
}

.lux-promo__tile--vip .lux-promo__tile-glow {
	background: radial-gradient(circle, rgba(212, 175, 55, 0.16), transparent 68%);
}

.lux-promo__tile--promo .lux-promo__tile-glow {
	background: radial-gradient(circle, rgba(255, 107, 107, 0.14), transparent 68%);
}

.lux-promo__tile--new .lux-promo__tile-glow {
	background: radial-gradient(circle, rgba(142, 166, 247, 0.16), transparent 68%);
}

.lux-promo__tile::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	border-radius: inherit;
	background:
		radial-gradient(ellipse 90% 55% at 50% -8%, rgba(89, 126, 247, 0.14), transparent 68%);
	opacity: 0.85;
	pointer-events: none;
	transition: opacity 0.32s ease;
}

.lux-promo__tile--vip::before {
	background:
		radial-gradient(ellipse 90% 55% at 50% -8%, rgba(212, 175, 55, 0.16), transparent 68%);
}

.lux-promo__tile--promo::before {
	background:
		radial-gradient(ellipse 90% 55% at 50% -8%, rgba(255, 140, 66, 0.14), transparent 68%);
}

.lux-promo__tile--new::before {
	background:
		radial-gradient(ellipse 90% 55% at 50% -8%, rgba(142, 166, 247, 0.16), transparent 68%);
}

.lux-promo__tile:hover {
	transform: translateY(-4px);
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.34),
		0 0 48px rgba(89, 126, 247, 0.1);
}

.lux-promo__tile--vip:hover {
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.34),
		0 0 48px rgba(212, 175, 55, 0.1);
}

.lux-promo__tile--promo:hover {
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.34),
		0 0 48px rgba(255, 140, 66, 0.1);
}

.lux-promo__tile--new:hover {
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.34),
		0 0 48px rgba(89, 126, 247, 0.12);
}

.lux-promo__tile:hover::before {
	opacity: 1;
}

.lux-promo__tile:hover .lux-promo__tile-glow {
	opacity: 1;
}

/* ---- 卡片配图区 ---- */
.lux-promo__tile-media {
	position: relative;
	flex-shrink: 0;
	height: 156px;
	overflow: hidden;
	background: rgba(7, 17, 30, 0.45);
}

.lux-promo__tile-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.lux-promo__tile:hover .lux-promo__tile-media img {
	transform: scale(1.06);
}

.lux-promo__tile-shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(0deg, rgba(7, 17, 30, 0.72) 0%, rgba(7, 17, 30, 0.08) 52%, rgba(7, 17, 30, 0.02) 100%);
	pointer-events: none;
}

.lux-promo__tile-media .lux-promo__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	margin: 0;
}

.lux-promo__tile-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, rgba(89, 126, 247, 0.18) 0%, rgba(7, 17, 30, 0.88) 100%);
}

.lux-promo__tile--vip .lux-promo__tile-fallback {
	background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(7, 17, 30, 0.88) 100%);
}

.lux-promo__tile--promo .lux-promo__tile-fallback {
	background: linear-gradient(135deg, rgba(255, 140, 66, 0.18) 0%, rgba(7, 17, 30, 0.88) 100%);
}

.lux-promo__tile--new .lux-promo__tile-fallback {
	background: linear-gradient(135deg, rgba(142, 166, 247, 0.2) 0%, rgba(7, 17, 30, 0.88) 100%);
}

.lux-promo__tile-body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 18px 20px 20px;
	background:
		linear-gradient(180deg, rgba(7, 17, 30, 0.15) 0%, rgba(7, 17, 30, 0.42) 100%);
}

.lux-promo__tile-top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.lux-promo__tile-icon {
	flex-shrink: 0;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	color: var(--lux-accent-light, #8ea6f7);
	background: rgba(89, 126, 247, 0.16);
	border: none;
	box-shadow: 0 4px 14px rgba(89, 126, 247, 0.18);
}

.lux-promo__tile-icon svg {
	width: 22px;
	height: 22px;
}

.lux-promo__tile--vip .lux-promo__tile-icon {
	color: #e8c96a;
	background: rgba(212, 175, 55, 0.16);
	box-shadow: 0 4px 14px rgba(212, 175, 55, 0.18);
}

.lux-promo__tile--promo .lux-promo__tile-icon {
	color: #ff8c42;
	background: rgba(255, 140, 66, 0.16);
	box-shadow: 0 4px 14px rgba(255, 93, 93, 0.16);
}

.lux-promo__tile--new .lux-promo__tile-icon {
	color: #8ea6f7;
	background: rgba(142, 166, 247, 0.16);
	box-shadow: 0 4px 14px rgba(89, 126, 247, 0.18);
}

.lux-promo__badge {
	flex-shrink: 0;
	margin: 0;
	padding: 5px 11px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	background: rgba(89, 126, 247, 0.88);
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(89, 126, 247, 0.22);
}

.lux-promo__tile--vip .lux-promo__badge {
	background: linear-gradient(135deg, #e8c96a, #b8860b);
	box-shadow: 0 4px 12px rgba(212, 175, 55, 0.22);
}

.lux-promo__tile--promo .lux-promo__badge {
	background: linear-gradient(135deg, #ff8c42, #ff5d5d);
	box-shadow: 0 4px 12px rgba(255, 93, 93, 0.22);
}

.lux-promo__tile--new .lux-promo__badge {
	background: linear-gradient(135deg, #8ea6f7, #597ef7);
}

.lux-promo__tile-title {
	position: relative;
	z-index: 1;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	color: var(--lux-text, #fff);
	transition: color 0.25s ease;
}

.lux-promo__tile:hover .lux-promo__tile-title {
	color: var(--lux-accent-light, #8ea6f7);
}

.lux-promo__tile--vip:hover .lux-promo__tile-title {
	color: #e8c96a;
}

.lux-promo__tile--promo:hover .lux-promo__tile-title {
	color: #ff9f6b;
}

.lux-promo__tile-desc {
	position: relative;
	z-index: 1;
	flex: 1;
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.75;
	color: var(--lux-text-dim);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.lux-promo__tile-action {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	font-size: 12px;
	font-weight: 700;
	color: rgba(142, 166, 247, 0.95);
	transition: transform 0.25s ease, color 0.25s ease;
}

.lux-promo__tile-action em {
	font-style: normal;
	transition: transform 0.25s ease;
}

.lux-promo__tile:hover .lux-promo__tile-action {
	color: var(--lux-accent-light, #8ea6f7);
	transform: translateX(2px);
}

.lux-promo__tile:hover .lux-promo__tile-action em {
	transform: translateX(3px);
}

.lux-promo__tile--vip:hover .lux-promo__tile-action {
	color: #e8c96a;
}

.lux-promo__tile--promo:hover .lux-promo__tile-action {
	color: #ff9f6b;
}

@media (max-width: 900px) {
	.lux-promo__grid {
		grid-template-columns: 1fr;
		padding: 0 16px;
		gap: 12px;
	}

	.lux-promo__tile-media {
		height: 140px;
	}

	.lux-promo__tile-body {
		padding: 16px 16px 18px;
	}

	.lux-promo__tile-title {
		font-size: 17px;
	}
}

@media (max-width: 520px) {
	.lux-promo__tile-media {
		height: 128px;
	}

	.lux-promo__tile-icon {
		width: 42px;
		height: 42px;
		border-radius: 12px;
	}

	.lux-promo__tile-desc {
		font-size: 12px;
		-webkit-line-clamp: 3;
	}
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* #introduce — APP下载（左文右机 · 手机版实时预览）                            */
/* ---------------------------------------------------------------------- */

.lux-download {
	overflow: hidden;
	background: var(--body-bg-color, #07111e);
}

.lux-download::before {
	content: none;
}

.lux-download__bg {
	display: none;
}

.lux-download__inner {
	position: relative;
	z-index: 1;
	max-width: var(--lux-max);
	margin: 0 auto;
	padding: 0 28px;
	box-sizing: border-box;
}

.lux-download__layout {
	display: flex;
	align-items: center;
	gap: 48px;
}

.lux-download__content {
	flex: 1 1 520px;
	min-width: 0;
}

.lux-download__eyebrow {
	display: none;
}

.lux-download__title {
	margin: 0 0 14px;
	font-size: clamp(28px, 3.2vw, 40px);
	font-weight: 800;
	line-height: 1.18;
	color: #fff;
}

.lux-download__lead {
	margin: 0 0 22px;
	max-width: 520px;
	font-size: 15px;
	line-height: 1.85;
	color: var(--lux-text-dim);
}

.lux-download__metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
}

.lux-download__metric {
	flex: 1 1 120px;
	min-width: 100px;
	padding: 14px 16px;
	border-radius: 14px;
	text-align: center;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.lux-download__metric strong {
	display: block;
	margin-bottom: 4px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	background: linear-gradient(180deg, #8ea6f7 0%, #3bb5c6 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.lux-download__metric span {
	display: block;
	font-size: 12px;
	color: var(--lux-text-dim);
}

.lux-download__points {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lux-download__points li {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.75;
	color: var(--lux-text-dim);
}

.lux-download__points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--lux-accent, #597ef7);
	box-shadow: 0 0 10px rgba(89, 126, 247, 0.45);
}

.lux-download__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 14px;
}

.lux-download__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 148px;
	padding: 12px 22px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.lux-download__icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.lux-download__btn--primary {
	color: #fff;
	background: var(--lux-accent-gradient, linear-gradient(135deg, #597ef7, #3bb5c6));
	box-shadow: 0 10px 28px rgba(89, 126, 247, 0.35);
}

.lux-download__btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(89, 126, 247, 0.42);
}

.lux-download__btn--ghost {
	color: var(--lux-text);
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.lux-download__btn--ghost:hover {
	transform: translateY(-2px);
	background: rgba(89, 126, 247, 0.12);
	box-shadow: 0 10px 24px rgba(89, 126, 247, 0.16);
}

.lux-download__login {
	font-size: 13px;
	color: var(--lux-text-dim);
	text-decoration: none;
	transition: color 0.2s ease;
}

.lux-download__login:hover {
	color: var(--lux-accent-light, #8ea6f7);
}

/* ---- 右侧 · 玻璃悬浮屏预览 ---- */
.lux-download__preview-wrap {
	position: relative;
	flex: 0 0 min(48%, 400px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.lux-download__preview-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 88%;
	height: 72%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background:
		radial-gradient(ellipse at center, rgba(89, 126, 247, 0.22) 0%, rgba(59, 181, 198, 0.08) 45%, transparent 72%);
	filter: blur(28px);
	pointer-events: none;
}

.lux-download__preview-shell {
	--pv-w: 372px;
	--pv-pad: 10px;
	--pv-r: 28px;
	--pv-logic-w: 520px;
	--pv-logic-h: 800px;
	--pv-inner-w: calc(var(--pv-w) - var(--pv-pad) * 2);
	--pv-scale: calc(var(--pv-inner-w) / var(--pv-logic-w));
	--pv-screen-h: calc(var(--pv-logic-h) * var(--pv-scale));
	position: relative;
	z-index: 1;
	width: var(--pv-w);
	padding: var(--pv-pad);
	border-radius: var(--pv-r);
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 38%, rgba(255, 255, 255, 0.01) 100%),
		rgba(8, 16, 30, 0.72);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.1),
		0 0 0 1px rgba(89, 126, 247, 0.12) inset,
		0 20px 48px rgba(0, 0, 0, 0.38),
		0 0 60px rgba(89, 126, 247, 0.1);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.lux-download__preview-shell::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(145deg, rgba(142, 166, 247, 0.45), rgba(59, 181, 198, 0.18), rgba(255, 255, 255, 0.06));
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.lux-download__preview-screen {
	position: relative;
	height: var(--pv-screen-h);
	overflow: hidden;
	border-radius: calc(var(--pv-r) - 6px);
	background: var(--body-bg-color, #07111e);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.lux-download__preview-iframe {
	position: absolute;
	top: 0;
	left: 50%;
	width: var(--pv-logic-w);
	height: var(--pv-logic-h);
	margin-left: calc(var(--pv-logic-w) / -2);
	border: 0;
	transform: scale(var(--pv-scale));
	transform-origin: top center;
	pointer-events: none;
	background: var(--body-bg-color, #07111e);
}

.lux-download__preview-label {
	margin: 14px 0 0;
	font-size: 12px;
	letter-spacing: 0.08em;
	color: rgba(142, 166, 247, 0.78);
	text-align: center;
}

@media (max-width: 1100px) {
	.lux-download__layout {
		flex-direction: column;
		gap: 36px;
		text-align: center;
	}

	.lux-download__lead {
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}

	.lux-download__metrics {
		justify-content: center;
	}

	.lux-download__metric {
		flex: 1 1 calc(33.333% - 10px);
		max-width: 160px;
	}

	.lux-download__points {
		text-align: left;
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}

	.lux-download__actions {
		justify-content: center;
	}

	.lux-download__preview-wrap {
		display: none !important;
	}
}

@media (max-width: 640px) {
	.lux-download__inner {
		padding: 0 16px;
	}

	.lux-download__preview-shell {
		--pv-w: min(100%, 300px);
		--pv-pad: 8px;
		--pv-logic-w: 520px;
		--pv-logic-h: 750px;
	}

	.lux-download__metric strong {
		font-size: 18px;
	}

	.lux-download__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.lux-download__btn {
		width: 100%;
		min-width: 0;
	}
}

/* #tutorial — 新手教程                                                      */
/* ---------------------------------------------------------------------- */

.lux-tutorial {
	overflow: hidden;
}

.lux-tutorial__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 50% 42% at 88% 12%, rgba(89, 126, 247, 0.14), transparent 62%),
		radial-gradient(ellipse 45% 38% at 12% 88%, rgba(59, 181, 198, 0.12), transparent 58%),
		radial-gradient(ellipse 35% 30% at 50% 50%, rgba(155, 126, 247, 0.06), transparent 70%);
	pointer-events: none;
}

.lux-tutorial__inner {
	position: relative;
	z-index: 1;
	max-width: var(--lux-max);
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.lux-tutorial__shell {
	border-radius: 20px;
	padding: 0;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(89, 126, 247, 0.1) 0%, rgba(59, 181, 198, 0.05) 42%, rgba(255, 255, 255, 0.02) 100%);
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 10px 40px rgba(0, 0, 0, 0.18);
}

.lux-tutorial__body {
	display: flex;
	gap: 0;
	padding: 0;
}

/* ---- 左侧玩法导航 ---- */
.lux-tutorial__tabs {
	flex: 0 0 248px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 22px 14px;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	background: linear-gradient(180deg, rgba(7, 17, 30, 0.35), rgba(7, 17, 30, 0.12));
}

.lux-tutorial__tab {
	--tab-accent: #597ef7;
	--tab-accent-soft: rgba(89, 126, 247, 0.14);
	position: relative;
	display: grid;
	grid-template-columns: 52px 1fr;
	align-items: stretch;
	gap: 0;
	padding: 0;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
	cursor: pointer;
	text-align: left;
	font: inherit;
	color: var(--lux-text-dim);
	overflow: hidden;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.lux-tutorial__tab--01 { --tab-accent: #597ef7; --tab-accent-soft: rgba(89, 126, 247, 0.16); }
.lux-tutorial__tab--02 { --tab-accent: #3bb5c6; --tab-accent-soft: rgba(59, 181, 198, 0.16); }
.lux-tutorial__tab--03 { --tab-accent: #9b7ef7; --tab-accent-soft: rgba(155, 126, 247, 0.16); }
.lux-tutorial__tab--04 { --tab-accent: #f0b429; --tab-accent-soft: rgba(240, 180, 41, 0.16); }
.lux-tutorial__tab--05 { --tab-accent: #ff6b6b; --tab-accent-soft: rgba(255, 107, 107, 0.16); }

.lux-tutorial__tab-num {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(180deg, color-mix(in srgb, var(--tab-accent) 88%, #fff 12%), var(--tab-accent));
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.lux-tutorial__tab-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	padding: 14px 14px 14px 12px;
	min-height: 56px;
}

.lux-tutorial__tab-label {
	font-size: 15px;
	font-weight: 700;
	color: var(--lux-text);
	line-height: 1.2;
}

.lux-tutorial__tab-hint {
	font-size: 11px;
	line-height: 1.3;
	color: var(--lux-text-faint);
}

.lux-tutorial__tab:hover {
	transform: translateX(2px);
	border-color: color-mix(in srgb, var(--tab-accent) 35%, transparent);
	background: var(--tab-accent-soft);
}

.lux-tutorial__tab.is-active {
	border-color: color-mix(in srgb, var(--tab-accent) 45%, transparent);
	background: linear-gradient(90deg, var(--tab-accent-soft), rgba(255, 255, 255, 0.03));
	box-shadow: inset 3px 0 0 var(--tab-accent);
}

.lux-tutorial__tab.is-active .lux-tutorial__tab-label {
	color: #fff;
}

.lux-tutorial__tab.is-active .lux-tutorial__tab-hint {
	color: color-mix(in srgb, var(--tab-accent) 55%, #fff 45%);
}

/* ---- 内容面板 ---- */
.lux-tutorial__panels {
	flex: 1;
	min-width: 0;
	padding: 10px;
	display: grid;
}

.lux-tutorial__panel {
	--panel-accent: #597ef7;
	grid-area: 1 / 1;
	display: flex;
	align-items: stretch;
	gap: 32px;
	padding: 26px 28px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
}

.lux-tutorial__panel--01 { --panel-accent: #597ef7; }
.lux-tutorial__panel--02 { --panel-accent: #3bb5c6; }
.lux-tutorial__panel--03 { --panel-accent: #9b7ef7; }
.lux-tutorial__panel--04 { --panel-accent: #f0b429; }
.lux-tutorial__panel--05 { --panel-accent: #ff6b6b; }

.lux-tutorial__panel.is-active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.lux-tutorial__text {
	flex: 1;
	min-width: 0;
}

.lux-tutorial__tag {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	padding: 5px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	color: var(--panel-accent);
	background: color-mix(in srgb, var(--panel-accent) 14%, transparent);
	border: 1px solid color-mix(in srgb, var(--panel-accent) 28%, transparent);
}

.lux-tutorial__text h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 800;
	color: var(--lux-text);
	letter-spacing: 0.3px;
}

.lux-tutorial__rule {
	width: 52px;
	height: 3px;
	margin: 16px 0;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--panel-accent), color-mix(in srgb, var(--panel-accent) 20%, transparent));
}

.lux-tutorial__subtitle {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.65;
	color: var(--lux-text);
}

.lux-tutorial__desc,
.lux-tutorial__extra {
	margin: 0;
	font-size: 13px;
	line-height: 1.95;
	color: var(--lux-text-dim);
	text-align: justify;
}

.lux-tutorial__extra {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dashed rgba(255, 255, 255, 0.08);
	color: color-mix(in srgb, var(--lux-text-dim) 88%, var(--panel-accent) 12%);
}

/* ---- 右侧预览（统一尺寸） ---- */
.lux-tutorial__mock {
	position: relative;
	flex: 0 0 300px;
	width: 300px;
	min-height: 348px;
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(7, 17, 30, 0.96), rgba(7, 17, 30, 0.9));
	border: 1px solid rgba(255, 255, 255, 0.07);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 10px 28px rgba(0, 0, 0, 0.28);
}

.lux-tutorial__mock--1x2 { --mock-accent: #597ef7; }
.lux-tutorial__mock--handicap { --mock-accent: #3bb5c6; }
.lux-tutorial__mock--scale { --mock-accent: #9b7ef7; }
.lux-tutorial__mock--parlay { --mock-accent: #f0b429; }
.lux-tutorial__mock--live { --mock-accent: #ff6b6b; }

.lux-tutorial__mock-glow {
	position: absolute;
	top: -30%;
	right: -20%;
	width: 70%;
	height: 70%;
	background: radial-gradient(circle, color-mix(in srgb, var(--mock-accent, #597ef7) 22%, transparent), transparent 70%);
	pointer-events: none;
}

.lux-tutorial__mock-tabs {
	display: flex;
	flex: 0 0 auto;
	position: relative;
	z-index: 1;
}

.lux-tutorial__mock-tabs span {
	flex: 1;
	padding: 13px 0;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	color: var(--lux-text-dim);
	transition: color 0.2s ease, background 0.2s ease;
}

.lux-tutorial__mock-tabs span.is-active {
	color: #fff;
	background: linear-gradient(180deg, color-mix(in srgb, var(--mock-accent, #597ef7) 82%, #fff 18%), var(--mock-accent, #597ef7));
}

.lux-tutorial__mock-filters {
	display: flex;
	gap: 10px;
	flex: 0 0 auto;
	min-height: 42px;
	align-items: center;
	padding: 0 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.lux-tutorial__mock-filters span {
	font-size: 11px;
	white-space: nowrap;
	color: var(--lux-text-faint);
}

.lux-tutorial__mock-filters span.is-active {
	position: relative;
	color: var(--mock-accent, var(--primary-color, #597ef7));
	font-weight: 700;
}

.lux-tutorial__mock-filters span.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -13px;
	height: 2px;
	background: var(--mock-accent, var(--primary-color, #597ef7));
	border-radius: 1px;
}

.lux-tutorial__mock-panel {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 14px 16px 18px;
	position: relative;
	z-index: 1;
	min-height: 0;
}

.lux-tutorial__mock-head {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	color: var(--lux-text);
}

.lux-tutorial__mock-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	padding: 9px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	font-size: 11px;
	color: var(--lux-text-dim);
}

.lux-tutorial__mock-row--head {
	border-top: none;
	font-size: 12px;
	font-weight: 700;
	color: var(--lux-text);
}

.lux-tutorial__mock-row span:last-child {
	text-align: right;
}

.lux-tutorial__mock-row b {
	margin-left: 6px;
	font-weight: 700;
	color: var(--mock-accent, var(--primary-color, #597ef7));
}

.lux-tutorial__mock-head em,
.lux-tutorial__mock-head b {
	font-style: normal;
	margin: 0 4px;
	color: var(--mock-accent, var(--primary-color, #597ef7));
}

.lux-tutorial__mock-1x2 {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 8px;
	flex: 1;
}

.lux-tutorial__mock-1x2-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	border-radius: 10px;
	font-size: 12px;
	color: var(--lux-text-dim);
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.lux-tutorial__mock-1x2-item.is-active {
	color: #fff;
	background: linear-gradient(180deg, color-mix(in srgb, var(--mock-accent, #597ef7) 82%, #fff 18%), var(--mock-accent, #597ef7));
	border-color: transparent;
}

.lux-tutorial__mock-1x2-item b {
	font-size: 14px;
	color: inherit;
}

.lux-tutorial__mock-scale {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 8px;
	flex: 1;
}

.lux-tutorial__mock-scale-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.lux-tutorial__mock-scale-item.is-active {
	border-color: color-mix(in srgb, var(--mock-accent, #597ef7) 45%, transparent);
	background: color-mix(in srgb, var(--mock-accent, #597ef7) 12%, transparent);
}

.lux-tutorial__mock-scale-item b {
	flex: 0 0 56px;
	font-size: 13px;
	color: var(--mock-accent, var(--primary-color, #597ef7));
}

.lux-tutorial__mock-scale-item span {
	font-size: 12px;
	color: var(--lux-text-dim);
}

.lux-tutorial__mock-parlay {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
}

.lux-tutorial__mock-parlay-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 12px;
	border-radius: 10px;
	font-size: 12px;
	color: var(--lux-text);
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.lux-tutorial__mock-parlay-item em {
	font-style: normal;
	color: var(--mock-accent, var(--primary-color, #597ef7));
}

.lux-tutorial__mock-parlay-item b {
	font-size: 14px;
}

.lux-tutorial__mock-parlay-op {
	flex: 0 0 auto;
	font-size: 16px;
	font-weight: 700;
	color: var(--lux-text-faint);
}

.lux-tutorial__mock-parlay-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 12px;
	color: var(--lux-text-dim);
	background: linear-gradient(180deg, color-mix(in srgb, var(--mock-accent, #f0b429) 82%, #fff 18%), var(--mock-accent, #f0b429));
}

.lux-tutorial__mock-parlay-total span {
	color: rgba(255, 255, 255, 0.88);
}

.lux-tutorial__mock-parlay-total b {
	font-size: 18px;
	color: #fff;
}

.lux-tutorial__mock-live {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #ff6b6b;
}

.lux-tutorial__mock-live-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ff6b6b;
	animation: lux-tutorial-live-pulse 1.4s ease-in-out infinite;
}

@keyframes lux-tutorial-live-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.3; }
}

.lux-tutorial__stats-bar {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin-top: 36px;
	padding: 32px 12px 0;
	border-radius: 0;
	background: transparent;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

.lux-tutorial__stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 8px 12px;
}

.lux-tutorial__stat-divider {
	display: none;
}

.lux-tutorial__stat span {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
	background: linear-gradient(180deg, #8ea6f7 0%, #3bb5c6 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.lux-tutorial__stat em {
	margin-top: 8px;
	font-style: normal;
	font-size: 13px;
	color: var(--lux-text-dim);
}
/* ---------------------------------------------------------------------- */
/* 响应式                                                                    */
/* ---------------------------------------------------------------------- */

@media (max-width: 1200px) {
	.lux-section {
		padding: 56px 0;
	}

	.lux-head {
		margin-bottom: 32px;
	}

	.lux-head__title {
		font-size: 26px;
	}

	.lux-register__flow,
	.lux-agent__benefits {
		grid-template-columns: 1fr;
	}

	.lux-register__flow::before {
		display: none;
	}

	.lux-register__stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px 0;
	}

	.lux-promo__spotlight {
		min-height: 220px;
	}

	.lux-promo__spotlight-body {
		min-height: 220px;
		padding: 24px 20px;
		max-width: none;
	}

	.lux-promo__spotlight-shade {
		background: linear-gradient(
			180deg,
			rgba(7, 17, 30, 0.15) 0%,
			rgba(7, 17, 30, 0.75) 55%,
			rgba(7, 17, 30, 0.92) 100%
		);
	}

	.lux-promo__spotlight-body {
		justify-content: flex-end;
	}

	.lux-promo__item {
		gap: 14px;
		padding: 14px 16px;
	}

	.lux-promo__item-thumb {
		flex: 0 0 88px;
		width: 88px;
		height: 58px;
	}

	.lux-download__layout {
		flex-direction: column;
		gap: 32px;
		text-align: center;
	}

	.lux-download__visual {
		flex: none;
		width: 100%;
		min-height: auto;
	}

	.lux-download__lead {
		max-width: none;
	}

	.lux-tutorial__shell {
		padding: 8px;
	}

	.lux-tutorial__body {
		flex-direction: column;
	}

	.lux-tutorial__tabs {
		flex: none;
		flex-direction: row;
		flex-wrap: wrap;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
		padding: 12px;
	}

	.lux-tutorial__tab {
		grid-template-columns: 40px 1fr;
	}

	.lux-tutorial__tab-copy {
		padding: 10px 12px;
		min-height: 48px;
	}

	.lux-tutorial__tab.is-active {
		box-shadow: inset 0 3px 0 var(--tab-accent);
	}

	.lux-tutorial__panel.is-active {
		flex-direction: column;
		padding: 20px 16px;
	}

	.lux-tutorial__mock {
		flex: none;
		width: 100%;
		min-height: 320px;
	}

	.lux-tutorial__stats-bar {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px 0;
		padding: 24px 16px 0;
	}

	.lux-tutorial__stat {
		padding: 12px 8px;
	}
}

/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* #dynamic — 常见问题（J9 风格高端重设计）                                      */
/* ---------------------------------------------------------------------- */

.lux-faq {
	overflow: hidden;
	background:
		radial-gradient(ellipse 50% 42% at 78% 12%, rgba(89, 126, 247, 0.07), transparent 62%),
		var(--question-bg-color, var(--lux-ink, #07111e));
}

.lux-faq::before {
	content: none;
}

.lux-faq__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.lux-faq__bg-rays {
	position: absolute;
	top: -20%;
	right: -10%;
	width: 55%;
	height: 100%;
	background:
		conic-gradient(from 205deg at 50% 50%, transparent 0deg, rgba(89, 126, 247, 0.04) 30deg, transparent 62deg);
	opacity: 0.6;
}

.lux-faq__bg-grid {
	display: none;
}

.lux-faq__bg-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(56px);
	opacity: 0.45;
}

.lux-faq__bg-orb--1 {
	width: 320px;
	height: 320px;
	top: 8%;
	right: 6%;
	background: rgba(89, 126, 247, 0.1);
}

.lux-faq__bg-orb--2 {
	width: 200px;
	height: 200px;
	bottom: 6%;
	left: 4%;
	background: rgba(89, 126, 247, 0.06);
}

.lux-faq__inner {
	position: relative;
	z-index: 1;
}

.lux-faq__shell {
	width: 100%;
	max-width: var(--lux-max);
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.lux-faq__list {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.lux-faq__item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	transition: background 0.28s ease;
}

.lux-faq__item:nth-child(odd) {
	background: rgba(255, 255, 255, 0.03);
}

.lux-faq__item:nth-child(even) {
	background: rgba(0, 0, 0, 0.08);
}

.lux-faq__item:last-child {
	border-bottom: none;
}

.lux-faq__item.is-open {
	background: rgba(89, 126, 247, 0.06);
}

.lux-faq__q {
	width: 100%;
	display: grid;
	grid-template-columns: 56px 1fr 32px;
	align-items: center;
	gap: 20px;
	padding: 18px 28px;
	border: none;
	background: transparent;
	cursor: pointer;
	text-align: left;
	font: inherit;
	color: inherit;
	transition: background 0.22s ease;
}

.lux-faq__q:hover {
	background: rgba(255, 255, 255, 0.02);
}

.lux-faq__idx {
	position: relative;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.02em;
	color: rgba(186, 202, 255, 0.95);
	background:
		linear-gradient(155deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.03) 42%, rgba(7, 17, 30, 0.35) 100%);
	border: none;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.14),
		inset 0 -1px 0 rgba(0, 0, 0, 0.18),
		0 6px 18px rgba(0, 0, 0, 0.22);
	isolation: isolate;
	transition:
		color 0.32s ease,
		background 0.32s ease,
		box-shadow 0.32s ease,
		transform 0.32s ease;
}

.lux-faq__idx::before {
	content: "";
	position: absolute;
	inset: -2px;
	border-radius: 50%;
	padding: 2px;
	background: conic-gradient(
		from 210deg,
		rgba(142, 166, 247, 0.95) 0deg,
		rgba(89, 126, 247, 0.28) 90deg,
		rgba(59, 181, 198, 0.55) 180deg,
		rgba(142, 166, 247, 0.35) 270deg,
		rgba(142, 166, 247, 0.95) 360deg
	);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0.88;
	transition: opacity 0.32s ease, transform 0.5s ease;
}

.lux-faq__idx::after {
	content: "";
	position: absolute;
	inset: 4px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.16), transparent 58%);
	pointer-events: none;
}

.lux-faq__item:nth-child(1) .lux-faq__idx::before {
	background: conic-gradient(from 200deg, #8ea6f7, rgba(89, 126, 247, 0.25), #3bb5c6, #8ea6f7);
}

.lux-faq__item:nth-child(2) .lux-faq__idx::before {
	background: conic-gradient(from 200deg, #3bb5c6, rgba(59, 181, 198, 0.25), #8ea6f7, #3bb5c6);
}

.lux-faq__item:nth-child(3) .lux-faq__idx::before {
	background: conic-gradient(from 200deg, #9b7ef7, rgba(155, 126, 247, 0.25), #597ef7, #9b7ef7);
}

.lux-faq__item:nth-child(4) .lux-faq__idx::before {
	background: conic-gradient(from 200deg, #597ef7, rgba(89, 126, 247, 0.25), #3bb5c6, #597ef7);
}

.lux-faq__item:nth-child(5) .lux-faq__idx::before {
	background: conic-gradient(from 200deg, #8ea6f7, rgba(142, 166, 247, 0.25), #597ef7, #8ea6f7);
}

.lux-faq__q:hover .lux-faq__idx {
	transform: scale(1.04);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		0 0 0 3px rgba(89, 126, 247, 0.12),
		0 8px 22px rgba(89, 126, 247, 0.18);
}

.lux-faq__q:hover .lux-faq__idx::before {
	opacity: 1;
}

.lux-faq__item.is-open .lux-faq__idx {
	color: #fff;
	background: var(--question-round-color, linear-gradient(357.96deg, #4d6ed6 17.07%, #89a2f6 84.67%));
	transform: scale(1.02);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.32),
		inset 0 -2px 8px rgba(0, 0, 0, 0.12),
		0 0 0 3px rgba(89, 126, 247, 0.22),
		0 10px 28px rgba(89, 126, 247, 0.42),
		0 0 36px rgba(89, 126, 247, 0.28);
}

.lux-faq__item.is-open .lux-faq__idx::before {
	inset: -3px;
	padding: 2px;
	opacity: 1;
	background: linear-gradient(145deg, #ffffff 0%, #dce4ff 38%, #8ea6f7 72%, #597ef7 100%);
	filter: drop-shadow(0 0 6px rgba(142, 166, 247, 0.45));
}

.lux-faq__item.is-open .lux-faq__idx::after {
	inset: 2px;
	background:
		radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.42), transparent 55%),
		radial-gradient(circle at 70% 78%, rgba(89, 126, 247, 0.22), transparent 50%);
}

.lux-faq__q-text {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	color: var(--title-color, var(--lux-text));
	transition: color 0.22s ease;
}

.lux-faq__item.is-open .lux-faq__q-text {
	color: #fff;
}

.lux-faq__toggle {
	position: relative;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: transform 0.32s ease, background 0.32s ease, border-color 0.32s ease;
}

.lux-faq__toggle::before,
.lux-faq__toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 2px;
	border-radius: 1px;
	background: rgba(142, 166, 247, 0.85);
	transform: translate(-50%, -50%);
	transition: transform 0.32s ease, background 0.32s ease;
}

.lux-faq__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.lux-faq__item.is-open .lux-faq__toggle {
	background: rgba(89, 126, 247, 0.12);
	border-color: rgba(89, 126, 247, 0.28);
	transform: rotate(45deg);
}

.lux-faq__item.is-open .lux-faq__toggle::before,
.lux-faq__item.is-open .lux-faq__toggle::after {
	background: #fff;
}

.lux-faq__a {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.lux-faq__item.is-open .lux-faq__a {
	grid-template-rows: 1fr;
}

.lux-faq__a-inner {
	overflow: hidden;
}

.lux-faq__a-inner p {
	margin: 0 28px 22px calc(56px + 20px + 28px);
	padding: 0 0 4px 20px;
	font-size: 14px;
	line-height: 1.85;
	letter-spacing: 0.2px;
	color: var(--question-desc-color, var(--desc-color, var(--lux-text-dim)));
	border-left: 2px solid rgba(89, 126, 247, 0.28);
}

@media (max-width: 1200px) {
	.lux-faq__shell {
		padding: 0 16px;
	}

	.lux-faq__q {
		padding: 16px 20px;
		gap: 14px;
	}

	.lux-faq__a-inner p {
		margin: 0 20px 18px calc(56px + 14px + 20px);
		font-size: 13px;
		line-height: 1.75;
	}
}

@media (max-width: 768px) {
	.lux-faq__q {
		grid-template-columns: 56px 1fr 28px;
		gap: 12px;
		padding: 16px 16px;
	}

	.lux-faq__q-text {
		font-size: 14px;
	}

	.lux-faq__a-inner p {
		margin: 0 16px 16px calc(56px + 12px + 16px);
		padding-left: 14px;
		font-size: 13px;
	}
}

@media (max-width: 520px) {
	.lux-faq__q {
		grid-template-columns: 56px 1fr 28px;
		align-items: center;
		gap: 10px;
		padding: 14px 14px;
	}

	.lux-faq__toggle {
		width: 26px;
		height: 26px;
	}

	.lux-faq__a-inner p {
		margin: 0 14px 16px calc(56px + 10px + 14px);
		padding-left: 12px;
	}
}
