:root {
	--imsx-bg: #0b0b0f;
	--imsx-bg-soft: #111116;
	--imsx-bg-card: rgba(18, 18, 22, 0.74);
	--imsx-gold: #d4af37;
	--imsx-gold-2: #c9a227;
	--imsx-gold-light: #f6e7ad;
	--imsx-text: #ffffff;
	--imsx-muted: #9a9a9a;
	--imsx-border: rgba(212, 175, 55, 0.24);
	--imsx-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
	--imsx-radius: 28px;
	--imsx-font: "Assistant", "Noto Sans Hebrew", "Segoe UI", Arial, sans-serif;
	--imsx-serif: "Times New Roman", Georgia, serif;
}

/* SimonX premium UX refinements v1.7: logo control, mobile account menu, conversion polish. */
.imsx-brand {
	transform: translateY(var(--imsx-logo-shift-y, 0));
}

.imsx-brand__logo,
.imsx-brand .custom-logo {
	display: block;
	width: var(--imsx-logo-width, 178px);
	max-width: min(var(--imsx-logo-width, 178px), 34vw);
	max-height: 92px;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 0 18px rgba(212, 175, 55, 0.18));
}

.imsx-user__card {
	min-width: 0;
	max-width: 260px;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 16px 42px rgba(0, 0, 0, 0.18);
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.imsx-user__card:hover,
.imsx-user__card:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(212, 175, 55, 0.42);
	background: rgba(212, 175, 55, 0.075);
}

.imsx-user__card span,
.imsx-user__card small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.simonx-account-menu {
	overflow: hidden;
}

.simonx-account-menu__head {
	display: grid;
	gap: 2px;
	margin: -2px -2px 8px;
	padding: 12px;
	border: 1px solid rgba(212, 175, 55, 0.15);
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(212, 175, 55, 0.13), rgba(255, 255, 255, 0.035));
}

.simonx-account-menu__head strong {
	color: #fff;
	font-size: 0.95rem;
}

.simonx-account-menu__head small {
	color: #f4d477;
	font-size: 0.78rem;
}

.imsx-v16-hero {
	overflow: hidden;
}

.imsx-v16-hero__gridlines {
	animation: imsx-v17-grid-drift 18s linear infinite;
}

@keyframes imsx-v17-grid-drift {
	from {
		background-position: 0 0, 0 0;
	}
	to {
		background-position: 54px 54px, 54px 54px;
	}
}

.imsx-v16-kicker,
.imsx-v16-stat-card,
.imsx-v16-feature-card,
.imsx-v16-offer-card,
.imsx-v16-conversion-card,
.imsx-v16-trust-panel {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 22px 54px rgba(0, 0, 0, 0.16);
}

.imsx-v16-offer-card--featured {
	transform: translateY(-10px);
	box-shadow: 0 36px 92px rgba(212, 175, 55, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.imsx-v16-offer-card--featured:hover {
	transform: translateY(-14px);
}

.imsx-v16-btn--primary {
	position: relative;
	overflow: hidden;
}

.imsx-v16-btn--primary::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, 0.42) 48%, transparent 62% 100%);
	content: "";
	transform: translateX(125%);
	animation: imsx-v17-button-sheen 4.8s ease-in-out infinite;
	pointer-events: none;
}

@keyframes imsx-v17-button-sheen {
	0%,
	58% {
		transform: translateX(125%);
	}
	78%,
	100% {
		transform: translateX(-125%);
	}
}

@media (max-width: 980px) {
	.imsx-brand__logo,
	.imsx-brand .custom-logo {
		width: var(--imsx-logo-width-mobile, 142px);
		max-width: 52vw;
		max-height: 84px;
	}

	.imsx-user--dropdown {
		width: min(100%, 420px);
		margin-inline: auto;
	}

	.imsx-user--dropdown .imsx-user__card {
		width: 100%;
		max-width: none;
		justify-content: center;
		text-align: center;
	}

	.simonx-account-menu {
		position: fixed !important;
		inset: auto 14px 14px !important;
		z-index: 100000;
		width: auto;
		min-width: 0 !important;
		max-height: min(72vh, 420px);
		overflow-y: auto;
		border-radius: 22px;
		transform: translateY(18px) scale(0.98) !important;
	}

	.imsx-user--dropdown.is-open .simonx-account-menu {
		transform: translateY(0) scale(1) !important;
	}

	.imsx-user--dropdown.is-open::before {
		position: fixed;
		inset: 0;
		z-index: 99999;
		background: rgba(0, 0, 0, 0.46);
		backdrop-filter: blur(8px);
		content: "";
	}
}

@media (max-width: 760px) {
	.imsx-v16-offer-card--featured {
		transform: none;
	}

	.imsx-v16-offer-card--featured:hover {
		transform: translateY(-5px);
	}

	.imsx-v16-kicker {
		font-size: 0.82rem;
		line-height: 1.55;
	}
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.imsx-site {
	margin: 0;
	background:
		radial-gradient(circle at 78% 12%, rgba(212, 175, 55, 0.16), transparent 34rem),
		radial-gradient(circle at 10% 24%, rgba(120, 78, 255, 0.08), transparent 28rem),
		linear-gradient(180deg, #050507 0%, var(--imsx-bg) 48%, #070709 100%);
	color: var(--imsx-text);
	font-family: var(--imsx-font);
	line-height: 1.75;
	direction: rtl;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.imsx-site::before {
	position: fixed;
	inset: 0;
	z-index: -2;
	content: "";
	background-image:
		linear-gradient(rgba(212, 175, 55, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(212, 175, 55, 0.035) 1px, transparent 1px);
	background-size: 78px 78px;
	mask-image: radial-gradient(circle at center, black, transparent 78%);
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.sx-site-header.sx-site-header {
	position: relative;
	top: auto;
	z-index: 50;
	width: 100%;
	padding: 28px 36px 18px;
	box-sizing: border-box;
	border-bottom: 0;
	background: transparent;
	backdrop-filter: none;
}

.sx-site-header.imsx-header.is-scrolled {
	border-bottom: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.sx-header {
	--sx-gold: #d4af37;
	--sx-gold-soft: #f7dc78;
	--sx-white: #f7f7f7;
	max-width: 1305px;
	height: 119px;
	margin: 0 auto;
	padding: 0 38px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 315px minmax(420px, 1fr) 390px;
	align-items: center;
	gap: 33px;
	direction: ltr;
	border: 1px solid rgba(212, 175, 55, .34);
	border-radius: 20px;
	background:
		radial-gradient(circle at 77% 45%, rgba(212, 175, 55, .1), transparent 22%),
		radial-gradient(circle at 14% 52%, rgba(212, 175, 55, .08), transparent 20%),
		linear-gradient(180deg, #10100f 0%, #050505 52%, #0a0a0a 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 238, 170, .18),
		inset 0 -1px 0 rgba(212, 175, 55, .1),
		0 0 23px rgba(212, 175, 55, .08);
	color: var(--sx-white);
	overflow: hidden;
}

.sx-user-pill {
	justify-self: start;
	width: 296px;
	height: 78px;
	display: grid;
	grid-template-columns: 66px 1fr;
	align-items: center;
	gap: 17px;
	padding: 0 23px 0 12px;
	box-sizing: border-box;
	direction: ltr;
	color: var(--sx-white);
	border: 1px solid rgba(212, 175, 55, .45);
	border-radius: 999px;
	background:
		radial-gradient(circle at 17% 45%, rgba(255, 216, 93, .13), transparent 30%),
		linear-gradient(180deg, rgba(14, 14, 13, .96), rgba(3, 3, 3, .98));
	box-shadow:
		inset 0 1px 0 rgba(255, 243, 175, .18),
		0 0 18px rgba(212, 175, 55, .18),
		0 12px 21px rgba(0, 0, 0, .45);
	text-decoration: none;
}

.sx-user-disc {
	width: 65px;
	height: 65px;
	display: grid;
	place-items: center;
	justify-self: start;
	border-radius: 50%;
	color: #0b0800;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0;
	background:
		radial-gradient(circle at 32% 24%, #fff0a7, #d9ad36 43%, #8f6418 72%, #1a1305 100%);
	border: 1px solid rgba(255, 236, 152, .55);
	box-shadow:
		inset 0 6px 12px rgba(255, 255, 255, .25),
		inset 0 -7px 12px rgba(0, 0, 0, .37),
		0 0 0 4px rgba(212, 175, 55, .08),
		0 0 16px rgba(212, 175, 55, .32);
}

.sx-user-copy {
	display: grid;
	gap: 10px;
	min-width: 0;
	text-align: right;
	direction: rtl;
}

.sx-user-name {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	direction: ltr;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #f6f6f6;
}

.sx-user-name span {
	direction: rtl;
}

.sx-user-meta {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 9px;
	direction: ltr;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	color: var(--sx-gold-soft);
}

.sx-online {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	direction: rtl;
	color: #63ce57;
}

.sx-online i {
	width: 9px;
	height: 9px;
	display: inline-block;
	border-radius: 50%;
	background: #62d952;
	box-shadow: 0 0 10px rgba(98, 217, 82, .86);
}

.sx-user-pill--guest .sx-user-meta,
.sx-user-pill--guest .sx-online {
	color: #ff8f8f;
}

.sx-user-pill--guest .sx-online i {
	background: #ff5d5d;
	box-shadow: 0 0 10px rgba(255, 93, 93, .86);
}

.sx-primary-nav {
	justify-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
	direction: rtl;
	gap: 74px;
	white-space: nowrap;
}

.sx-primary-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: rgba(255, 255, 255, .92);
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0;
	text-shadow: 0 6px 17px rgba(0, 0, 0, .9);
	text-decoration: none;
}

.sx-primary-nav a.active {
	color: var(--sx-gold-soft);
	text-shadow:
		0 0 10px rgba(212, 175, 55, .42),
		0 6px 17px rgba(0, 0, 0, .9);
}

.sx-primary-nav a.active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -11px;
	width: 68px;
	height: 3px;
	transform: translateX(-50%);
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, #fff0a0, var(--sx-gold), #fff0a0, transparent);
	box-shadow: 0 0 10px rgba(212, 175, 55, .86);
}

.sx-logo-link {
	justify-self: end;
	width: 390px;
	height: 90px;
	display: grid;
	grid-template-columns: 135px 1fr;
	align-items: center;
	gap: 18px;
	color: var(--sx-gold-soft);
	cursor: pointer;
	text-decoration: none;
}

.sx-infinity-mark {
	position: relative;
	width: 135px;
	height: 83px;
	display: grid;
	place-items: center;
}

.sx-infinity-mark::before {
	content: "";
	position: absolute;
	inset: 6px 0 0;
	background: radial-gradient(circle at 58% 35%, rgba(255, 226, 122, .2), transparent 58%);
	filter: blur(8px);
}

.sx-infinity-mark img {
	position: relative;
	width: 141px;
	height: 81px;
	display: block;
	object-fit: contain;
	filter:
		drop-shadow(0 10px 15px rgba(0, 0, 0, .9))
		drop-shadow(0 0 11px rgba(212, 175, 55, .27));
}

.sx-logo-type {
	display: grid;
	gap: 8px;
	font-family: Georgia, "Times New Roman", serif;
	line-height: .76;
	text-transform: uppercase;
	text-align: left;
	color: #f4d778;
	text-shadow:
		0 2px 0 rgba(255, 246, 194, .18),
		0 4px 16px rgba(212, 175, 55, .18),
		0 8px 17px rgba(0, 0, 0, .86);
}

.sx-logo-infinity {
	font-size: 34px;
	letter-spacing: 10px;
}

.sx-logo-markets {
	font-size: 20px;
	letter-spacing: 11px;
	white-space: nowrap;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.imsx-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.imsx-header {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid rgba(212, 175, 55, 0.12);
	background: rgba(7, 7, 9, 0.76);
	backdrop-filter: blur(18px);
	transition: background 220ms ease, box-shadow 220ms ease;
}

.imsx-header.is-scrolled {
	background: rgba(7, 7, 9, 0.94);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

.imsx-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 28px;
	align-items: center;
	min-height: 82px;
}

.imsx-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: max-content;
}

.imsx-brand__mark {
	display: grid;
	place-items: center;
	width: 66px;
	height: 44px;
	color: var(--imsx-gold-light);
	font-family: var(--imsx-serif);
	font-size: 70px;
	line-height: 0.6;
	text-shadow: 0 0 22px rgba(212, 175, 55, 0.46);
}

.imsx-brand__text strong,
.imsx-brand__text small {
	display: block;
	letter-spacing: 0.16em;
}

.imsx-brand__text strong {
	font-size: 1.35rem;
	color: #fff;
}

.imsx-brand__text small {
	margin-top: -4px;
	color: var(--imsx-gold);
	font-size: 0.7rem;
}

.imsx-nav__list,
.imsx-footer__links {
	display: flex;
	gap: 28px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.imsx-nav a {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.98rem;
	transition: color 180ms ease;
}

.imsx-nav a:hover,
.imsx-nav a:focus {
	color: var(--imsx-gold-light);
}

.imsx-user {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: flex-end;
}

.imsx-user__link {
	color: var(--imsx-gold-light);
}

.imsx-user__card {
	display: grid;
	gap: 1px;
	padding: 9px 14px;
	border: 1px solid var(--imsx-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
}

.imsx-user__card small {
	color: var(--imsx-gold-light);
}

.imsx-main {
	overflow: clip;
}

.imsx-hero {
	position: relative;
	display: grid;
	place-items: center;
	min-height: calc(100vh - 82px);
	padding: 92px 0 78px;
	isolation: isolate;
}

.imsx-hero__chart {
	position: absolute;
	inset: 0;
	z-index: -3;
	opacity: 0.32;
	background:
		linear-gradient(90deg, transparent 0 4%, rgba(212, 175, 55, 0.36) 4% 4.22%, transparent 4.22% 8%),
		linear-gradient(180deg, transparent 0 38%, rgba(212, 175, 55, 0.16) 38% 39%, transparent 39%);
	background-size: 86px 260px, 100% 100%;
	mask-image: linear-gradient(90deg, transparent, black 20%, black 78%, transparent);
}

.imsx-hero__wave {
	position: absolute;
	inset: 8% -10% auto;
	height: 64%;
	z-index: -1;
	background:
		radial-gradient(circle at 28% 76%, rgba(255, 215, 113, 0.72), transparent 0.55rem),
		radial-gradient(circle at 62% 48%, rgba(255, 215, 113, 0.52), transparent 0.45rem),
		linear-gradient(100deg, transparent 0%, rgba(212, 175, 55, 0.14) 24%, rgba(255, 223, 142, 0.72) 45%, rgba(212, 175, 55, 0.18) 62%, transparent 84%);
	clip-path: polygon(0 58%, 10% 55%, 23% 49%, 35% 55%, 48% 66%, 61% 58%, 76% 37%, 90% 28%, 100% 34%, 100% 62%, 88% 54%, 76% 58%, 63% 73%, 49% 80%, 33% 70%, 20% 62%, 8% 72%, 0 78%);
	filter: blur(0.4px) drop-shadow(0 0 38px rgba(212, 175, 55, 0.7));
	opacity: 0.86;
}

.imsx-hero__particles {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image:
		radial-gradient(circle, rgba(246, 231, 173, 0.88) 0 1px, transparent 1.5px),
		radial-gradient(circle, rgba(212, 175, 55, 0.5) 0 1px, transparent 1.5px);
	background-size: 98px 98px, 164px 164px;
	opacity: 0.58;
}

.imsx-hero__inner {
	max-width: 940px;
	text-align: center;
}

.imsx-eyebrow {
	margin: 0 0 10px;
	color: var(--imsx-gold-light);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.imsx-hero h1,
.imsx-hero h2,
.imsx-section h2,
.imsx-panel h2,
.imsx-final h2,
.imsx-entry h1 {
	margin: 0;
	line-height: 1.12;
	letter-spacing: -0.035em;
}

.imsx-hero h1 {
	color: var(--imsx-gold-light);
	font-size: clamp(3rem, 7.4vw, 6.8rem);
	text-shadow: 0 0 24px rgba(212, 175, 55, 0.28);
}

.imsx-hero h2 {
	margin-top: 8px;
	color: #fff;
	font-size: clamp(1.65rem, 3.3vw, 3.3rem);
}

.imsx-hero__lead {
	max-width: 740px;
	margin: 24px auto 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.imsx-hero__actions,
.imsx-final__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: center;
	margin-top: 34px;
}

.imsx-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 800;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.imsx-btn::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.35) 48%, transparent 74%);
	transform: translateX(140%);
	transition: transform 600ms ease;
}

.imsx-btn:hover {
	transform: translateY(-2px);
}

.imsx-btn:hover::before {
	transform: translateX(-140%);
}

.imsx-btn--gold {
	background: linear-gradient(135deg, #9b6f16 0%, var(--imsx-gold) 42%, #fff0b3 50%, var(--imsx-gold-2) 62%, #7e5610 100%);
	color: #111;
	box-shadow: 0 16px 42px rgba(212, 175, 55, 0.24);
}

.imsx-btn--glass,
.imsx-btn--outline {
	border-color: var(--imsx-border);
	background: rgba(255, 255, 255, 0.045);
	color: var(--imsx-gold-light);
}

.imsx-btn--small {
	min-height: 40px;
	padding: 9px 16px;
}

.imsx-hero__metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	max-width: 760px;
	margin: 48px auto 0;
}

.imsx-hero__metrics span {
	padding: 16px;
	border: 1px solid rgba(212, 175, 55, 0.16);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.035);
	color: var(--imsx-muted);
}

.imsx-hero__metrics strong {
	display: block;
	color: var(--imsx-gold-light);
	font-size: 1.5rem;
}

.imsx-trust {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-top: -42px;
	position: relative;
	z-index: 4;
}

.imsx-trust__item,
.imsx-card,
.imsx-panel,
.imsx-level,
.imsx-quote,
.imsx-final,
.imsx-entry {
	border: 1px solid var(--imsx-border);
	border-radius: var(--imsx-radius);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
	box-shadow: var(--imsx-shadow);
	backdrop-filter: blur(18px);
}

.imsx-trust__item {
	padding: 24px;
}

.imsx-trust__item span,
.imsx-card__icon,
.imsx-level__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 14px;
	border: 1px solid rgba(212, 175, 55, 0.32);
	border-radius: 16px;
	color: var(--imsx-gold-light);
	background: rgba(212, 175, 55, 0.08);
}

.imsx-trust h3,
.imsx-card h3,
.imsx-level h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 1.2rem;
}

.imsx-trust p,
.imsx-card p,
.imsx-panel p,
.imsx-level li,
.imsx-final p,
.imsx-entry,
.imsx-section__head p {
	color: rgba(255, 255, 255, 0.72);
}

.imsx-section,
.imsx-split,
.imsx-testimonials,
.imsx-final,
.imsx-content {
	margin-top: 110px;
}

.imsx-section__head {
	max-width: 760px;
	margin: 0 auto 34px;
	text-align: center;
}

.imsx-section h2,
.imsx-panel h2,
.imsx-final h2,
.imsx-entry h1 {
	color: #fff;
	font-size: clamp(2rem, 4vw, 4rem);
}

.imsx-cards {
	display: grid;
	gap: 22px;
}

.imsx-cards--three,
.imsx-levels,
.imsx-post-grid {
	grid-template-columns: repeat(3, 1fr);
}

.imsx-card,
.imsx-level {
	padding: 30px;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.imsx-card:hover,
.imsx-level:hover,
.imsx-trust__item:hover {
	transform: translateY(-5px);
	border-color: rgba(246, 231, 173, 0.42);
	box-shadow: 0 28px 90px rgba(212, 175, 55, 0.13);
}

.imsx-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.imsx-authority {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 24px;
	margin-top: 110px;
}

.imsx-panel--compact {
	min-height: auto;
}

.imsx-checks {
	display: grid;
	gap: 10px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
	color: rgba(255, 255, 255, 0.76);
}

.imsx-checks li::before {
	content: "✓";
	margin-left: 8px;
	color: var(--imsx-gold-light);
}

.imsx-faq {
	display: grid;
	gap: 14px;
	max-width: 900px;
	margin: 0 auto;
}

.imsx-faq details {
	border: 1px solid var(--imsx-border);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.045);
	padding: 18px 22px;
}

.imsx-faq summary {
	cursor: pointer;
	color: var(--imsx-gold-light);
	font-weight: 900;
}

.imsx-faq p {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.72);
}

.imsx-panel {
	position: relative;
	min-height: 420px;
	padding: 44px;
	overflow: hidden;
}

.imsx-panel::after {
	position: absolute;
	inset: auto -10% -25% -10%;
	height: 220px;
	content: "";
	background: radial-gradient(circle, rgba(212, 175, 55, 0.2), transparent 66%);
}

.imsx-panel--school::after {
	background: radial-gradient(circle, rgba(120, 78, 255, 0.16), transparent 66%);
}

.imsx-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-top: 18px;
	color: var(--imsx-gold-light);
	font-weight: 800;
}

.imsx-link::before {
	content: "←";
}

.imsx-levels {
	display: grid;
	gap: 22px;
	align-items: stretch;
}

.imsx-level--featured {
	border-color: rgba(246, 231, 173, 0.58);
	background:
		radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.14), transparent 48%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
}

.imsx-price {
	margin: 18px 0;
	color: var(--imsx-gold-light);
	font-size: 1.9rem;
	font-weight: 900;
}

.imsx-price small {
	color: var(--imsx-muted);
	font-size: 0.95rem;
}

.imsx-level ul {
	display: grid;
	gap: 10px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.imsx-level li::before {
	margin-left: 8px;
	color: var(--imsx-gold);
	content: "✓";
}

.imsx-quote {
	margin: 0;
	padding: 30px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.15rem;
}

.imsx-final {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 28px;
	align-items: center;
	margin-bottom: 110px;
	padding: 44px;
	background:
		linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(255, 255, 255, 0.035)),
		rgba(10, 10, 14, 0.84);
}

.imsx-final__actions {
	justify-content: flex-start;
	margin-top: 0;
}

.imsx-footer {
	border-top: 1px solid rgba(212, 175, 55, 0.14);
	background: #050506;
}

.imsx-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 32px;
	padding: 54px 0;
}

.imsx-footer p,
.imsx-footer a {
	color: rgba(255, 255, 255, 0.68);
}

.imsx-footer__links,
.imsx-footer__contact {
	display: grid;
	gap: 10px;
	align-content: start;
}

.imsx-footer__bottom {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--imsx-muted);
}

.imsx-content {
	min-height: 60vh;
	padding-block: 54px 100px;
}

.imsx-entry {
	padding: min(7vw, 64px);
}

.imsx-entry__header {
	margin-bottom: 28px;
}

.imsx-entry__content :where(p, li) {
	color: rgba(255, 255, 255, 0.78);
}

.imsx-entry__content a {
	color: var(--imsx-gold-light);
	text-decoration: underline;
	text-decoration-color: rgba(212, 175, 55, 0.4);
}

.imsx-entry__media {
	margin-bottom: 28px;
	overflow: hidden;
	border-radius: 22px;
}

[data-reveal] {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 620ms ease, transform 620ms ease;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 980px) {
	.imsx-header__inner {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 16px 0;
	}

	.imsx-nav__list,
	.imsx-user {
		justify-content: center;
	}

	.imsx-nav__list {
		flex-wrap: wrap;
		gap: 16px;
	}

	.imsx-trust,
	.imsx-cards--three,
	.imsx-levels,
	.imsx-footer__grid,
	.imsx-post-grid {
		grid-template-columns: 1fr 1fr;
	}

	.imsx-split,
	.imsx-authority,
	.imsx-final {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.imsx-container {
		width: min(100% - 24px, 1180px);
	}

	.imsx-hero {
		min-height: auto;
		padding: 72px 0 52px;
	}

	.imsx-hero h1 {
		font-size: clamp(3rem, 17vw, 5rem);
	}

	.imsx-hero__metrics,
	.imsx-trust,
	.imsx-cards--three,
	.imsx-levels,
	.imsx-footer__grid,
	.imsx-post-grid {
		grid-template-columns: 1fr;
	}

	.imsx-panel,
	.imsx-final,
	.imsx-entry,
	.imsx-card,
	.imsx-level {
		padding: 24px;
		border-radius: 22px;
	}

	.imsx-section,
	.imsx-split,
	.imsx-testimonials,
	.imsx-final,
	.imsx-content {
		margin-top: 72px;
	}

	.imsx-user {
		flex-wrap: wrap;
	}

	.imsx-btn {
		width: 100%;
	}
}

/* Homepage v1: premium black/gold landing page. Scoped to front-page only. */
.imsx-home-v1 {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% -12%, rgba(212, 175, 55, 0.18), transparent 38rem),
		linear-gradient(180deg, #050506 0%, #0b0b0f 42%, #050506 100%);
	color: #fff;
	isolation: isolate;
}

.imsx-home-v1 .imsx-container {
	width: min(1560px, calc(100% - clamp(28px, 5vw, 96px)));
}

.imsx-home-v1__hero {
	position: relative;
	min-height: calc(100svh - 82px);
	padding: clamp(52px, 7vw, 104px) 0 clamp(38px, 6vw, 86px);
	border-bottom: 1px solid rgba(212, 175, 55, 0.26);
	background:
		radial-gradient(circle at 26% 38%, rgba(212, 175, 55, 0.3), transparent 20rem),
		radial-gradient(circle at 80% 24%, rgba(246, 231, 173, 0.13), transparent 26rem),
		linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(212, 175, 55, 0.08), rgba(0, 0, 0, 0.68));
}

.imsx-home-v1__noise,
.imsx-home-v1__skyline,
.imsx-home-v1__wave,
.imsx-home-v1__candles {
	position: absolute;
	pointer-events: none;
}

.imsx-home-v1__noise {
	inset: 0;
	z-index: -1;
	opacity: 0.42;
	background-image:
		radial-gradient(circle, rgba(246, 231, 173, 0.32) 0 1px, transparent 1.5px),
		radial-gradient(circle, rgba(212, 175, 55, 0.2) 0 1px, transparent 1.6px);
	background-position: 0 0, 42px 58px;
	background-size: 120px 120px, 180px 180px;
	mask-image: radial-gradient(circle at center, black 0 56%, transparent 86%);
}

.imsx-home-v1__skyline {
	inset: auto 0 0;
	height: 38%;
	opacity: 0.5;
	background:
		linear-gradient(to top, rgba(0, 0, 0, 0.88), transparent),
		repeating-linear-gradient(90deg, transparent 0 34px, rgba(212, 175, 55, 0.15) 34px 36px, transparent 36px 54px),
		linear-gradient(to top, rgba(212, 175, 55, 0.18), transparent 62%);
	clip-path: polygon(0 100%, 0 64%, 4% 64%, 4% 38%, 7% 38%, 7% 72%, 11% 72%, 11% 48%, 14% 48%, 14% 26%, 17% 26%, 17% 80%, 22% 80%, 22% 52%, 25% 52%, 25% 34%, 28% 34%, 28% 74%, 34% 74%, 34% 42%, 37% 42%, 37% 18%, 40% 18%, 40% 68%, 47% 68%, 47% 49%, 50% 49%, 50% 30%, 53% 30%, 53% 76%, 60% 76%, 60% 40%, 63% 40%, 63% 20%, 66% 20%, 66% 70%, 72% 70%, 72% 36%, 75% 36%, 75% 10%, 78% 10%, 78% 68%, 83% 68%, 83% 44%, 86% 44%, 86% 30%, 89% 30%, 89% 82%, 94% 82%, 94% 56%, 97% 56%, 97% 34%, 100% 34%, 100% 100%);
}

.imsx-home-v1__wave {
	right: -8%;
	left: -8%;
	height: 170px;
	border-top: 1px solid rgba(246, 231, 173, 0.45);
	border-radius: 50%;
	filter: drop-shadow(0 0 18px rgba(212, 175, 55, 0.52));
	transform: rotate(-4deg);
}

.imsx-home-v1__wave::before,
.imsx-home-v1__wave::after {
	position: absolute;
	inset: 18px 0 auto;
	height: 2px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.78), rgba(255, 241, 185, 0.9), rgba(212, 175, 55, 0.64), transparent);
	box-shadow: 0 0 28px rgba(212, 175, 55, 0.7);
}

.imsx-home-v1__wave::after {
	top: 42px;
	opacity: 0.45;
}

.imsx-home-v1__wave--one {
	top: 44%;
}

.imsx-home-v1__wave--two {
	top: 72%;
	opacity: 0.7;
	transform: rotate(3deg);
}

.imsx-home-v1__candles {
	inset: 12% 8% auto;
	display: flex;
	gap: clamp(12px, 2vw, 28px);
	align-items: end;
	justify-content: center;
	height: 185px;
	opacity: 0.28;
}

.imsx-home-v1__candles i {
	position: relative;
	display: block;
	width: 8px;
	height: var(--h);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(246, 231, 173, 0.85), rgba(212, 175, 55, 0.28));
	box-shadow: 0 0 18px rgba(212, 175, 55, 0.3);
	animation: imsx-candle-pulse 4s ease-in-out infinite;
	animation-delay: var(--d);
}

.imsx-home-v1__candles i::before {
	position: absolute;
	top: -18px;
	bottom: -18px;
	left: 50%;
	width: 1px;
	content: "";
	background: rgba(212, 175, 55, 0.44);
	transform: translateX(-50%);
}

.imsx-home-v1__hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
	gap: clamp(28px, 5vw, 80px);
	align-items: center;
}

.imsx-home-v1__brand-lockup {
	display: inline-flex;
	grid-column: 1 / -1;
	align-items: center;
	gap: 14px;
	width: fit-content;
	padding: 10px 16px;
	border: 1px solid rgba(212, 175, 55, 0.22);
	border-radius: 999px;
	background: rgba(9, 9, 12, 0.56);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.imsx-home-v1__brand-mark {
	display: grid;
	place-items: center;
	width: 54px;
	height: 34px;
	color: #f8df82;
	font-family: var(--imsx-serif);
	font-size: 58px;
	line-height: 0.6;
	text-shadow: 0 0 26px rgba(212, 175, 55, 0.78);
}

.imsx-home-v1__brand-lockup strong,
.imsx-home-v1__brand-lockup small {
	display: block;
}

.imsx-home-v1__brand-lockup strong {
	color: #fff;
	font-size: 0.98rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.imsx-home-v1__brand-lockup small {
	color: rgba(246, 231, 173, 0.72);
	font-size: 0.76rem;
	letter-spacing: 0.08em;
}

.imsx-home-v1__hero-copy {
	max-width: 760px;
}

.imsx-home-v1__eyebrow {
	margin: 0 0 14px;
	color: #d4af37;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.imsx-home-v1__hero h1 {
	margin: 0;
	font-size: clamp(3.8rem, 8.8vw, 8.8rem);
	font-weight: 900;
	line-height: 0.86;
	letter-spacing: -0.055em;
	text-shadow: 0 0 46px rgba(212, 175, 55, 0.24);
}

.imsx-home-v1__hero h1 span,
.imsx-home-v1__hero h1 em {
	display: block;
}

.imsx-home-v1__hero h1 span {
	color: #f7e9b5;
	background: linear-gradient(180deg, #fff7cc 0%, #d4af37 44%, #a7771b 100%);
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.imsx-home-v1__hero h1 em {
	margin-top: 12px;
	color: #fff;
	font-size: clamp(1.55rem, 3.1vw, 3rem);
	font-style: normal;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

.imsx-home-v1__lead {
	max-width: 680px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.03rem, 1.5vw, 1.22rem);
	line-height: 1.9;
}

.imsx-home-v1__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-top: 30px;
}

.imsx-home-v1__btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 26px;
	overflow: hidden;
	border: 1px solid rgba(212, 175, 55, 0.44);
	border-radius: 16px;
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.2;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.imsx-home-v1__btn::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(110deg, transparent 0 24%, rgba(255, 255, 255, 0.32) 45%, transparent 64%);
	opacity: 0;
	transform: translateX(72%);
	transition: opacity 180ms ease, transform 520ms ease;
}

.imsx-home-v1__btn:hover,
.imsx-home-v1__btn:focus-visible {
	border-color: rgba(246, 231, 173, 0.75);
	box-shadow: 0 14px 34px rgba(212, 175, 55, 0.22);
	transform: translateY(-2px);
}

.imsx-home-v1__btn:hover::before,
.imsx-home-v1__btn:focus-visible::before {
	opacity: 1;
	transform: translateX(-72%);
}

.imsx-home-v1__btn--primary {
	color: #140f04;
	background: linear-gradient(135deg, #fff0ad, #d4af37 46%, #9d7018);
	box-shadow: 0 18px 48px rgba(212, 175, 55, 0.28);
}

.imsx-home-v1__btn--secondary {
	color: #f7e8a9;
	background: rgba(10, 10, 14, 0.68);
}

.imsx-home-v1__offer {
	display: inline-flex;
	margin: 18px 0 0;
	padding: 9px 14px;
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 999px;
	background: rgba(212, 175, 55, 0.08);
	color: #f7e8a9;
	font-size: 0.93rem;
	font-weight: 800;
}

.imsx-home-v1__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 420px;
}

.imsx-home-v1__visual img {
	position: relative;
	z-index: 2;
	width: min(100%, 720px);
	filter: drop-shadow(0 40px 70px rgba(0, 0, 0, 0.68)) drop-shadow(0 0 40px rgba(212, 175, 55, 0.26));
	animation: imsx-bull-float 7s ease-in-out infinite;
}

.imsx-home-v1__bull-glow {
	position: absolute;
	inset: 12% 8%;
	border-radius: 999px;
	background:
		radial-gradient(circle, rgba(212, 175, 55, 0.35), transparent 54%),
		radial-gradient(circle, rgba(255, 244, 196, 0.2), transparent 40%);
	filter: blur(22px);
}

.imsx-home-v1__trust-strip {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	margin-top: -1px;
	border: 1px solid rgba(212, 175, 55, 0.2);
	border-radius: 0 0 26px 26px;
	background: rgba(212, 175, 55, 0.17);
	overflow: hidden;
}

.imsx-home-v1__trust-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 88px;
	padding: 18px;
	background: rgba(6, 6, 8, 0.82);
	color: rgba(255, 255, 255, 0.9);
}

.imsx-home-v1__trust-item span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(212, 175, 55, 0.35);
	border-radius: 12px;
	color: #d4af37;
	background: rgba(212, 175, 55, 0.08);
}

.imsx-home-v1__section,
.imsx-home-v1__promo,
.imsx-home-v1__metrics,
.imsx-home-v1__final {
	margin-top: clamp(74px, 8vw, 132px);
}

.imsx-home-v1__section-head {
	max-width: 820px;
	margin-inline: auto;
	text-align: center;
}

.imsx-home-v1__section-head h2,
.imsx-home-v1__promo h2,
.imsx-home-v1__final h2 {
	margin: 0;
	color: #fff4bf;
	font-size: clamp(2rem, 4.2vw, 4.4rem);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.imsx-home-v1__section-head p:not(.imsx-home-v1__eyebrow),
.imsx-home-v1__final p:not(.imsx-home-v1__eyebrow) {
	margin: 18px auto 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.05rem;
	line-height: 1.9;
}

.imsx-home-v1__value-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 42px;
}

.imsx-home-v1__value-card,
.imsx-home-v1__why-grid article,
.imsx-home-v1__metric,
.imsx-home-v1__promo-card,
.imsx-home-v1__final {
	border: 1px solid rgba(212, 175, 55, 0.22);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 52%),
		rgba(16, 16, 21, 0.78);
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.36);
	backdrop-filter: blur(14px);
}

.imsx-home-v1__value-card,
.imsx-home-v1__why-grid article {
	min-height: 230px;
	padding: 28px;
	border-radius: 26px;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.imsx-home-v1__value-card:hover,
.imsx-home-v1__why-grid article:hover {
	border-color: rgba(212, 175, 55, 0.48);
	box-shadow: 0 22px 64px rgba(212, 175, 55, 0.12);
	transform: translateY(-4px);
}

.imsx-home-v1__value-card span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin-bottom: 18px;
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 18px;
	background: rgba(212, 175, 55, 0.08);
	font-size: 1.55rem;
}

.imsx-home-v1__value-card h3,
.imsx-home-v1__why-grid h3 {
	margin: 0 0 10px;
	color: #ffeaa3;
	font-size: 1.25rem;
}

.imsx-home-v1__value-card p,
.imsx-home-v1__why-grid p {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.98rem;
	line-height: 1.82;
}

.imsx-home-v1__promo-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
	gap: clamp(24px, 5vw, 72px);
	align-items: center;
	padding: clamp(30px, 5vw, 66px);
	overflow: hidden;
	border-radius: 34px;
}

.imsx-home-v1__promo-card::before {
	position: absolute;
	inset: -20% auto auto -8%;
	width: 46%;
	height: 72%;
	content: "";
	border-radius: 999px;
	background: radial-gradient(circle, rgba(212, 175, 55, 0.18), transparent 68%);
	filter: blur(14px);
}

.imsx-home-v1__checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 20px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.imsx-home-v1__checks li {
	position: relative;
	padding-right: 28px;
	color: rgba(255, 255, 255, 0.82);
	font-weight: 700;
}

.imsx-home-v1__checks li::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "✓";
	color: #d4af37;
	font-weight: 900;
}

.imsx-home-v1__price-box {
	position: relative;
	display: grid;
	gap: 12px;
	align-content: center;
	min-height: 240px;
	padding: 28px;
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 28px;
	background:
		radial-gradient(circle at 30% 0, rgba(212, 175, 55, 0.24), transparent 52%),
		rgba(5, 5, 8, 0.62);
	text-align: center;
}

.imsx-home-v1__price-box span {
	color: rgba(255, 255, 255, 0.62);
	font-weight: 800;
}

.imsx-home-v1__price-box strong {
	color: #fff0b4;
	font-size: clamp(2rem, 4.4vw, 4.4rem);
	line-height: 1;
	text-shadow: 0 0 30px rgba(212, 175, 55, 0.25);
}

.imsx-home-v1__why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 42px;
}

.imsx-home-v1__metrics {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.imsx-home-v1__metric {
	display: grid;
	gap: 6px;
	min-height: 150px;
	padding: 26px;
	border-radius: 24px;
	text-align: center;
}

.imsx-home-v1__metric strong {
	color: #f7dd7a;
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1;
}

.imsx-home-v1__metric span {
	color: rgba(255, 255, 255, 0.72);
	font-weight: 800;
}

.imsx-home-v1__final {
	position: relative;
	margin-bottom: clamp(70px, 8vw, 120px);
	padding: clamp(34px, 6vw, 86px);
	overflow: hidden;
	border-radius: 36px;
	text-align: center;
}

.imsx-home-v1__final-glow {
	position: absolute;
	inset: -22% 18% auto;
	height: 52%;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(212, 175, 55, 0.2), transparent 68%);
	filter: blur(24px);
}

.imsx-home-v1__final > *:not(.imsx-home-v1__final-glow) {
	position: relative;
	z-index: 2;
}

.imsx-home-v1__final .imsx-home-v1__actions {
	justify-content: center;
}

@keyframes imsx-bull-float {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, -12px, 0);
	}
}

@keyframes imsx-candle-pulse {
	0%,
	100% {
		opacity: 0.52;
		transform: scaleY(0.92);
	}

	50% {
		opacity: 1;
		transform: scaleY(1.04);
	}
}

@media (max-width: 1180px) {
	.imsx-home-v1__hero-grid,
	.imsx-home-v1__promo-card {
		grid-template-columns: 1fr;
	}

	.imsx-home-v1__hero-copy {
		max-width: 900px;
		text-align: center;
	}

	.imsx-home-v1__actions,
	.imsx-home-v1__brand-lockup {
		justify-content: center;
		margin-inline: auto;
	}

	.imsx-home-v1__offer {
		margin-inline: auto;
	}

	.imsx-home-v1__visual {
		min-height: 320px;
	}

	.imsx-home-v1__value-grid,
	.imsx-home-v1__why-grid,
	.imsx-home-v1__metrics,
	.imsx-home-v1__trust-strip {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 720px) {
	.imsx-home-v1 .imsx-container {
		width: min(100% - 24px, 1560px);
	}

	.imsx-home-v1__hero {
		min-height: auto;
		padding: 42px 0 54px;
	}

	.imsx-home-v1__hero h1 {
		font-size: clamp(3rem, 18vw, 4.8rem);
	}

	.imsx-home-v1__hero h1 em {
		font-size: clamp(1.28rem, 7vw, 2rem);
	}

	.imsx-home-v1__lead {
		font-size: 0.98rem;
	}

	.imsx-home-v1__actions,
	.imsx-home-v1__btn {
		width: 100%;
	}

	.imsx-home-v1__visual {
		min-height: 220px;
	}

	.imsx-home-v1__candles {
		inset-inline: 0;
		gap: 10px;
		opacity: 0.18;
	}

	.imsx-home-v1__trust-strip,
	.imsx-home-v1__value-grid,
	.imsx-home-v1__why-grid,
	.imsx-home-v1__metrics,
	.imsx-home-v1__checks {
		grid-template-columns: 1fr;
	}

	.imsx-home-v1__section,
	.imsx-home-v1__promo,
	.imsx-home-v1__metrics,
	.imsx-home-v1__final {
		margin-top: 68px;
	}

	.imsx-home-v1__value-card,
	.imsx-home-v1__why-grid article,
	.imsx-home-v1__promo-card,
	.imsx-home-v1__final {
		border-radius: 24px;
	}

	.imsx-home-v1__price-box strong {
		font-size: 2.35rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.imsx-home-v1 *,
	.imsx-home-v1 *::before,
	.imsx-home-v1 *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}

/* Homepage v1.1 refinement: calmer institutional tone. */
.imsx-home-v1 {
	background:
		radial-gradient(circle at 48% -18%, rgba(212, 175, 55, 0.075), transparent 42rem),
		linear-gradient(180deg, #050506 0%, #0b0b0f 46%, #050506 100%);
}

.imsx-home-v1__hero {
	min-height: auto;
	padding: clamp(64px, 7vw, 112px) 0 clamp(54px, 6vw, 92px);
	background:
		radial-gradient(circle at 72% 30%, rgba(212, 175, 55, 0.08), transparent 25rem),
		linear-gradient(90deg, rgba(3, 3, 4, 0.78), rgba(12, 12, 15, 0.94));
}

.imsx-home-v1__noise {
	opacity: 0.14;
	background-size: 170px 170px, 240px 240px;
}

.imsx-home-v1__skyline {
	height: 31%;
	opacity: 0.28;
}

.imsx-home-v1__wave {
	height: 145px;
	opacity: 0.28;
	filter: none;
}

.imsx-home-v1__wave::before,
.imsx-home-v1__wave::after {
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.34), rgba(255, 241, 185, 0.5), rgba(212, 175, 55, 0.25), transparent);
	box-shadow: none;
}

.imsx-home-v1__wave--two {
	display: none;
}

.imsx-home-v1__candles {
	inset: 15% 10% auto;
	height: 150px;
	opacity: 0.14;
}

.imsx-home-v1__candles i {
	width: 5px;
	box-shadow: none;
	animation: none;
}

.imsx-home-v1__hero-grid {
	grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.82fr);
	gap: clamp(44px, 6vw, 92px);
}

.imsx-home-v1__brand-lockup {
	padding: 9px 14px;
	border-color: rgba(212, 175, 55, 0.18);
	background: rgba(6, 6, 8, 0.72);
	box-shadow: none;
}

.imsx-home-v1__brand-mark {
	color: #d4af37;
	text-shadow: none;
}

.imsx-home-v1__brand-lockup strong {
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.imsx-home-v1__brand-lockup small {
	color: rgba(246, 231, 173, 0.62);
}

.imsx-home-v1__eyebrow {
	color: rgba(212, 175, 55, 0.82);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.imsx-home-v1__hero h1 {
	font-size: clamp(3.35rem, 7vw, 7rem);
	font-weight: 800;
	line-height: 0.94;
	letter-spacing: -0.04em;
	text-shadow: none;
}

.imsx-home-v1__hero h1 span {
	background: linear-gradient(180deg, #f6e7ad 0%, #d4af37 58%, #9d711e 100%);
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.imsx-home-v1__hero h1 em {
	margin-top: 16px;
	font-size: clamp(1.45rem, 2.55vw, 2.42rem);
	font-weight: 700;
	letter-spacing: -0.018em;
}

.imsx-home-v1__lead {
	max-width: 640px;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.25vw, 1.12rem);
	line-height: 1.86;
}

.imsx-home-v1__btn {
	min-height: 48px;
	padding: 12px 24px;
	border-radius: 10px;
	font-size: 0.95rem;
	font-weight: 800;
	transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.imsx-home-v1__btn::before {
	display: none;
}

.imsx-home-v1__btn:hover,
.imsx-home-v1__btn:focus-visible {
	box-shadow: none;
	transform: none;
}

.imsx-home-v1__btn--primary {
	color: #0b0b0f;
	background: linear-gradient(180deg, #e2c55c, #c9a227);
	box-shadow: none;
}

.imsx-home-v1__btn--primary:hover,
.imsx-home-v1__btn--primary:focus-visible {
	background: linear-gradient(180deg, #f0d778, #d4af37);
}

.imsx-home-v1__btn--secondary {
	color: rgba(246, 231, 173, 0.9);
	background: rgba(5, 5, 7, 0.54);
}

.imsx-home-v1__offer {
	border-color: rgba(212, 175, 55, 0.2);
	background: rgba(212, 175, 55, 0.045);
	color: rgba(246, 231, 173, 0.82);
	font-size: 0.9rem;
	font-weight: 700;
}

.imsx-home-v1__visual {
	min-height: 390px;
}

.imsx-home-v1__visual img {
	width: min(100%, 640px);
	filter: drop-shadow(0 28px 54px rgba(0, 0, 0, 0.72));
	animation: none;
}

.imsx-home-v1__bull-glow {
	inset: 20% 15%;
	background: radial-gradient(circle, rgba(212, 175, 55, 0.12), transparent 66%);
	filter: blur(18px);
}

.imsx-home-v1__trust-strip {
	border-color: rgba(212, 175, 55, 0.16);
	border-radius: 0;
	background: rgba(212, 175, 55, 0.08);
}

.imsx-home-v1__trust-item {
	min-height: 78px;
	background: rgba(5, 5, 7, 0.9);
}

.imsx-home-v1__trust-item span,
.imsx-home-v1__value-card span {
	color: rgba(212, 175, 55, 0.82);
	background: transparent;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.imsx-home-v1__trust-item span {
	border-color: rgba(212, 175, 55, 0.2);
}

.imsx-home-v1__section-head h2,
.imsx-home-v1__promo h2,
.imsx-home-v1__final h2 {
	color: #f4e4aa;
	font-size: clamp(1.9rem, 3.2vw, 3.6rem);
	font-weight: 800;
	letter-spacing: -0.032em;
}

.imsx-home-v1__section-head p:not(.imsx-home-v1__eyebrow),
.imsx-home-v1__final p:not(.imsx-home-v1__eyebrow) {
	color: rgba(255, 255, 255, 0.68);
	font-size: 1rem;
}

.imsx-home-v1__value-card,
.imsx-home-v1__why-grid article,
.imsx-home-v1__metric,
.imsx-home-v1__promo-card,
.imsx-home-v1__final {
	border-color: rgba(212, 175, 55, 0.16);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 58%),
		rgba(12, 12, 16, 0.82);
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
}

.imsx-home-v1__value-card,
.imsx-home-v1__why-grid article {
	min-height: 210px;
	padding: 28px 26px;
}

.imsx-home-v1__value-card:hover,
.imsx-home-v1__why-grid article:hover {
	border-color: rgba(212, 175, 55, 0.3);
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.32);
	transform: none;
}

.imsx-home-v1__value-card h3,
.imsx-home-v1__why-grid h3 {
	color: #ead58c;
	font-size: 1.14rem;
	font-weight: 700;
}

.imsx-home-v1__value-card p,
.imsx-home-v1__why-grid p {
	color: rgba(255, 255, 255, 0.66);
}

.imsx-home-v1__promo-card {
	border-radius: 24px;
}

.imsx-home-v1__promo-card::before {
	opacity: 0.42;
}

.imsx-home-v1__price-box {
	min-height: 220px;
	border-color: rgba(212, 175, 55, 0.2);
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(212, 175, 55, 0.08), transparent),
		rgba(4, 4, 6, 0.68);
}

.imsx-home-v1__price-box strong {
	color: #ead58c;
	font-size: clamp(1.8rem, 3.2vw, 3.2rem);
	text-shadow: none;
}

.imsx-home-v1__metric {
	min-height: 132px;
}

.imsx-home-v1__metric strong {
	color: #d4af37;
	font-size: clamp(1.8rem, 3.1vw, 3rem);
}

.imsx-home-v1__metric span {
	color: rgba(255, 255, 255, 0.68);
	font-weight: 700;
}

.imsx-home-v1__final {
	border-radius: 24px;
}

.imsx-home-v1__final-glow {
	display: none;
}

/* Homepage v1.2: live-market reference direction. Homepage only. */
.imsx-home-v12 {
	overflow: hidden;
	background:
		radial-gradient(circle at 72% 14%, rgba(212, 175, 55, 0.09), transparent 35rem),
		linear-gradient(180deg, #030304 0%, #0b0b0f 48%, #050506 100%);
	color: #fff;
}

.imsx-home-v12 .imsx-container {
	width: min(1600px, calc(100% - clamp(28px, 6vw, 96px)));
}

.imsx-v12-hero {
	position: relative;
	min-height: min(840px, calc(100svh - 72px));
	padding: clamp(42px, 5vw, 78px) 0 clamp(44px, 5vw, 82px);
	overflow: hidden;
	border-bottom: 1px solid rgba(212, 175, 55, 0.26);
	background: #050506;
	isolation: isolate;
}

.imsx-v12-hero::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	pointer-events: none;
	background:
		radial-gradient(circle at 68% 33%, rgba(212, 175, 55, 0.08), transparent 24rem),
		linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.34) 43%, rgba(0, 0, 0, 0.72) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.72));
}

.imsx-v12-hero::after {
	position: absolute;
	inset: auto 0 0;
	z-index: 1;
	height: 34%;
	content: "";
	pointer-events: none;
	background:
		linear-gradient(to top, rgba(0, 0, 0, 0.92), transparent),
		radial-gradient(circle at 50% 100%, rgba(212, 175, 55, 0.12), transparent 58%);
}

.imsx-v12-hero__grid-bg,
.imsx-v12-hero__candles,
.imsx-v12-hero__animals {
	position: absolute;
	pointer-events: none;
}

.imsx-v12-hero__grid-bg {
	inset: 0;
	z-index: 0;
	opacity: 0.12;
	background-image:
		linear-gradient(rgba(212, 175, 55, 0.085) 1px, transparent 1px),
		linear-gradient(90deg, rgba(212, 175, 55, 0.085) 1px, transparent 1px);
	background-size: 82px 82px;
	mask-image: radial-gradient(circle at 55% 35%, black 0 55%, transparent 88%);
}

.imsx-v12-hero__candles {
	inset: 10% 10% auto;
	z-index: 0;
	display: flex;
	gap: clamp(14px, 2vw, 34px);
	align-items: end;
	justify-content: center;
	height: 210px;
	opacity: 0.11;
}

.imsx-v12-hero__candles i {
	position: relative;
	display: block;
	width: 10px;
	height: var(--h);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 233, 151, 0.92), rgba(146, 98, 20, 0.2));
	box-shadow: 0 0 18px rgba(212, 175, 55, 0.22);
}

.imsx-v12-hero__candles i::before {
	position: absolute;
	top: -22px;
	bottom: -22px;
	left: 50%;
	width: 1px;
	content: "";
	background: rgba(212, 175, 55, 0.42);
	transform: translateX(-50%);
}

.imsx-v12-hero__animals {
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center bottom;
	opacity: 0.84;
	filter: saturate(0.92) contrast(1.08) brightness(0.82);
}

.imsx-v12-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-areas:
		"market copy copy"
		"market copy cta";
	grid-template-columns: minmax(270px, 330px) minmax(360px, 1fr) minmax(300px, 370px);
	gap: clamp(20px, 3vw, 42px);
	align-items: center;
	min-height: 660px;
	direction: ltr;
}

.imsx-v12-market,
.imsx-v12-copy,
.imsx-v12-cta-card {
	direction: rtl;
}

.imsx-v12-market {
	grid-area: market;
	align-self: center;
	padding: 18px;
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 10px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent),
		rgba(8, 8, 11, 0.76);
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.42);
	backdrop-filter: blur(14px);
}

.imsx-v12-market__head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: #f0d782;
	font-size: 0.92rem;
}

.imsx-v12-market__head span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #46d64e;
	box-shadow: 0 0 12px rgba(70, 214, 78, 0.6);
}

.imsx-v12-market__row {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(74px, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 14px 10px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
}

.imsx-v12-market__row + .imsx-v12-market__row {
	margin-top: 8px;
}

.imsx-v12-market__row strong,
.imsx-v12-market__row small,
.imsx-v12-market__row em {
	display: block;
	font-style: normal;
}

.imsx-v12-market__row strong {
	color: #fff;
	font-size: 0.86rem;
	letter-spacing: 0.03em;
}

.imsx-v12-market__row small {
	margin-top: 2px;
	color: rgba(255, 255, 255, 0.72);
}

.imsx-v12-market__row span {
	height: 28px;
	background:
		linear-gradient(135deg, transparent 0 8%, currentColor 8% 10%, transparent 10% 26%, currentColor 26% 29%, transparent 29% 44%, currentColor 44% 47%, transparent 47% 62%, currentColor 62% 65%, transparent 65% 82%, currentColor 82% 85%, transparent 85%);
	opacity: 0.85;
}

.imsx-v12-market__row--up {
	color: #4be15a;
}

.imsx-v12-market__row--down {
	color: #e13b35;
}

.imsx-v12-market__row em {
	min-width: 62px;
	text-align: left;
	font-size: 0.86rem;
	font-weight: 800;
}

.imsx-v12-market p {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.75rem;
	text-align: center;
}

.imsx-v12-copy {
	grid-area: copy;
	align-self: center;
	max-width: 780px;
	margin-inline-start: auto;
	text-align: right;
}

.imsx-v12-eyebrow {
	margin: 0 0 12px;
	color: rgba(212, 175, 55, 0.88);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.imsx-v12-copy h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(3.1rem, 7vw, 7.6rem);
	font-weight: 900;
	line-height: 0.94;
	letter-spacing: -0.045em;
	text-shadow: 0 8px 34px rgba(0, 0, 0, 0.88);
}

.imsx-v12-copy h1 span,
.imsx-v12-copy h1 em {
	display: block;
}

.imsx-v12-copy h1 span {
	color: #fff;
}

.imsx-v12-copy h1 em {
	max-width: 720px;
	margin-top: 14px;
	color: #e6c55b;
	font-size: clamp(1.8rem, 3.8vw, 4.2rem);
	font-style: normal;
	font-weight: 900;
	line-height: 1.08;
}

.imsx-v12-copy p:not(.imsx-v12-eyebrow) {
	max-width: 650px;
	margin: 22px 0 0 auto;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(1rem, 1.2vw, 1.16rem);
	line-height: 1.9;
}

.imsx-v12-cta-card {
	grid-area: cta;
	align-self: end;
	padding: 28px;
	border: 1px solid rgba(212, 175, 55, 0.52);
	border-radius: 10px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent),
		rgba(8, 8, 11, 0.8);
	box-shadow: 0 22px 80px rgba(0, 0, 0, 0.46);
	backdrop-filter: blur(18px);
	text-align: center;
}

.imsx-v12-cta-card span,
.imsx-v12-cta-card strong {
	display: block;
}

.imsx-v12-cta-card span {
	color: #fff;
	font-size: 1.15rem;
	font-weight: 900;
}

.imsx-v12-cta-card strong {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.96rem;
	font-weight: 700;
}

.imsx-v12-cta-card h2 {
	margin: 12px 0 20px;
	color: #f2d66e;
	text-shadow: 0 0 26px rgba(212, 175, 55, 0.18);
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1;
}

.imsx-v12-cta-card p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.82rem;
}

.imsx-v12-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 28px;
	border: 1px solid rgba(212, 175, 55, 0.45);
	border-radius: 8px;
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.2;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.imsx-v12-btn:hover,
.imsx-v12-btn:focus-visible {
	border-color: rgba(246, 231, 173, 0.8);
	transform: translateY(-1px);
}

.imsx-v12-btn--gold {
	color: #090909;
	background: linear-gradient(180deg, #f4d874, #c99f2a);
}

.imsx-v12-btn--gold:hover,
.imsx-v12-btn--gold:focus-visible {
	background: linear-gradient(180deg, #ffe894, #d4af37);
}

.imsx-v12-btn--ghost {
	color: #f4d874;
	background: rgba(0, 0, 0, 0.18);
}

.imsx-v12-stats {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	margin-top: -38px;
	border: 1px solid rgba(212, 175, 55, 0.18);
	border-radius: 8px;
	background: rgba(212, 175, 55, 0.14);
	overflow: hidden;
}

.imsx-v12-stat {
	display: grid;
	gap: 4px;
	place-items: center;
	min-height: 90px;
	padding: 16px;
	background: rgba(10, 10, 13, 0.94);
	text-align: center;
}

.imsx-v12-stat strong {
	color: #e3bd47;
	font-size: clamp(1.55rem, 2vw, 2.2rem);
	line-height: 1;
}

.imsx-v12-stat span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.88rem;
	font-weight: 700;
}

.imsx-v12-benefits {
	margin-top: clamp(54px, 6vw, 90px);
}

.imsx-v12-section-head {
	text-align: center;
}

.imsx-v12-section-head h2,
.imsx-v12-final h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(2.1rem, 3.8vw, 4rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.imsx-v12-section-head h2 {
	color: #fff;
}

.imsx-v12-section-head h2::first-letter,
.imsx-v12-final h2 strong {
	color: #d4af37;
}

.imsx-v12-benefits__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
	margin-top: 32px;
}

.imsx-v12-benefit {
	min-height: 176px;
	padding: 24px 20px;
	border: 1px solid rgba(212, 175, 55, 0.2);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
		rgba(12, 12, 15, 0.82);
	text-align: center;
	transition: border-color 180ms ease, transform 180ms ease;
}

.imsx-v12-benefit:hover,
.imsx-v12-benefit:focus-within {
	border-color: rgba(212, 175, 55, 0.42);
	transform: translateY(-2px);
}

.imsx-v12-benefit span {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin: 0 auto 14px;
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 50%;
	color: #d4af37;
	font-size: 0.82rem;
	font-weight: 900;
}

.imsx-v12-benefit h3 {
	margin: 0 0 10px;
	color: #e7cc70;
	font-size: 1.05rem;
}

.imsx-v12-benefit p {
	margin: 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.9rem;
	line-height: 1.75;
}

.imsx-v12-final {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	margin-top: clamp(52px, 6vw, 86px);
	margin-bottom: clamp(58px, 7vw, 110px);
	padding: clamp(32px, 4.2vw, 58px);
	overflow: hidden;
	border-top: 1px solid rgba(212, 175, 55, 0.26);
	border-bottom: 1px solid rgba(212, 175, 55, 0.26);
	background:
		linear-gradient(90deg, rgba(212, 175, 55, 0.08), transparent 42%),
		rgba(8, 8, 10, 0.78);
}

.imsx-v12-final::before {
	position: absolute;
	inset: auto -10% 0;
	height: 120px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.22), transparent);
	opacity: 0.42;
	transform: skewY(-4deg);
}

.imsx-v12-final > * {
	position: relative;
	z-index: 1;
}

.imsx-v12-final p:not(.imsx-v12-eyebrow) {
	max-width: 720px;
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1rem;
	line-height: 1.85;
}

.imsx-v12-final__actions {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 1220px) {
	.imsx-v12-hero__inner {
		grid-template-areas:
			"copy copy"
			"market cta";
		grid-template-columns: minmax(260px, 1fr) minmax(300px, 0.9fr);
		min-height: auto;
	}

	.imsx-v12-copy {
		max-width: 900px;
		margin-inline: auto;
		text-align: center;
	}

	.imsx-v12-copy p:not(.imsx-v12-eyebrow) {
		margin-inline: auto;
	}

	.imsx-v12-benefits__grid,
	.imsx-v12-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.imsx-v12-final {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.imsx-v12-final p:not(.imsx-v12-eyebrow) {
		margin-inline: auto;
	}

	.imsx-v12-final__actions {
		justify-content: center;
	}
}

@media (max-width: 760px) {
	.imsx-home-v12 .imsx-container {
		width: min(100% - 24px, 1600px);
	}

	.imsx-v12-hero {
		min-height: auto;
		padding: 34px 0 46px;
	}

	.imsx-v12-hero__animals {
		inset: 0;
		width: 100%;
		height: 100%;
		object-position: center bottom;
		opacity: 0.42;
	}

	.imsx-v12-hero__candles {
		inset-inline: -10%;
		opacity: 0.16;
	}

	.imsx-v12-hero__inner {
		grid-template-areas:
			"copy"
			"cta"
			"market";
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.imsx-v12-copy h1 {
		font-size: clamp(2.7rem, 15vw, 4.3rem);
	}

	.imsx-v12-copy h1 em {
		font-size: clamp(1.42rem, 8vw, 2.3rem);
	}

	.imsx-v12-copy p:not(.imsx-v12-eyebrow) {
		font-size: 0.96rem;
	}

	.imsx-v12-market,
	.imsx-v12-cta-card,
	.imsx-v12-benefit,
	.imsx-v12-final {
		border-radius: 10px;
	}

	.imsx-v12-market__row {
		grid-template-columns: 1fr auto;
	}

	.imsx-v12-market__row span {
		display: none;
	}

	.imsx-v12-stats,
	.imsx-v12-benefits__grid {
		grid-template-columns: 1fr;
	}

	.imsx-v12-stats {
		margin-top: 0;
	}

	.imsx-v12-final__actions,
	.imsx-v12-btn {
		width: 100%;
	}

	.imsx-v12-final__actions {
		flex-direction: column;
	}
}

/* Homepage v1.4: background-image sales layout. Homepage only. */
.imsx-home-v14 {
	--imsx-v14-gold: #d4af37;
	--imsx-v14-gold-soft: #f0d982;
	--imsx-v14-panel: rgba(7, 7, 10, 0.78);
	--imsx-v14-line: rgba(212, 175, 55, 0.22);
	--imsx-v14-heading: "Heebo", "Noto Sans Hebrew", "Assistant", Arial, sans-serif;
	--imsx-v14-body: "Noto Sans Hebrew", "Assistant", "Heebo", Arial, sans-serif;
	overflow: hidden;
	background: #050506;
	color: #fff;
	font-family: var(--imsx-v14-body);
}

.imsx-home-v14 .imsx-container {
	width: min(1580px, calc(100% - clamp(28px, 5.8vw, 96px)));
}

.imsx-v14-hero {
	position: relative;
	min-height: min(860px, calc(100svh - 74px));
	padding: clamp(44px, 5vw, 82px) 0 clamp(46px, 5vw, 84px);
	overflow: hidden;
	border-bottom: 1px solid rgba(212, 175, 55, 0.26);
	background-color: #050506;
	background-image: var(--imsx-v14-bg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	isolation: isolate;
}

.imsx-v14-hero::before,
.imsx-v14-hero::after,
.imsx-v14-hero__overlay {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
}

.imsx-v14-hero::before {
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 42%, rgba(0, 0, 0, 0.76) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.82));
}

.imsx-v14-hero::after {
	z-index: 0;
	background-image:
		linear-gradient(rgba(212, 175, 55, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(212, 175, 55, 0.06) 1px, transparent 1px);
	background-size: 78px 78px;
	opacity: 0.26;
	mask-image: radial-gradient(circle at 54% 34%, black 0 50%, transparent 86%);
}

.imsx-v14-hero__overlay {
	z-index: 1;
	background:
		radial-gradient(circle at 68% 30%, rgba(212, 175, 55, 0.12), transparent 28rem),
		linear-gradient(180deg, transparent 0 58%, rgba(5, 5, 6, 0.94) 100%);
}

.imsx-v14-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-areas:
		"market copy offer"
		"market copy offer";
	grid-template-columns: minmax(250px, 330px) minmax(420px, 1fr) minmax(315px, 390px);
	gap: clamp(20px, 3vw, 44px);
	align-items: center;
	min-height: 690px;
	direction: ltr;
}

.imsx-v14-copy,
.imsx-v14-offer,
.imsx-v14-market {
	direction: rtl;
}

.imsx-v14-copy {
	grid-area: copy;
	align-self: center;
	max-width: 780px;
	margin-inline-start: auto;
	text-align: right;
}

.imsx-v14-eyebrow {
	margin: 0 0 14px;
	color: rgba(212, 175, 55, 0.88);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.imsx-v14-copy h1,
.imsx-v14-section__head h2,
.imsx-v14-promo h2 {
	font-family: var(--imsx-v14-heading);
}

.imsx-v14-copy h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(3.45rem, 7.2vw, 7.7rem);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 0.92;
	text-shadow: 0 10px 42px rgba(0, 0, 0, 0.92);
}

.imsx-v14-copy h1 span,
.imsx-v14-copy h1 em {
	display: block;
}

.imsx-v14-copy h1 em {
	max-width: 720px;
	margin-top: 16px;
	color: var(--imsx-v14-gold-soft);
	font-size: clamp(1.55rem, 3.2vw, 3.55rem);
	font-style: normal;
	font-weight: 850;
	line-height: 1.12;
}

.imsx-v14-copy p {
	max-width: 680px;
	margin: 24px 0 0 auto;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(1rem, 1.18vw, 1.14rem);
	line-height: 1.9;
}

.imsx-v14-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.imsx-v14-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 26px;
	border: 1px solid rgba(212, 175, 55, 0.42);
	border-radius: 10px;
	font-family: var(--imsx-v14-heading);
	font-size: 0.96rem;
	font-weight: 850;
	line-height: 1.2;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.imsx-v14-btn:hover,
.imsx-v14-btn:focus-visible {
	border-color: rgba(246, 231, 173, 0.82);
	transform: translateY(-1px);
}

.imsx-v14-btn--gold {
	color: #080808;
	background: linear-gradient(180deg, #f3db82, #c89f2b);
}

.imsx-v14-btn--gold:hover,
.imsx-v14-btn--gold:focus-visible {
	background: linear-gradient(180deg, #ffeaa0, #d4af37);
}

.imsx-v14-btn--ghost {
	color: var(--imsx-v14-gold-soft);
	background: rgba(0, 0, 0, 0.28);
}

.imsx-v14-offer,
.imsx-v14-market,
.imsx-v14-stat,
.imsx-v14-benefit,
.imsx-v14-level,
.imsx-v14-promo {
	border: 1px solid var(--imsx-v14-line);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent),
		var(--imsx-v14-panel);
	box-shadow: 0 22px 80px rgba(0, 0, 0, 0.42);
	backdrop-filter: blur(16px);
}

.imsx-v14-offer {
	grid-area: offer;
	align-self: center;
	padding: 30px;
	border-color: rgba(212, 175, 55, 0.48);
	border-radius: 14px;
	text-align: center;
}

.imsx-v14-offer span,
.imsx-v14-offer p,
.imsx-v14-offer strong,
.imsx-v14-offer small {
	display: block;
}

.imsx-v14-offer span {
	color: rgba(212, 175, 55, 0.9);
	font-size: 0.85rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.imsx-v14-offer h2 {
	margin: 10px 0 12px;
	color: #fff;
	font-family: var(--imsx-v14-heading);
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.18;
}

.imsx-v14-offer p {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
}

.imsx-v14-offer strong {
	margin: 8px 0 20px;
	color: var(--imsx-v14-gold-soft);
	font-family: var(--imsx-v14-heading);
	font-size: clamp(2.05rem, 3vw, 3.2rem);
	line-height: 1;
}

.imsx-v14-offer small {
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.8rem;
}

.imsx-v14-market {
	grid-area: market;
	align-self: center;
	padding: 18px;
	border-radius: 12px;
}

.imsx-v14-market__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
	color: #fff;
}

.imsx-v14-market__head strong {
	color: var(--imsx-v14-gold-soft);
	font-size: 0.94rem;
}

.imsx-v14-market__head span {
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.74rem;
}

.imsx-v14-market__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px 14px;
	align-items: center;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.04);
}

.imsx-v14-market__row + .imsx-v14-market__row {
	margin-top: 8px;
}

.imsx-v14-market__row strong {
	color: #fff;
	font-size: 0.85rem;
}

.imsx-v14-market__row span {
	grid-column: 1;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.86rem;
}

.imsx-v14-market__row em {
	grid-column: 2;
	grid-row: 1 / span 2;
	font-style: normal;
	font-weight: 900;
}

.imsx-v14-market__row--up em {
	color: #4bd45d;
}

.imsx-v14-market__row--down em {
	color: #e3554e;
}

.imsx-v14-stats {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	margin-top: -36px;
	border: 1px solid rgba(212, 175, 55, 0.18);
	border-radius: 12px;
	background: rgba(212, 175, 55, 0.16);
	overflow: hidden;
}

.imsx-v14-stat {
	display: grid;
	gap: 5px;
	place-items: center;
	min-height: 92px;
	padding: 16px;
	border: 0;
	border-radius: 0;
	background: rgba(10, 10, 13, 0.94);
	box-shadow: none;
	text-align: center;
}

.imsx-v14-stat strong {
	color: var(--imsx-v14-gold);
	font-family: var(--imsx-v14-heading);
	font-size: clamp(1.55rem, 2.5vw, 2.45rem);
	line-height: 1;
}

.imsx-v14-stat span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.86rem;
	font-weight: 800;
}

.imsx-v14-section {
	margin-top: clamp(70px, 7vw, 116px);
}

.imsx-v14-section__head {
	max-width: 860px;
	margin-inline: auto;
	text-align: center;
}

.imsx-v14-section__head h2,
.imsx-v14-promo h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(2rem, 3.6vw, 4rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.1;
}

.imsx-v14-benefits {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 34px;
}

.imsx-v14-benefit {
	min-height: 196px;
	padding: 26px 22px;
	border-radius: 14px;
	text-align: center;
	transition: border-color 180ms ease, transform 180ms ease;
}

.imsx-v14-benefit:hover,
.imsx-v14-level:hover {
	border-color: rgba(212, 175, 55, 0.42);
	transform: translateY(-2px);
}

.imsx-v14-benefit span,
.imsx-v14-level__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 34px;
	padding-inline: 12px;
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 999px;
	color: var(--imsx-v14-gold-soft);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.imsx-v14-benefit h3,
.imsx-v14-level h3 {
	margin: 18px 0 10px;
	color: #ead58c;
	font-family: var(--imsx-v14-heading);
	font-size: 1.16rem;
	line-height: 1.3;
}

.imsx-v14-benefit p,
.imsx-v14-level p,
.imsx-v14-promo p {
	margin: 0;
	color: rgba(255, 255, 255, 0.67);
	font-size: 0.94rem;
	line-height: 1.78;
}

.imsx-v14-levels {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 34px;
}

.imsx-v14-level {
	position: relative;
	display: grid;
	gap: 16px;
	align-content: start;
	padding: 28px;
	border-radius: 14px;
	transition: border-color 180ms ease, transform 180ms ease;
}

.imsx-v14-level--featured {
	border-color: rgba(212, 175, 55, 0.48);
	background:
		linear-gradient(180deg, rgba(212, 175, 55, 0.12), transparent 36%),
		var(--imsx-v14-panel);
}

.imsx-v14-level__price {
	color: #fff;
	font-family: var(--imsx-v14-heading);
	font-size: clamp(2rem, 3.4vw, 3.4rem);
	line-height: 1;
}

.imsx-v14-level ul {
	display: grid;
	gap: 10px;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
}

.imsx-v14-level li {
	position: relative;
	padding-right: 24px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.95rem;
}

.imsx-v14-level li::before {
	position: absolute;
	right: 0;
	color: var(--imsx-v14-gold);
	content: "✓";
	font-weight: 900;
}

.imsx-v14-level .imsx-v14-btn {
	margin-top: 8px;
}

.imsx-v14-promo {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	margin-top: clamp(62px, 7vw, 110px);
	margin-bottom: clamp(62px, 7vw, 110px);
	padding: clamp(30px, 4.5vw, 62px);
	border-radius: 18px;
	background:
		linear-gradient(90deg, rgba(212, 175, 55, 0.12), transparent 45%),
		rgba(8, 8, 11, 0.84);
}

.imsx-v14-promo p {
	max-width: 780px;
	margin-top: 12px;
}

@media (max-width: 1240px) {
	.imsx-v14-hero__inner {
		grid-template-areas:
			"copy copy"
			"market offer";
		grid-template-columns: 1fr 1fr;
		min-height: auto;
	}

	.imsx-v14-copy {
		max-width: 900px;
		margin-inline: auto;
		text-align: center;
	}

	.imsx-v14-copy p,
	.imsx-v14-actions {
		justify-content: center;
		margin-inline: auto;
	}

	.imsx-v14-benefits,
	.imsx-v14-stats {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 860px) {
	.imsx-home-v14 .imsx-container {
		width: min(100% - 24px, 1580px);
	}

	.imsx-v14-hero {
		min-height: auto;
		padding: 42px 0 54px;
		background-position: center bottom;
	}

	.imsx-v14-hero::before {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.88)),
			linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.62));
	}

	.imsx-v14-hero__inner {
		grid-template-areas:
			"copy"
			"offer"
			"market";
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.imsx-v14-copy h1 {
		font-size: clamp(2.8rem, 15vw, 4.5rem);
	}

	.imsx-v14-copy h1 em {
		font-size: clamp(1.36rem, 7vw, 2.2rem);
	}

	.imsx-v14-actions,
	.imsx-v14-btn {
		width: 100%;
	}

	.imsx-v14-stats {
		margin-top: 0;
	}

	.imsx-v14-stats,
	.imsx-v14-benefits,
	.imsx-v14-levels,
	.imsx-v14-promo {
		grid-template-columns: 1fr;
	}

	.imsx-v14-promo {
		text-align: center;
	}
}

/* Homepage v1.5: reference-poster black/gold sales page. Homepage only. */
.imsx-home-v15 {
	--imsx-v15-gold: #d4af37;
	--imsx-v15-gold-strong: #f1cf63;
	--imsx-v15-gold-dark: #8f6515;
	--imsx-v15-border: rgba(212, 175, 55, 0.42);
	--imsx-v15-panel: rgba(8, 8, 10, 0.88);
	--imsx-v15-heading: "Heebo", "Noto Sans Hebrew", "Assistant", Arial, sans-serif;
	--imsx-v15-body: "Assistant", "Noto Sans Hebrew", "Heebo", Arial, sans-serif;
	background:
		radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.12), transparent 36rem),
		#050506;
	color: #fff;
	font-family: var(--imsx-v15-body);
	overflow: hidden;
}

.imsx-home-v15 .imsx-container {
	width: min(1540px, calc(100% - clamp(22px, 4vw, 72px)));
}

.imsx-v15-hero {
	position: relative;
	min-height: 430px;
	padding: 34px 0 22px;
	overflow: hidden;
	border-bottom: 1px solid rgba(212, 175, 55, 0.34);
	background-color: #050506;
	background-image: var(--imsx-v15-bg);
	background-position: center 45%;
	background-repeat: no-repeat;
	background-size: cover;
	isolation: isolate;
}

.imsx-v15-hero::before,
.imsx-v15-hero__shade {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
}

.imsx-v15-hero::before {
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.18) 44%, rgba(0, 0, 0, 0.7)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72));
}

.imsx-v15-hero__shade {
	z-index: 1;
	background:
		radial-gradient(circle at 36% 46%, rgba(212, 175, 55, 0.18), transparent 20rem),
		linear-gradient(180deg, transparent 0 72%, rgba(5, 5, 6, 0.95));
}

.imsx-v15-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(200px, 310px) minmax(0, 1fr);
	gap: clamp(22px, 4vw, 64px);
	align-items: start;
	min-height: 360px;
}

.imsx-v15-logo-card {
	display: grid;
	justify-items: center;
	align-self: start;
	width: min(100%, 280px);
	padding: 20px 18px;
	text-align: center;
}

.imsx-v15-logo-card span {
	color: var(--imsx-v15-gold-strong);
	font-family: "Times New Roman", Georgia, serif;
	font-size: 78px;
	line-height: 0.72;
	text-shadow: 0 0 26px rgba(212, 175, 55, 0.38);
}

.imsx-v15-logo-card strong {
	color: #f8dd86;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 3.4vw, 4.1rem);
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 0.94;
}

.imsx-v15-logo-card small {
	margin-top: 8px;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.18em;
}

.imsx-v15-hero__copy {
	max-width: 880px;
	margin-inline: auto;
	padding-top: 8px;
	text-align: center;
}

.imsx-v15-hero__copy p:first-child {
	margin: 0 0 2px;
	color: rgba(255, 255, 255, 0.86);
	font-family: var(--imsx-v15-heading);
	font-size: clamp(1.5rem, 2.5vw, 3rem);
	font-weight: 850;
}

.imsx-v15-hero__copy h1 {
	margin: 0;
	color: var(--imsx-v15-gold-strong);
	font-family: var(--imsx-v15-heading);
	font-size: clamp(3.7rem, 7.2vw, 8.1rem);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.9;
	text-shadow: 0 10px 44px rgba(0, 0, 0, 0.82);
}

.imsx-v15-hero__copy h2 {
	margin: 12px 0 0;
	color: #fff;
	font-family: var(--imsx-v15-heading);
	font-size: clamp(1.6rem, 3vw, 3.6rem);
	font-weight: 850;
	line-height: 1.08;
	text-shadow: 0 8px 34px rgba(0, 0, 0, 0.9);
}

.imsx-v15-hero__copy p:last-child {
	max-width: 760px;
	margin: 20px auto 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1rem, 1.4vw, 1.25rem);
	line-height: 1.82;
}

.imsx-v15-trust {
	border-top: 1px solid rgba(212, 175, 55, 0.22);
	border-bottom: 1px solid rgba(212, 175, 55, 0.26);
	background: rgba(7, 7, 9, 0.94);
}

.imsx-v15-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: rgba(212, 175, 55, 0.16);
}

.imsx-v15-trust__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 82px;
	padding: 16px;
	background: rgba(8, 8, 10, 0.96);
	color: #fff;
	text-align: center;
}

.imsx-v15-trust__item span,
.imsx-v15-why__grid span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 50%;
	color: var(--imsx-v15-gold);
	font-size: 1.35rem;
}

.imsx-v15-trust__item strong {
	max-width: 150px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
	line-height: 1.3;
}

.imsx-v15-level-section,
.imsx-v15-sale,
.imsx-v15-why,
.imsx-v15-final {
	margin-top: 28px;
}

.imsx-v15-section-title {
	margin-bottom: 22px;
	text-align: center;
}

.imsx-v15-section-title h2 {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 0;
	color: var(--imsx-v15-gold-strong);
	font-family: var(--imsx-v15-heading);
	font-size: clamp(2.2rem, 4vw, 4.5rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1;
}

.imsx-v15-section-title h2::before,
.imsx-v15-section-title h2::after {
	width: min(18vw, 230px);
	height: 1px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.72), transparent);
}

.imsx-v15-section-title p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.06rem;
}

.imsx-v15-levels {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	align-items: stretch;
}

.imsx-v15-level {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 680px;
	padding: 24px;
	overflow: hidden;
	border: 1px solid var(--imsx-v15-border);
	border-radius: 14px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 32%),
		var(--imsx-v15-panel);
	box-shadow: 0 22px 80px rgba(0, 0, 0, 0.38), inset 0 0 28px rgba(212, 175, 55, 0.035);
	text-align: center;
}

.imsx-v15-level--featured {
	border-color: rgba(241, 207, 99, 0.76);
	box-shadow: 0 22px 90px rgba(212, 175, 55, 0.13), inset 0 0 42px rgba(212, 175, 55, 0.08);
}

.imsx-v15-level__head span {
	color: var(--imsx-v15-gold-strong);
	font-family: var(--imsx-v15-heading);
	font-size: 1.1rem;
	font-weight: 900;
	letter-spacing: 0.06em;
}

.imsx-v15-level__head h3 {
	margin: 8px 0 2px;
	color: #fff;
	font-family: var(--imsx-v15-heading);
	font-size: clamp(2.5rem, 4vw, 4rem);
	font-weight: 900;
	line-height: 1;
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.08);
}

.imsx-v15-level__head p {
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.05rem;
}

.imsx-v15-level__badge {
	margin: 18px 0 16px;
	padding: 9px 12px;
	border: 1px solid rgba(212, 175, 55, 0.52);
	border-radius: 8px;
	color: #f6dc77;
	background: rgba(212, 175, 55, 0.08);
	font-weight: 900;
}

.imsx-v15-level ul {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0 14px;
	list-style: none;
	text-align: right;
}

.imsx-v15-level li {
	position: relative;
	padding-right: 28px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.98rem;
	line-height: 1.45;
}

.imsx-v15-level li::before {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	content: "✓";
	background: var(--imsx-v15-gold);
	color: #090909;
	font-size: 0.72rem;
	font-weight: 900;
}

.imsx-v15-plans {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 20px 0 0;
}

.imsx-v15-plans div {
	position: relative;
	padding: 14px 10px 18px;
	border: 1px solid rgba(212, 175, 55, 0.52);
	border-radius: 9px;
	background: rgba(0, 0, 0, 0.24);
}

.imsx-v15-plans strong,
.imsx-v15-plans del,
.imsx-v15-plans span,
.imsx-v15-plans em {
	display: block;
}

.imsx-v15-plans strong {
	color: #f6dc77;
	font-size: 0.92rem;
}

.imsx-v15-plans del {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.86rem;
}

.imsx-v15-plans span {
	color: #fff;
	font-family: var(--imsx-v15-heading);
	font-size: 1.5rem;
	font-weight: 900;
}

.imsx-v15-plans em {
	position: absolute;
	right: 50%;
	bottom: -13px;
	min-width: 72px;
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--imsx-v15-gold);
	color: #080808;
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 900;
	transform: translateX(50%);
}

.imsx-v15-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin-top: auto;
	padding: 12px 24px;
	border: 1px solid rgba(255, 225, 139, 0.68);
	border-radius: 9px;
	background: linear-gradient(180deg, #f7dd80, #c99727);
	color: #090909;
	font-family: var(--imsx-v15-heading);
	font-size: 1.06rem;
	font-weight: 900;
	box-shadow: 0 14px 32px rgba(212, 175, 55, 0.22);
	transition: transform 180ms ease, filter 180ms ease;
}

.imsx-v15-btn:hover,
.imsx-v15-btn:focus-visible {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

.imsx-v15-level small {
	display: block;
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.86rem;
}

.imsx-v15-gift {
	display: grid;
	gap: 8px;
	justify-items: center;
	margin-top: 20px;
}

.imsx-v15-gift span {
	display: grid;
	place-items: center;
	width: 70px;
	height: 70px;
	border: 1px solid rgba(212, 175, 55, 0.42);
	border-radius: 16px;
	color: var(--imsx-v15-gold-strong);
	font-size: 2.4rem;
	background: rgba(212, 175, 55, 0.08);
}

.imsx-v15-gift p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 800;
}

.imsx-v15-sale {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
	gap: 18px;
	align-items: center;
	padding: 18px 26px;
	border: 1px solid rgba(212, 175, 55, 0.72);
	border-radius: 13px;
	background:
		linear-gradient(90deg, rgba(212, 175, 55, 0.12), transparent 42%),
		rgba(8, 8, 10, 0.86);
}

.imsx-v15-sale strong {
	color: var(--imsx-v15-gold-strong);
	font-family: var(--imsx-v15-heading);
	font-size: clamp(1.5rem, 2.8vw, 3rem);
	font-weight: 900;
}

.imsx-v15-sale p {
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.22rem;
}

.imsx-v15-sale__discounts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.imsx-v15-sale__discounts span {
	display: grid;
	place-items: center;
	min-height: 78px;
	padding: 10px;
	border: 1px solid rgba(212, 175, 55, 0.34);
	border-radius: 10px;
	background: rgba(212, 175, 55, 0.08);
	color: rgba(255, 255, 255, 0.84);
	text-align: center;
}

.imsx-v15-sale__discounts b {
	color: var(--imsx-v15-gold-strong);
	font-size: 2.2rem;
	line-height: 1;
}

.imsx-v15-why {
	padding: 24px;
	border: 1px solid rgba(212, 175, 55, 0.32);
	border-radius: 13px;
	background: rgba(8, 8, 10, 0.82);
	text-align: center;
}

.imsx-v15-why h2 {
	margin: 0;
	color: var(--imsx-v15-gold-strong);
	font-family: var(--imsx-v15-heading);
	font-size: clamp(1.7rem, 3vw, 3.2rem);
}

.imsx-v15-why p {
	margin: 4px 0 20px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.2rem;
}

.imsx-v15-why__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1px;
	border: 1px solid rgba(212, 175, 55, 0.18);
	background: rgba(212, 175, 55, 0.16);
}

.imsx-v15-why__grid div {
	display: grid;
	gap: 10px;
	place-items: center;
	min-height: 100px;
	padding: 14px;
	background: rgba(8, 8, 10, 0.94);
}

.imsx-v15-why__grid strong {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.9rem;
	line-height: 1.35;
}

.imsx-v15-final {
	padding: 34px 24px;
	border: 1px solid rgba(212, 175, 55, 0.54);
	border-radius: 14px;
	background:
		linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.12), transparent),
		rgba(8, 8, 10, 0.88);
	text-align: center;
}

.imsx-v15-final h2 {
	margin: 0;
	color: var(--imsx-v15-gold-strong);
	font-family: var(--imsx-v15-heading);
	font-size: clamp(2rem, 3.8vw, 4.2rem);
	font-weight: 900;
	letter-spacing: -0.035em;
}

.imsx-v15-final p {
	margin: 10px 0 18px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.18rem;
}

.imsx-v15-final small {
	display: block;
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.64);
}

.imsx-v15-bottom-stats {
	margin-top: 28px;
	border-top: 1px solid rgba(212, 175, 55, 0.22);
	background: rgba(10, 10, 12, 0.94);
}

.imsx-v15-bottom-stats__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	background: rgba(212, 175, 55, 0.16);
}

.imsx-v15-bottom-stats__grid div {
	display: grid;
	gap: 5px;
	place-items: center;
	min-height: 88px;
	padding: 14px;
	background: rgba(8, 8, 10, 0.95);
	text-align: center;
}

.imsx-v15-bottom-stats strong {
	color: var(--imsx-v15-gold-strong);
	font-family: var(--imsx-v15-heading);
	font-size: clamp(1.5rem, 2.5vw, 2.5rem);
	line-height: 1;
}

.imsx-v15-bottom-stats span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9rem;
}

@media (max-width: 1180px) {
	.imsx-v15-levels {
		grid-template-columns: 1fr;
		max-width: 720px;
		margin-inline: auto;
	}

	.imsx-v15-level {
		min-height: auto;
	}

	.imsx-v15-why__grid,
	.imsx-v15-bottom-stats__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 820px) {
	.imsx-home-v15 .imsx-container {
		width: min(100% - 24px, 1540px);
	}

	.imsx-v15-hero {
		min-height: auto;
		padding: 30px 0 42px;
		background-position: center top;
	}

	.imsx-v15-hero::before {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.9)),
			linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.58));
	}

	.imsx-v15-hero__inner {
		grid-template-columns: 1fr;
		min-height: auto;
		text-align: center;
	}

	.imsx-v15-logo-card {
		margin-inline: auto;
	}

	.imsx-v15-hero__copy h1 {
		font-size: clamp(3rem, 16vw, 4.8rem);
	}

	.imsx-v15-hero__copy h2 {
		font-size: clamp(1.45rem, 7vw, 2.5rem);
	}

	.imsx-v15-trust__grid,
	.imsx-v15-sale,
	.imsx-v15-sale__discounts,
	.imsx-v15-bottom-stats__grid,
	.imsx-v15-why__grid {
		grid-template-columns: 1fr;
	}

	.imsx-v15-section-title h2::before,
	.imsx-v15-section-title h2::after {
		display: none;
	}

	.imsx-v15-plans {
		grid-template-columns: 1fr;
	}

	.imsx-v15-btn {
		width: 100%;
	}
}

/* Homepage v1.6 - React-inspired luxury landing page. */
.imsx-home-v16 {
	--imsx-v16-black: #0b0b0f;
	--imsx-v16-panel: #101014;
	--imsx-v16-panel-soft: rgba(255, 255, 255, 0.035);
	--imsx-v16-gold: #d4af37;
	--imsx-v16-gold-2: #c9a227;
	--imsx-v16-gold-light: #fff2bf;
	--imsx-v16-purple: #412f5a;
	--imsx-v16-text: #ffffff;
	--imsx-v16-muted: #bdbdbd;
	--imsx-v16-dim: #8f8f8f;
	--imsx-v16-heading: Heebo, Assistant, "Noto Sans Hebrew", Arial, sans-serif;
	--imsx-v16-body: Assistant, Heebo, "Noto Sans Hebrew", Arial, sans-serif;
	background: var(--imsx-v16-black);
	color: var(--imsx-v16-text);
	font-family: var(--imsx-v16-body);
	overflow: hidden;
}

.imsx-home-v16 .imsx-container {
	width: min(100% - 48px, 1280px);
	margin-inline: auto;
}

.imsx-v16-hero {
	position: relative;
	min-height: clamp(720px, 92svh, 940px);
	padding: clamp(64px, 7vw, 110px) 0 clamp(56px, 7vw, 96px);
	border-bottom: 1px solid rgba(212, 175, 55, 0.16);
	background:
		radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.18), transparent 26%),
		radial-gradient(circle at 80% 10%, rgba(65, 47, 90, 0.38), transparent 34%),
		linear-gradient(180deg, rgba(11, 11, 15, 0.32), rgba(8, 8, 11, 0.92)),
		var(--imsx-v16-bg) center / cover no-repeat,
		#0b0b0f;
	isolation: isolate;
}

.imsx-v16-hero::before,
.imsx-v16-hero::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	z-index: -1;
}

.imsx-v16-hero::before {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.72) 47%, rgba(0, 0, 0, 0.34)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.86));
}

.imsx-v16-hero::after {
	background:
		radial-gradient(circle at 46% 44%, rgba(212, 175, 55, 0.2), transparent 24%),
		linear-gradient(180deg, transparent 62%, #0b0b0f 100%);
	opacity: 0.9;
}

.imsx-v16-hero__gridlines {
	position: absolute;
	inset: 0;
	opacity: 0.1;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 54px 54px;
	pointer-events: none;
}

.imsx-v16-candles {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	height: 280px;
	overflow: hidden;
	opacity: 0.58;
	pointer-events: none;
}

.imsx-v16-candles i {
	position: absolute;
	left: var(--left);
	bottom: 0;
	width: 7px;
	height: var(--h);
	border-radius: 999px;
	background: linear-gradient(to top, rgba(122, 91, 18, 0.16), #d4af37, #fff2b8);
	box-shadow: 0 0 22px rgba(212, 175, 55, 0.55);
	animation: imsx-v16-candle 4.8s var(--delay) infinite ease-in-out;
}

.imsx-v16-candles i::before,
.imsx-v16-candles i::after {
	position: absolute;
	left: 50%;
	width: 1px;
	transform: translateX(-50%);
	background: rgba(212, 175, 55, 0.58);
	content: "";
}

.imsx-v16-candles i::before {
	top: -32px;
	height: 32px;
}

.imsx-v16-candles i::after {
	bottom: -24px;
	height: 24px;
}

@keyframes imsx-v16-candle {
	0%,
	100% {
		opacity: 0.25;
		transform: translateY(-10px) scaleY(0.78);
	}

	50% {
		opacity: 0.88;
		transform: translateY(-42px) scaleY(1.22);
	}
}

.imsx-v16-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: clamp(32px, 5vw, 78px);
	align-items: center;
	min-height: min(760px, 76svh);
}

.imsx-v16-hero__copy {
	max-width: 780px;
}

.imsx-v16-kicker {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 22px;
	padding: 9px 16px;
	border: 1px solid rgba(212, 175, 55, 0.25);
	border-radius: 999px;
	background: rgba(212, 175, 55, 0.1);
	color: #ffe7a2;
	font-size: 0.94rem;
	font-weight: 800;
	backdrop-filter: blur(14px);
}

.imsx-v16-hero h1 {
	margin: 0;
	color: #fff;
	font-family: var(--imsx-v16-heading);
	font-size: clamp(3.3rem, 7vw, 6.8rem);
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 1.02;
	text-wrap: balance;
}

.imsx-v16-hero h1 span {
	display: block;
	margin-top: 8px;
	background: linear-gradient(270deg, #fff4bd, #d4af37 52%, #8f6c18);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 0 0 42px rgba(212, 175, 55, 0.08);
}

.imsx-v16-hero__lead {
	max-width: 690px;
	margin: 28px 0 0;
	color: #d5d5d5;
	font-size: clamp(1.05rem, 1.55vw, 1.26rem);
	line-height: 1.95;
}

.imsx-v16-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.imsx-v16-actions--center {
	justify-content: center;
}

.imsx-v16-btn {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 28px;
	border-radius: 999px;
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.imsx-v16-btn--primary {
	border: 1px solid rgba(255, 231, 162, 0.42);
	background: linear-gradient(270deg, #8a6b18, #d4af37 48%, #ffe49a);
	color: #050505;
	box-shadow: 0 0 34px rgba(212, 175, 55, 0.25);
}

.imsx-v16-btn--ghost {
	border: 1px solid rgba(212, 175, 55, 0.45);
	background: rgba(8, 8, 11, 0.46);
	color: #f7e8b2;
	backdrop-filter: blur(12px);
}

.imsx-v16-btn:hover,
.imsx-v16-btn:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(212, 175, 55, 0.9);
	box-shadow: 0 12px 36px rgba(212, 175, 55, 0.18);
}

.imsx-v16-stat-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	max-width: 690px;
	margin-top: 36px;
}

.imsx-v16-stat-card {
	padding: 18px 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.035);
	text-align: center;
	backdrop-filter: blur(14px);
}

.imsx-v16-stat-card strong {
	display: block;
	background: linear-gradient(270deg, #fff2bf, #d4af37, #8c6a19);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: var(--imsx-v16-heading);
	font-size: clamp(1.45rem, 2.3vw, 2rem);
	font-weight: 900;
	line-height: 1;
}

.imsx-v16-stat-card span {
	display: block;
	margin-top: 8px;
	color: #b8b8b8;
	font-size: 0.9rem;
}

.imsx-v16-market-card {
	position: relative;
	overflow: hidden;
	padding: 20px;
	border: 1px solid rgba(212, 175, 55, 0.25);
	border-radius: 36px;
	background: rgba(15, 15, 20, 0.82);
	box-shadow: 0 0 70px rgba(212, 175, 55, 0.14);
	backdrop-filter: blur(18px);
}

.imsx-v16-market-card::before {
	position: absolute;
	inset: -50px;
	background: radial-gradient(circle, rgba(212, 175, 55, 0.12), transparent 58%);
	content: "";
	pointer-events: none;
}

.imsx-v16-market-card__head,
.imsx-v16-chart {
	position: relative;
}

.imsx-v16-market-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.imsx-v16-market-card__head span {
	display: block;
	color: #a7a7a7;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.imsx-v16-market-card__head strong {
	display: block;
	margin-top: 3px;
	color: #f4d477;
	font-family: var(--imsx-v16-heading);
	font-size: 1.22rem;
	font-weight: 900;
}

.imsx-v16-market-card__head em {
	padding: 5px 11px;
	border-radius: 999px;
	background: rgba(52, 211, 153, 0.1);
	color: #6ee7b7;
	font-size: 0.76rem;
	font-style: normal;
	font-weight: 900;
}

.imsx-v16-chart {
	min-height: 360px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(17, 18, 26, 0.88), rgba(8, 8, 11, 0.96)),
		radial-gradient(circle at 48% 42%, rgba(212, 175, 55, 0.18), transparent 35%);
}

.imsx-v16-chart svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0.88;
}

.imsx-v16-chart-grid {
	fill: none;
	stroke: rgba(255, 255, 255, 0.055);
	stroke-width: 1;
}

.imsx-v16-chart-line {
	fill: none;
	stroke: url(#imsxV16LineGold);
	stroke-linecap: round;
	stroke-width: 5;
	stroke-dasharray: 920;
	animation: imsx-v16-chart-line 4.8s infinite ease-in-out alternate;
}

.imsx-v16-chart-line--purple {
	stroke: rgba(65, 47, 90, 0.85);
	stroke-width: 3;
	stroke-dasharray: 8 10;
	animation-duration: 6s;
}

@keyframes imsx-v16-chart-line {
	from {
		stroke-dashoffset: 920;
	}

	to {
		stroke-dashoffset: 0;
	}
}

.imsx-v16-market-note {
	position: absolute;
	display: grid;
	gap: 4px;
	padding: 15px 16px;
	border: 1px solid rgba(212, 175, 55, 0.24);
	border-radius: 18px;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(12px);
}

.imsx-v16-market-note--top {
	top: 18px;
	right: 18px;
}

.imsx-v16-market-note--bottom {
	left: 18px;
	bottom: 18px;
}

.imsx-v16-market-note span {
	color: #e7e7e7;
	font-size: 0.9rem;
}

.imsx-v16-market-note strong {
	color: #f4d477;
	font-family: var(--imsx-v16-heading);
	font-size: 1.35rem;
}

.imsx-v16-market-note small {
	color: #6ee7b7;
	font-size: 0.78rem;
}

.imsx-v16-section {
	padding: clamp(64px, 8vw, 96px) 0;
	background: #0b0b0f;
}

.imsx-v16-section-title {
	max-width: 820px;
	margin-inline: auto;
	text-align: center;
}

.imsx-v16-section-title span,
.imsx-v16-offers__head span {
	color: var(--imsx-v16-gold);
	font-size: 0.9rem;
	font-weight: 900;
}

.imsx-v16-section-title h2,
.imsx-v16-offers__head h2,
.imsx-v16-trust-panel h2,
.imsx-v16-final h2 {
	margin: 12px 0 0;
	color: #fff;
	font-family: var(--imsx-v16-heading);
	font-size: clamp(2.2rem, 4vw, 4.6rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1.12;
	text-wrap: balance;
}

.imsx-v16-section-title p,
.imsx-v16-offers__head p,
.imsx-v16-trust-panel p,
.imsx-v16-final p {
	margin: 18px auto 0;
	color: #bfbfbf;
	font-size: 1.06rem;
	line-height: 1.85;
}

.imsx-v16-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 46px;
}

.imsx-v16-feature-card,
.imsx-v16-offer-card,
.imsx-v16-trust-panel,
.imsx-v16-conversion-card,
.imsx-v16-final__card {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.035);
	backdrop-filter: blur(12px);
}

.imsx-v16-feature-card {
	padding: 26px;
	border-radius: 26px;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.imsx-v16-feature-card:hover {
	transform: translateY(-4px);
	border-color: rgba(212, 175, 55, 0.35);
	background: rgba(212, 175, 55, 0.045);
}

.imsx-v16-feature-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	height: 46px;
	padding: 0 12px;
	border-radius: 16px;
	background: rgba(212, 175, 55, 0.1);
	color: var(--imsx-v16-gold);
	font-family: var(--imsx-v16-heading);
	font-weight: 900;
}

.imsx-v16-feature-card h3,
.imsx-v16-offer-card h3,
.imsx-v16-conversion-card h3 {
	margin: 17px 0 0;
	color: #fff;
	font-family: var(--imsx-v16-heading);
	font-size: 1.28rem;
	font-weight: 900;
}

.imsx-v16-feature-card p,
.imsx-v16-conversion-card p {
	margin: 12px 0 0;
	color: #bdbdbd;
	font-size: 0.98rem;
	line-height: 1.8;
}

.imsx-v16-offers {
	background: linear-gradient(180deg, #0b0b0f, #101014);
}

.imsx-v16-offers__head {
	display: flex;
	gap: 24px;
	align-items: end;
	justify-content: space-between;
}

.imsx-v16-offers__head > div {
	max-width: 760px;
}

.imsx-v16-offers__head p {
	margin-inline: 0;
	max-width: 720px;
}

.imsx-v16-offers__head > strong {
	flex: 0 0 auto;
	padding: 12px 18px;
	border: 1px solid rgba(212, 175, 55, 0.25);
	border-radius: 16px;
	background: rgba(212, 175, 55, 0.1);
	color: #ffe8a6;
	font-size: 0.92rem;
}

.imsx-v16-offer-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 46px;
}

.imsx-v16-offer-card {
	position: relative;
	overflow: hidden;
	padding: 28px;
	border-radius: 28px;
	background: rgba(16, 16, 20, 0.9);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.imsx-v16-offer-card:hover {
	transform: translateY(-7px);
	border-color: rgba(212, 175, 55, 0.46);
	box-shadow: 0 32px 80px rgba(212, 175, 55, 0.1);
}

.imsx-v16-offer-card--featured {
	border-color: rgba(212, 175, 55, 0.66);
	background: linear-gradient(180deg, rgba(42, 34, 15, 0.94), rgba(17, 17, 17, 0.94));
}

.imsx-v16-offer-card__badge {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 5px 12px;
	border: 1px solid rgba(212, 175, 55, 0.5);
	border-radius: 999px;
	background: rgba(212, 175, 55, 0.1);
	color: #ffe6a0;
	font-size: 0.76rem;
	font-weight: 900;
}

.imsx-v16-offer-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(212, 175, 55, 0.35);
	border-radius: 18px;
	background: rgba(212, 175, 55, 0.1);
	color: var(--imsx-v16-gold);
	font-size: 1.35rem;
}

.imsx-v16-offer-card__price {
	display: flex;
	gap: 12px;
	align-items: end;
	margin-top: 18px;
}

.imsx-v16-offer-card__price strong {
	color: #f6d875;
	font-family: var(--imsx-v16-heading);
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 900;
	line-height: 1;
}

.imsx-v16-offer-card__price del {
	margin-bottom: 5px;
	color: #8f8f8f;
	font-size: 0.95rem;
}

.imsx-v16-offer-card ul,
.imsx-v16-trust-panel ul {
	display: grid;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.imsx-v16-offer-card li,
.imsx-v16-trust-panel li {
	position: relative;
	padding-inline-start: 24px;
	color: #d7d7d7;
	font-size: 0.96rem;
	line-height: 1.6;
}

.imsx-v16-offer-card li::before,
.imsx-v16-trust-panel li::before {
	position: absolute;
	inset-inline-start: 0;
	color: var(--imsx-v16-gold);
	font-weight: 900;
	content: "✓";
}

.imsx-v16-offer-card .imsx-v16-btn {
	width: 100%;
	margin-top: 28px;
}

.imsx-v16-trust-layer {
	background:
		radial-gradient(circle at 78% 20%, rgba(212, 175, 55, 0.08), transparent 36%),
		#0b0b0f;
}

.imsx-v16-trust-grid {
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	gap: 28px;
	align-items: center;
}

.imsx-v16-trust-panel {
	padding: 32px;
	border-radius: 34px;
	background: #101014;
}

.imsx-v16-trust-panel__label {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 14px;
	color: #f5d879;
	font-weight: 900;
}

.imsx-v16-conversion-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.imsx-v16-conversion-card {
	padding: 26px;
	border-color: rgba(212, 175, 55, 0.15);
	border-radius: 28px;
	background: linear-gradient(180deg, #161616, #0d0d10);
}

.imsx-v16-conversion-card > span {
	color: rgba(212, 175, 55, 0.35);
	font-family: var(--imsx-v16-heading);
	font-size: 2.7rem;
	font-weight: 900;
	line-height: 1;
}

.imsx-v16-final {
	position: relative;
	padding: clamp(72px, 9vw, 116px) 0;
	background:
		radial-gradient(circle at center, rgba(212, 175, 55, 0.16), transparent 35%),
		linear-gradient(180deg, #0b0b0f, #08080b);
}

.imsx-v16-final__card {
	max-width: 980px;
	margin-inline: auto;
	padding: clamp(34px, 5vw, 58px);
	border-color: rgba(212, 175, 55, 0.25);
	border-radius: 40px;
	background: rgba(0, 0, 0, 0.46);
	text-align: center;
}

.imsx-v16-final__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 16px;
	border: 1px solid rgba(212, 175, 55, 0.45);
	border-radius: 50%;
	background: rgba(212, 175, 55, 0.1);
	color: var(--imsx-v16-gold);
	font-size: 1.8rem;
}

.imsx-v16-final p {
	max-width: 760px;
}

.imsx-v16-final small {
	display: block;
	margin-top: 26px;
	color: #929292;
	font-size: 0.78rem;
	line-height: 1.7;
}

[data-reveal] {
	animation: imsx-v16-reveal 700ms ease both;
}

@keyframes imsx-v16-reveal {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1080px) {
	.imsx-v16-hero__inner,
	.imsx-v16-trust-grid {
		grid-template-columns: 1fr;
	}

	.imsx-v16-market-card {
		max-width: 760px;
		margin-inline: auto;
	}

	.imsx-v16-feature-grid,
	.imsx-v16-offer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.imsx-v16-offers__head {
		align-items: start;
		flex-direction: column;
	}
}

@media (max-width: 760px) {
	.imsx-home-v16 .imsx-container {
		width: min(100% - 26px, 1280px);
	}

	.imsx-v16-hero {
		min-height: auto;
		padding: 44px 0 54px;
		background-position: center top;
	}

	.imsx-v16-hero::before {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.92)),
			linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.64));
	}

	.imsx-v16-hero__inner {
		gap: 32px;
		min-height: auto;
	}

	.imsx-v16-hero h1 {
		font-size: clamp(2.85rem, 15vw, 4.9rem);
	}

	.imsx-v16-actions,
	.imsx-v16-actions--center {
		flex-direction: column;
	}

	.imsx-v16-btn {
		width: 100%;
	}

	.imsx-v16-stat-row,
	.imsx-v16-feature-grid,
	.imsx-v16-offer-grid,
	.imsx-v16-conversion-grid {
		grid-template-columns: 1fr;
	}

	.imsx-v16-market-card {
		padding: 14px;
		border-radius: 26px;
	}

	.imsx-v16-market-card__head {
		align-items: start;
		flex-direction: column;
		gap: 12px;
	}

	.imsx-v16-chart {
		min-height: 310px;
		border-radius: 22px;
	}

	.imsx-v16-market-note {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		margin: 12px;
	}

	.imsx-v16-section {
		padding: 58px 0;
	}

	.imsx-v16-section-title h2,
	.imsx-v16-offers__head h2,
	.imsx-v16-trust-panel h2,
	.imsx-v16-final h2 {
		font-size: clamp(2rem, 11vw, 3.2rem);
	}

	.imsx-v16-trust-panel,
	.imsx-v16-final__card {
		padding: 26px;
		border-radius: 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.imsx-v16-candles i,
	.imsx-v16-chart-line,
	.imsx-v16-hero__gridlines,
	.imsx-v16-btn--primary::after,
	[data-reveal] {
		animation: none;
	}

	.imsx-v16-btn,
	.imsx-v16-feature-card,
	.imsx-v16-offer-card {
		transition: none;
	}
}

/* SimonX premium UX refinements v1.7 final cascade. */
.imsx-brand__logo,
.imsx-brand .custom-logo {
	width: var(--imsx-logo-width, 178px);
	max-width: min(var(--imsx-logo-width, 178px), 34vw);
	height: auto;
	object-fit: contain;
}

.imsx-v16-offer-card--featured {
	transform: translateY(-10px);
}

.imsx-v16-offer-card--featured:hover {
	transform: translateY(-14px);
}

@media (max-width: 980px) {
	.imsx-brand__logo,
	.imsx-brand .custom-logo {
		width: var(--imsx-logo-width-mobile, 142px);
		max-width: 52vw;
	}
}

/* SimonX premium homepage/editor refinements v1.8. */
.imsx-home-v16 {
	--imsx-v16-heading: Heebo, Assistant, "Noto Sans Hebrew", Arial, sans-serif;
	--imsx-v16-body: Heebo, Assistant, "Noto Sans Hebrew", Arial, sans-serif;
}

.imsx-v16-hero h1,
.imsx-v16-section-title h2,
.imsx-v16-offers__head h2,
.imsx-v16-trust-panel h2,
.imsx-v16-final h2,
.imsx-v16-feature-card h3,
.imsx-v16-offer-card h3,
.imsx-v16-conversion-card h3,
.imsx-v16-btn,
.imsx-v16-kicker,
.imsx-v16-market-tape,
.imsx-user__card {
	font-family: var(--imsx-v16-heading);
	letter-spacing: 0;
}

.imsx-v16-hero {
	min-height: clamp(640px, 82svh, 860px);
	padding: clamp(22px, 3.4vw, 52px) 0 clamp(44px, 5vw, 78px);
	background:
		radial-gradient(circle at 18% 28%, rgba(212, 175, 55, var(--imsx-v16-glow-strength, 0.28)), transparent 24%),
		radial-gradient(circle at 74% 18%, rgba(126, 93, 22, var(--imsx-v16-glow-strength, 0.28)), transparent 32%),
		var(--imsx-v16-black, #0b0b0f);
}

.imsx-v16-hero__bg,
.imsx-v16-hero__shade {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.imsx-v16-hero__bg {
	z-index: -3;
	background-image: var(--imsx-v16-bg);
	background-position: var(--imsx-v16-bg-position, center center);
	background-repeat: no-repeat;
	background-size: var(--imsx-v16-bg-size, cover);
	opacity: var(--imsx-v16-bg-opacity, 0.9);
}

.imsx-v16-hero__shade {
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.12), var(--imsx-v16-overlay-color, #000000) 50%, rgba(0, 0, 0, 0.18)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.04), var(--imsx-v16-overlay-color, #000000));
	opacity: var(--imsx-v16-overlay-darkness, 0.42);
}

.imsx-v16-hero::before {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.28) 50%, rgba(0, 0, 0, 0.08)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.24));
	opacity: 1;
}

.imsx-v16-hero::after {
	background:
		radial-gradient(circle at 50% 28%, rgba(255, 232, 166, var(--imsx-v16-glow-strength, 0.28)), transparent 18%),
		linear-gradient(180deg, transparent 70%, #0b0b0f 100%);
	opacity: 1;
}

.imsx-v16-market-atmosphere {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.imsx-v16-orbit {
	position: absolute;
	border: 1px solid rgba(212, 175, 55, 0.18);
	border-radius: 50%;
	filter: drop-shadow(0 0 22px rgba(212, 175, 55, 0.14));
	opacity: 0.72;
	animation: imsx-v18-orbit 18s linear infinite;
}

.imsx-v16-orbit--one {
	top: 10%;
	right: 18%;
	width: 260px;
	height: 260px;
}

.imsx-v16-orbit--two {
	top: 4%;
	left: 14%;
	width: 420px;
	height: 420px;
	animation-duration: 26s;
	animation-direction: reverse;
}

.imsx-v16-signal {
	position: absolute;
	padding: 7px 13px;
	border: 1px solid rgba(212, 175, 55, 0.24);
	border-radius: 999px;
	background: rgba(6, 6, 8, 0.48);
	color: rgba(255, 236, 180, 0.82);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	backdrop-filter: blur(12px);
	box-shadow: 0 0 28px rgba(212, 175, 55, 0.08);
	animation: imsx-v18-float 7s ease-in-out infinite;
}

.imsx-v16-signal--one {
	top: 18%;
	right: 10%;
}

.imsx-v16-signal--two {
	top: 12%;
	left: 18%;
	animation-delay: -2s;
}

.imsx-v16-signal--three {
	top: 32%;
	left: 38%;
	animation-delay: -4s;
}

.imsx-v16-market-tape {
	position: absolute;
	inset-block-start: clamp(18px, 2.4vw, 34px);
	inset-inline: max(22px, 4vw);
	z-index: 1;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 14px;
	overflow: hidden;
	border: 1px solid rgba(212, 175, 55, 0.2);
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(8, 8, 10, 0.42), rgba(43, 35, 15, 0.34), rgba(8, 8, 10, 0.42));
	box-shadow: 0 0 34px rgba(212, 175, 55, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.045);
	backdrop-filter: blur(14px);
	pointer-events: none;
}

.imsx-v16-market-tape::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent, rgba(255, 236, 180, 0.12), transparent);
	content: "";
	transform: translateX(110%);
	animation: imsx-v18-tape-sheen 7s ease-in-out infinite;
}

.imsx-v16-market-tape span,
.imsx-v16-market-tape strong {
	position: relative;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(0.68rem, 0.78vw, 0.82rem);
	font-weight: 900;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.imsx-v16-market-tape strong {
	color: #ffe8a6;
}

.imsx-v16-market-tape span::after,
.imsx-v16-market-tape strong::after {
	margin-inline-start: 10px;
	color: rgba(212, 175, 55, 0.62);
	content: "/";
}

.imsx-v16-market-tape :last-child::after {
	content: "";
}

@keyframes imsx-v18-orbit {
	to {
		transform: rotate(360deg);
	}
}

@keyframes imsx-v18-float {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
		opacity: 0.52;
	}

	50% {
		transform: translate3d(0, -12px, 0);
		opacity: 1;
	}
}

@keyframes imsx-v18-tape-sheen {
	0%,
	62% {
		transform: translateX(110%);
	}

	86%,
	100% {
		transform: translateX(-110%);
	}
}

.imsx-v16-hero__inner {
	align-items: center;
	min-height: min(590px, 64svh);
	padding-top: clamp(62px, 7vw, 96px);
}

.imsx-v16-hero h1 {
	max-width: 680px;
	font-size: clamp(2.15rem, 3.45vw, 3.65rem);
	letter-spacing: 0;
	line-height: 1.14;
	text-shadow: 0 0 28px rgba(0, 0, 0, 0.45);
}

.imsx-v16-hero h1 span {
	margin-top: 6px;
	text-shadow: none;
}

.imsx-v16-hero__lead {
	max-width: 620px;
	margin-top: 20px;
	font-size: clamp(0.98rem, 1.08vw, 1.08rem);
	line-height: 1.82;
}

.imsx-v16-kicker {
	margin-bottom: 16px;
	padding: 8px 14px;
	font-size: 0.82rem;
}

.imsx-v16-actions {
	gap: 12px;
	margin-top: 24px;
}

.imsx-v16-btn {
	min-height: 46px;
	padding: 11px 23px;
	font-size: 0.88rem;
}

.imsx-v16-stat-row {
	gap: 10px;
	margin-top: 26px;
}

.imsx-v16-stat-card {
	padding: 15px 12px;
}

.imsx-v16-stat-card strong {
	font-size: clamp(1.22rem, 1.65vw, 1.55rem);
}

.imsx-v16-stat-card span {
	font-size: 0.78rem;
}

.imsx-v16-section-title h2,
.imsx-v16-offers__head h2,
.imsx-v16-trust-panel h2,
.imsx-v16-final h2 {
	font-size: clamp(1.75rem, 2.6vw, 2.85rem);
	letter-spacing: 0;
	line-height: 1.18;
}

.imsx-v16-section-title p,
.imsx-v16-offers__head p,
.imsx-v16-trust-panel p,
.imsx-v16-final p {
	font-size: 0.98rem;
	line-height: 1.78;
}

.imsx-v16-feature-card h3,
.imsx-v16-offer-card h3,
.imsx-v16-conversion-card h3 {
	font-size: 1.08rem;
	letter-spacing: 0;
}

.imsx-v16-offer-card__price strong {
	font-size: clamp(1.7rem, 2.1vw, 2.25rem);
}

.imsx-v16-market-card {
	transform: translateY(12px);
}

.imsx-user__card {
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px 10px;
	padding: 10px 14px 10px 16px;
}

.imsx-user__card::before {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(212, 175, 55, 0.34);
	border-radius: 50%;
	background: radial-gradient(circle at 35% 25%, rgba(255, 239, 185, 0.34), rgba(212, 175, 55, 0.1) 58%, rgba(0, 0, 0, 0.18));
	color: #f6e7ad;
	font-size: 0.82rem;
	font-weight: 900;
	content: "SX";
}

.imsx-user__card span,
.imsx-user__card small {
	grid-column: 2;
}

.simonx-account-menu__head {
	position: relative;
	padding-inline-start: 56px;
}

.simonx-account-menu__head::before {
	position: absolute;
	inset-block-start: 50%;
	inset-inline-start: 12px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(212, 175, 55, 0.34);
	border-radius: 50%;
	background: rgba(212, 175, 55, 0.12);
	color: #f6e7ad;
	font-size: 0.78rem;
	font-weight: 900;
	content: "SX";
	transform: translateY(-50%);
}

@media (max-width: 1099px) {
	.imsx-user--dropdown .imsx-user__card {
		min-height: 58px;
		border-radius: 20px;
	}

	.simonx-account-menu {
		inset: auto 12px max(12px, env(safe-area-inset-bottom)) !important;
		padding: 16px !important;
		border-radius: 26px 26px 20px 20px !important;
		opacity: 0;
		visibility: hidden;
		transform: translateY(110%) !important;
		transition: opacity 220ms ease, transform 260ms cubic-bezier(.2, .8, .2, 1), visibility 220ms ease !important;
	}

	.imsx-user--dropdown.is-open .simonx-account-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0) !important;
	}

	.simonx-account-menu a {
		min-height: 48px;
		padding: 13px 14px;
		font-size: 1rem;
	}
}

@media (max-width: 760px) {
	.imsx-v16-hero {
		padding-top: 12px;
	}

	.imsx-v16-hero__bg {
		background-image: var(--imsx-v16-bg-mobile, var(--imsx-v16-bg));
		background-position: var(--imsx-v16-bg-position-mobile, center center);
		background-size: var(--imsx-v16-bg-size-mobile, cover);
		opacity: var(--imsx-v16-bg-opacity-mobile, var(--imsx-v16-bg-opacity, 0.9));
	}

	.imsx-v16-hero__shade {
		opacity: var(--imsx-v16-overlay-darkness-mobile, var(--imsx-v16-overlay-darkness, 0.46));
	}

	.imsx-v16-hero__inner {
		gap: 26px;
		padding-top: 64px;
	}

	.imsx-v16-hero h1 {
		font-size: clamp(2rem, 9vw, 2.75rem);
		line-height: 1.16;
	}

	.imsx-v16-hero__lead {
		font-size: 0.96rem;
		line-height: 1.72;
	}

	.imsx-v16-btn {
		min-height: 44px;
		font-size: 0.84rem;
	}

	.imsx-v16-market-tape {
		inset-block-start: 12px;
		inset-inline: 12px;
		justify-content: flex-start;
		overflow-x: clip;
	}

	.imsx-v16-market-tape span,
	.imsx-v16-market-tape strong {
		font-size: 0.66rem;
	}

	.imsx-v16-market-atmosphere {
		opacity: 0.72;
	}

	.imsx-v16-signal--three {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.imsx-v16-orbit,
	.imsx-v16-signal {
		animation: none;
	}
}

/* SimonX approved landing page v1.9 - production homepage scope. */
.imsx-approved-home {
	--sx-bg: #0b0b0f;
	--sx-card: rgba(255, 255, 255, 0.055);
	--sx-gold: #d4af37;
	--sx-gold-2: #f4dc8b;
	--sx-purple: #412f5a;
	--sx-text: #ffffff;
	--sx-muted: #b7b7b7;
	--sx-line: rgba(212, 175, 55, 0.24);
	--sx-green: #52d273;
	--sx-radius: 26px;
	--sx-font: Heebo, Assistant, "Noto Sans Hebrew", Arial, sans-serif;
	position: relative;
	z-index: 2;
	background:
		radial-gradient(circle at 78% 8%, rgba(212, 175, 55, 0.12), transparent 30rem),
		radial-gradient(circle at 12% 18%, rgba(65, 47, 90, 0.22), transparent 28rem);
	color: var(--sx-text);
	font-family: var(--sx-font);
}

body.home.imsx-site::before {
	position: fixed;
	inset: 0;
	z-index: 0;
	background-image: url("../images/simonx-live-market-hero.webp");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	content: "";
	filter: saturate(1.08) contrast(1.08);
	opacity: 0.86;
	pointer-events: none;
}

body.home.imsx-site::after {
	position: fixed;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.34) 48%, rgba(0, 0, 0, 0.78)),
		radial-gradient(circle at 58% 48%, rgba(212, 175, 55, 0.13), transparent 30rem),
		radial-gradient(circle at 18% 52%, rgba(255, 255, 255, 0.08), transparent 24rem);
	content: "";
	pointer-events: none;
}

body.home.imsx-site .imsx-header,
body.home.imsx-site .imsx-footer {
	position: relative;
	z-index: 3;
}

.imsx-approved-home :where(h1, h2, h3, p) {
	margin-top: 0;
}

.imsx-approved-home .imsx-container {
	width: min(1180px, calc(100% - 32px));
}

body.home .imsx-header,
body:has(.imsx-approved-home) .imsx-header {
	background: rgba(6, 6, 8, 0.76);
	border-bottom-color: rgba(212, 175, 55, 0.16);
	backdrop-filter: blur(18px);
}

body.home .imsx-header__inner,
body:has(.imsx-approved-home) .imsx-header__inner {
	min-height: 76px;
}

body.home .imsx-brand__mark,
body:has(.imsx-approved-home) .imsx-brand__mark {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(212, 175, 55, 0.32);
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(212, 175, 55, 0.22), rgba(255, 255, 255, 0.035));
	font-size: 52px;
	box-shadow: 0 0 28px rgba(212, 175, 55, 0.16);
}

body.home .imsx-brand__text strong,
body:has(.imsx-approved-home) .imsx-brand__text strong {
	font-size: 1.08rem;
	letter-spacing: 0.02em;
}

body.home .imsx-brand__text small,
body:has(.imsx-approved-home) .imsx-brand__text small {
	margin-top: -2px;
	font-size: 0.78rem;
	letter-spacing: 0;
}

body.home .imsx-nav a,
body:has(.imsx-approved-home) .imsx-nav a {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.93rem;
}

.sx-hero {
	position: relative;
	min-height: calc(100svh - 76px);
	padding: 68px 0 48px;
	overflow: hidden;
	isolation: isolate;
}

.sx-hero::before {
	position: absolute;
	inset: 0;
	z-index: -4;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.48) 46%, rgba(0, 0, 0, 0.86)),
		radial-gradient(circle at 56% 46%, rgba(212, 175, 55, 0.18), transparent 20rem),
		radial-gradient(circle at 36% 58%, rgba(65, 47, 90, 0.28), transparent 26rem);
	content: "";
}

.sx-market-grid {
	position: absolute;
	inset: 0;
	z-index: -3;
	opacity: 0.14;
	background-image:
		linear-gradient(rgba(212, 175, 55, 0.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(212, 175, 55, 0.12) 1px, transparent 1px);
	background-size: 64px 64px;
	animation: sx-drift 20s linear infinite;
}

@keyframes sx-drift {
	to {
		background-position: 64px 64px;
	}
}

.sx-bullbear {
	display: none;
}

.sx-bullbear::before,
.sx-bullbear::after {
	position: absolute;
	top: 12%;
	color: rgba(212, 175, 55, 0.26);
	font-size: clamp(8rem, 18vw, 18rem);
	font-weight: 900;
	line-height: 1;
	text-shadow: 0 0 50px rgba(212, 175, 55, 0.28);
}

.sx-bullbear::before {
	right: 18%;
	content: "♉";
	transform: rotate(-10deg);
}

.sx-bullbear::after {
	left: 19%;
	color: rgba(255, 255, 255, 0.16);
	content: "♞";
	transform: scaleX(-1) rotate(8deg);
}

.sx-candles {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	z-index: -1;
	height: 230px;
	overflow: hidden;
	opacity: 0.52;
}

.sx-candles i {
	position: absolute;
	bottom: 0;
	left: var(--x);
	width: 6px;
	height: var(--h);
	border-radius: 999px;
	background: linear-gradient(to top, rgba(212, 175, 55, 0.16), var(--sx-gold), #fff0b2);
	box-shadow: 0 0 18px rgba(212, 175, 55, 0.45);
	animation: sx-candle 4.5s ease-in-out infinite;
	animation-delay: var(--d);
}

.sx-candles i::before {
	position: absolute;
	top: -28px;
	bottom: -20px;
	left: 50%;
	width: 1px;
	background: rgba(212, 175, 55, 0.42);
	content: "";
	transform: translateX(-50%);
}

@keyframes sx-candle {
	0%,
	100% {
		opacity: 0.35;
		transform: translateY(0) scaleY(0.82);
	}

	50% {
		opacity: 0.92;
		transform: translateY(-24px) scaleY(1.12);
	}
}

.sx-hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.82fr);
	gap: clamp(30px, 5vw, 64px);
	align-items: center;
	min-height: 620px;
}

.sx-kicker {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	margin-bottom: 22px;
	padding: 9px 15px;
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 999px;
	background: rgba(212, 175, 55, 0.08);
	color: var(--sx-gold-2);
	font-size: 0.9rem;
	font-weight: 800;
}

.sx-kicker span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--sx-green);
	box-shadow: 0 0 14px rgba(82, 210, 115, 0.8);
}

.sx-hero h1 {
	max-width: 820px;
	margin: 0;
	font-family: var(--sx-font);
	font-size: clamp(2.45rem, 5.2vw, 4.65rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	text-wrap: balance;
}

.sx-hero h1 span {
	display: block;
	background: linear-gradient(270deg, #fff0b6, var(--sx-gold), #8a6518);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.sx-lead {
	max-width: 670px;
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1rem, 1.25vw, 1.14rem);
	line-height: 1.95;
}

.sx-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-top: 30px;
}

.sx-actions--center {
	justify-content: center;
}

.sx-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 25px;
	border: 1px solid rgba(212, 175, 55, 0.4);
	border-radius: 999px;
	font-weight: 900;
	text-align: center;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.sx-btn--primary {
	background: linear-gradient(270deg, #916d17, var(--sx-gold), #ffe8a3);
	color: #080808;
	box-shadow: 0 14px 36px rgba(212, 175, 55, 0.22);
}

.sx-btn--ghost {
	background: rgba(255, 255, 255, 0.04);
	color: var(--sx-gold-2);
	backdrop-filter: blur(12px);
}

.sx-btn:hover,
.sx-btn:focus-visible {
	border-color: rgba(255, 235, 170, 0.78);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

.sx-micro-proof,
.sx-tape {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.sx-micro-proof {
	max-width: 680px;
	margin-top: 34px;
}

.sx-micro-proof div,
.sx-tape div {
	border: 1px solid rgba(212, 175, 55, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	text-align: center;
}

.sx-micro-proof div {
	padding: 14px;
}

.sx-micro-proof strong {
	display: block;
	color: var(--sx-gold-2);
	font-size: 1.2rem;
}

.sx-micro-proof span {
	display: block;
	margin-top: 4px;
	color: var(--sx-muted);
	font-size: 0.84rem;
}

.sx-terminal {
	position: relative;
	overflow: hidden;
	padding: 20px;
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 34px;
	background: rgba(12, 12, 16, 0.78);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45), 0 0 70px rgba(212, 175, 55, 0.1);
	backdrop-filter: blur(16px);
}

.sx-terminal::before {
	position: absolute;
	inset: -30%;
	background: radial-gradient(circle, rgba(212, 175, 55, 0.12), transparent 60%);
	content: "";
	animation: sx-pulse-glow 5s ease-in-out infinite;
}

@keyframes sx-pulse-glow {
	50% {
		opacity: 0.7;
		transform: translateY(-20px);
	}
}

.sx-terminal-head,
.sx-chart,
.sx-trade-card,
.sx-tape {
	position: relative;
	z-index: 1;
}

.sx-terminal-head {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sx-terminal-head small,
.sx-trade-card small {
	display: block;
	color: var(--sx-muted);
}

.sx-terminal-head strong,
.sx-trade-card strong {
	color: var(--sx-gold-2);
}

.sx-live {
	color: #79f2a0;
	font-size: 0.82rem;
	font-weight: 900;
}

.sx-chart {
	position: relative;
	height: 280px;
	margin-top: 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 24px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(180deg, rgba(17, 18, 26, 0.86), rgba(6, 6, 9, 0.96));
	background-size: 52px 52px, 52px 52px, 100% 100%;
}

.sx-chart svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.sx-line {
	fill: none;
	stroke: url(#sxGoldLine);
	stroke-linecap: round;
	stroke-width: 5;
	stroke-dasharray: 720;
	animation: sx-draw 4s ease-in-out infinite alternate;
}

.sx-line2 {
	fill: none;
	opacity: 0.8;
	stroke: rgba(65, 47, 90, 0.9);
	stroke-dasharray: 8 10;
	stroke-width: 3;
}

@keyframes sx-draw {
	from {
		stroke-dashoffset: 720;
	}

	to {
		stroke-dashoffset: 0;
	}
}

.sx-trade-card {
	position: absolute;
	right: 18px;
	bottom: 18px;
	padding: 14px 16px;
	border: 1px solid rgba(212, 175, 55, 0.24);
	border-radius: 18px;
	background: rgba(0, 0, 0, 0.52);
	backdrop-filter: blur(12px);
}

.sx-trade-card strong {
	font-size: 1.25rem;
}

.sx-tape {
	margin-top: 14px;
}

.sx-tape div {
	padding: 12px;
	border-color: rgba(255, 255, 255, 0.09);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.035);
}

.sx-tape b {
	display: block;
	color: #fff;
}

.sx-tape span {
	color: var(--sx-green);
	font-size: 0.8rem;
}

.sx-tape div:nth-child(2) span {
	color: #ff6767;
}

.sx-section {
	padding: 82px 0;
}

.sx-section-title {
	max-width: 820px;
	margin: 0 auto 36px;
	text-align: center;
}

.sx-section-title small,
.sx-quote-box small {
	color: var(--sx-gold);
	font-weight: 900;
}

.sx-section-title h2,
.sx-quote-box h2,
.sx-final-cta h2 {
	margin: 10px 0 0;
	font-family: var(--sx-font);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.16;
}

.sx-section-title h2 {
	font-size: clamp(1.9rem, 3.4vw, 3.2rem);
}

.sx-section-title p,
.sx-quote-box p,
.sx-final-cta p {
	color: var(--sx-muted);
	line-height: 1.85;
}

.sx-section-title p {
	font-size: 1.04rem;
}

.sx-pain-grid,
.sx-levels,
.sx-why-grid {
	display: grid;
	gap: 18px;
}

.sx-pain-grid {
	grid-template-columns: repeat(4, 1fr);
}

.sx-levels,
.sx-why-grid {
	grid-template-columns: repeat(3, 1fr);
}

.sx-card {
	padding: 26px;
	border: 1px solid rgba(212, 175, 55, 0.18);
	border-radius: var(--sx-radius);
	background: rgba(255, 255, 255, 0.045);
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.sx-card:hover {
	border-color: rgba(212, 175, 55, 0.38);
	background: rgba(212, 175, 55, 0.055);
	transform: translateY(-4px);
}

.sx-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 16px;
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 16px;
	background: rgba(212, 175, 55, 0.08);
	color: var(--sx-gold-2);
	font-weight: 900;
}

.sx-card h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 1.18rem;
}

.sx-card p {
	margin: 0;
	color: var(--sx-muted);
	line-height: 1.75;
}

.sx-split {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 28px;
	align-items: center;
}

.sx-quote-box,
.sx-final-cta {
	border: 1px solid rgba(212, 175, 55, 0.24);
	border-radius: 34px;
	background:
		radial-gradient(circle at 80% 0, rgba(212, 175, 55, 0.12), transparent 22rem),
		rgba(255, 255, 255, 0.045);
}

.sx-quote-box {
	padding: 34px;
}

.sx-quote-box h2 {
	font-size: clamp(2rem, 3.6vw, 3.4rem);
}

.sx-method-list {
	display: grid;
	gap: 14px;
}

.sx-method-list > div {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.035);
}

.sx-method-list b,
.sx-method-list strong {
	color: var(--sx-gold-2);
}

.sx-method-list p {
	margin: 4px 0 0;
	color: var(--sx-muted);
}

.sx-level-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 420px;
	padding: 28px;
	overflow: hidden;
	border: 1px solid rgba(212, 175, 55, 0.22);
	border-radius: 30px;
	background: rgba(16, 16, 20, 0.82);
}

.sx-level-card.is-featured {
	border-color: rgba(212, 175, 55, 0.62);
	background: linear-gradient(180deg, rgba(42, 34, 15, 0.86), rgba(16, 16, 20, 0.9));
	transform: translateY(-10px);
}

.sx-level-card::before {
	position: absolute;
	inset: -30% -20% auto;
	height: 180px;
	background: radial-gradient(circle, rgba(212, 175, 55, 0.13), transparent 60%);
	content: "";
}

.sx-level-card > * {
	position: relative;
	z-index: 1;
}

.sx-level-tag {
	color: var(--sx-gold-2);
	font-weight: 900;
}

.sx-level-card h3 {
	margin: 10px 0 6px;
	font-size: 1.65rem;
}

.sx-level-card p {
	color: var(--sx-muted);
}

.sx-price {
	margin: 16px 0;
	color: var(--sx-gold-2);
	font-size: 2rem;
	font-weight: 900;
}

.sx-level-card ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	color: #d6d6d6;
	list-style: none;
}

.sx-level-card li::before {
	margin-left: 8px;
	color: var(--sx-gold);
	content: "✓";
}

.sx-level-card .sx-btn {
	width: 100%;
	margin-top: auto;
}

.sx-casino-flow {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	padding: 36px;
	border: 1px solid rgba(212, 175, 55, 0.25);
	border-radius: 34px;
	background:
		linear-gradient(90deg, rgba(212, 175, 55, 0.08), transparent 45%),
		rgba(255, 255, 255, 0.04);
}

.sx-casino-flow div {
	padding: 18px;
	text-align: center;
}

.sx-casino-flow strong {
	display: block;
	color: var(--sx-gold-2);
	font-size: 1.2rem;
}

.sx-casino-flow span {
	display: block;
	margin-top: 8px;
	color: var(--sx-muted);
	line-height: 1.7;
}

.sx-final-cta {
	position: relative;
	padding: clamp(34px, 6vw, 64px);
	background:
		radial-gradient(circle at 50% 0, rgba(212, 175, 55, 0.17), transparent 24rem),
		rgba(0, 0, 0, 0.34);
	text-align: center;
}

.sx-final-cta h2 {
	font-size: clamp(2rem, 4vw, 3.6rem);
}

.sx-final-cta p {
	max-width: 760px;
	margin: 18px auto 0;
}

.sx-anchor {
	position: absolute;
	margin-top: -90px;
}

@media (max-width: 980px) {
	body.home.imsx-site::before {
		background-position: center top;
		background-attachment: scroll;
	}

	body.home .imsx-header__inner,
	body:has(.imsx-approved-home) .imsx-header__inner {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 12px 0;
	}

	body.home .imsx-nav__list,
	body:has(.imsx-approved-home) .imsx-nav__list {
		flex-wrap: wrap;
		gap: 14px;
		justify-content: center;
	}

	.sx-hero {
		padding-top: 42px;
	}

	.sx-hero-layout,
	.sx-split {
		grid-template-columns: 1fr;
	}

	.sx-hero-layout {
		min-height: auto;
	}

	.sx-terminal {
		max-width: 680px;
		margin-inline: auto;
	}

	.sx-pain-grid,
	.sx-levels,
	.sx-why-grid,
	.sx-casino-flow {
		grid-template-columns: 1fr 1fr;
	}

	.sx-level-card.is-featured {
		transform: none;
	}
}

@media (max-width: 640px) {
	.imsx-approved-home .imsx-container {
		width: min(100% - 24px, 1180px);
	}

	.sx-hero {
		padding: 34px 0 38px;
	}

	.sx-hero h1 {
		font-size: clamp(2.2rem, 12vw, 3.45rem);
	}

	.sx-lead {
		font-size: 0.98rem;
	}

	.sx-actions,
	.sx-btn {
		width: 100%;
	}

	.sx-micro-proof,
	.sx-pain-grid,
	.sx-levels,
	.sx-why-grid,
	.sx-casino-flow,
	.sx-tape {
		grid-template-columns: 1fr;
	}

	.sx-chart {
		height: 250px;
	}

	.sx-section {
		padding: 58px 0;
	}

	.sx-bullbear {
		opacity: 0.28;
	}

	body.home .imsx-user,
	body:has(.imsx-approved-home) .imsx-user {
		width: 100%;
		justify-content: center;
	}

	body.home .imsx-user__card,
	body:has(.imsx-approved-home) .imsx-user__card {
		width: 100%;
		max-width: 360px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sx-market-grid,
	.sx-candles i,
	.sx-terminal::before,
	.sx-line {
		animation: none;
	}
}

/* SimonX desktop compact header menu manager v1.0.0 */
.sx-desktop-nav {
	display: none;
}

@media (min-width: 981px) {
	.sx-site-header.sx-site-header {
		padding: 18px 39px 12px;
	}

	.sx-header {
		max-width: 1920px;
		height: 108px;
		grid-template-columns: 306px minmax(286px, 1fr) 380px;
		gap: 24px;
		padding: 0 58px 0 88px;
		border-radius: 28px;
		box-shadow:
			inset 0 1px 0 rgba(255, 238, 170, .16),
			inset 0 -1px 0 rgba(212, 175, 55, .09),
			0 22px 72px rgba(0, 0, 0, .44);
		overflow: visible;
	}

	.sx-user-pill {
		width: 306px;
		height: 70px;
		grid-template-columns: 56px 1fr;
		gap: 18px;
		padding: 0 18px 0 13px;
		box-shadow:
			inset 0 1px 0 rgba(255, 243, 175, .16),
			0 0 28px rgba(212, 175, 55, .12),
			0 12px 21px rgba(0, 0, 0, .38);
	}

	.sx-user-disc {
		width: 56px;
		height: 56px;
		font-size: 20px;
		box-shadow:
			inset 0 5px 10px rgba(255, 255, 255, .24),
			inset 0 -6px 10px rgba(0, 0, 0, .34),
			0 0 0 6px rgba(212, 175, 55, .08),
			0 0 20px rgba(212, 175, 55, .38);
	}

	.sx-user-copy {
		gap: 8px;
	}

	.sx-user-name {
		font-size: 19px;
	}

	.sx-user-meta {
		gap: 8px;
		font-size: 15px;
	}

	.sx-online {
		gap: 7px;
	}

	.sx-online i {
		width: 9px;
		height: 9px;
	}

	.sx-primary-nav--mobile-legacy {
		display: none;
	}

	.sx-desktop-nav {
		position: relative;
		justify-self: center;
		z-index: 20;
		display: flex;
		justify-content: center;
		width: 286px;
		height: 39px;
		direction: rtl;
	}

	.sx-desktop-nav__frame {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		padding: 5px;
		border: 1px solid rgba(212, 175, 55, .22);
		border-radius: 999px;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012)),
			rgba(0, 0, 0, .46);
		box-shadow:
			inset 0 0 18px rgba(212, 175, 55, .045),
			0 14px 34px rgba(0, 0, 0, .34);
	}

	.sx-desktop-nav__frame::before {
		content: "";
		position: absolute;
		inset: -2px;
		z-index: -1;
		border-radius: inherit;
		background: linear-gradient(90deg, transparent, rgba(212, 175, 55, .22), transparent);
		filter: blur(12px);
		opacity: .55;
	}

	.sx-desktop-nav__home,
	.sx-desktop-nav__toggle {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 92px;
		height: 31px;
		gap: 6px;
		padding: 0 12px;
		border: 0;
		border-radius: 999px;
		background: transparent;
		color: #fff5d6;
		font: inherit;
		font-size: 15px;
		font-weight: 900;
		line-height: 1;
		text-decoration: none;
		cursor: pointer;
		transition: transform .18s ease, color .18s ease, background .18s ease;
	}

	.sx-desktop-nav__home {
		color: var(--sx-gold-soft);
		background:
			radial-gradient(circle at 50% 100%, rgba(212, 175, 55, .24), transparent 70%),
			rgba(212, 175, 55, .075);
	}

	.sx-desktop-nav__home::after,
	.sx-desktop-nav__toggle::after {
		content: "";
		position: absolute;
		right: 20px;
		bottom: 2px;
		left: 20px;
		height: 2px;
		border-radius: 999px;
		background: linear-gradient(90deg, transparent, #fff0a6, #a77b19, transparent);
		box-shadow: 0 0 14px rgba(212, 175, 55, .58);
		opacity: 0;
		transform: scaleX(.55);
		transition: opacity .2s ease, transform .2s ease;
	}

	.sx-desktop-nav__home::after,
	.sx-desktop-nav__toggle:hover::after,
	.sx-desktop-nav__toggle.is-open::after {
		opacity: 1;
		transform: scaleX(1);
	}

	.sx-desktop-nav__home:hover,
	.sx-desktop-nav__toggle:hover,
	.sx-desktop-nav__toggle.is-open {
		background: rgba(212, 175, 55, .08);
		color: var(--sx-gold-soft);
		transform: translateY(-1px);
	}

	.sx-desktop-nav__toggle svg {
		width: 12px;
		height: 12px;
		transition: transform .24s ease;
	}

	.sx-desktop-nav__toggle.is-open svg {
		transform: rotate(180deg);
	}

	.sx-desktop-menu {
		position: absolute;
		top: 49px;
		right: 50%;
		width: 370px;
		padding: 11px;
		border: 1px solid rgba(212, 175, 55, .28);
		border-radius: 22px;
		background:
			radial-gradient(circle at 68% 0, rgba(212, 175, 55, .18), transparent 17rem),
			linear-gradient(180deg, rgba(20, 20, 18, .98), rgba(7, 7, 7, .98));
		box-shadow:
			0 28px 80px rgba(0, 0, 0, .58),
			0 0 34px rgba(212, 175, 55, .10),
			inset 0 0 0 1px rgba(255, 255, 255, .025);
		opacity: 0;
		pointer-events: none;
		transform: translateX(50%) translateY(12px) scale(.98);
		transition: opacity .22s ease, transform .22s ease;
	}

	.sx-desktop-menu.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(50%) translateY(0) scale(1);
	}

	.sx-desktop-menu::before {
		content: "";
		position: absolute;
		top: -7px;
		right: 50%;
		width: 13px;
		height: 13px;
		border-top: 1px solid rgba(212, 175, 55, .28);
		border-left: 1px solid rgba(212, 175, 55, .28);
		background: rgba(20, 20, 18, .98);
		transform: translateX(50%) rotate(45deg);
	}

	.sx-desktop-menu__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 9px;
		padding: 6px 8px 10px;
		border-bottom: 1px solid rgba(212, 175, 55, .16);
	}

	.sx-desktop-menu__head b {
		color: var(--sx-gold-soft);
		font-size: 13px;
	}

	.sx-desktop-menu__head span {
		color: rgba(255, 247, 221, .62);
		font-size: 10px;
	}

	.sx-desktop-menu__list {
		display: grid;
		gap: 7px;
	}

	.sx-desktop-menu__link {
		position: relative;
		display: grid;
		min-height: 52px;
		gap: 4px;
		padding: 10px 14px 10px 40px;
		overflow: hidden;
		border: 1px solid rgba(212, 175, 55, .16);
		border-radius: 14px;
		background: linear-gradient(90deg, rgba(212, 175, 55, .06), rgba(255, 255, 255, .025));
		color: #fff7dd;
		text-decoration: none;
		transition: transform .18s ease, border-color .18s ease, background .18s ease;
	}

	.sx-desktop-menu__link:hover,
	.sx-desktop-menu__link:focus-visible {
		border-color: rgba(212, 175, 55, .48);
		background:
			radial-gradient(circle at 90% 50%, rgba(212, 175, 55, .12), transparent 12rem),
			rgba(212, 175, 55, .07);
		transform: translateY(-2px);
	}

	.sx-desktop-menu__link::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 14px;
		width: 14px;
		height: 14px;
		border: 1px solid rgba(212, 175, 55, .42);
		border-radius: 50%;
		box-shadow: inset 0 0 8px rgba(212, 175, 55, .18), 0 0 12px rgba(212, 175, 55, .12);
		transform: translateY(-50%);
	}

	.sx-desktop-menu__link b {
		color: var(--sx-gold-soft);
		font-size: 14px;
		line-height: 1.15;
	}

	.sx-desktop-menu__link span {
		color: rgba(255, 247, 221, .66);
		font-size: 11px;
		line-height: 1.35;
	}

	.sx-logo-link {
		width: 380px;
		height: 72px;
		grid-template-columns: 98px 1fr;
		gap: 24px;
	}

	.sx-infinity-mark {
		width: 98px;
		height: 66px;
	}

	.sx-infinity-mark img {
		width: 98px;
		height: 61px;
	}

	.sx-logo-type {
		gap: 8px;
	}

	.sx-logo-infinity {
		font-size: 31px;
		letter-spacing: 8px;
	}

	.sx-logo-markets {
		font-size: 20px;
		letter-spacing: 8px;
	}
}

@media (max-width: 980px) {
	.sx-site-header.sx-site-header {
		padding: 8px 6px 6px;
	}

	.sx-header {
		width: min(100% - 10px, 720px);
		max-width: none;
		height: auto;
		min-height: 0;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-areas:
			"logo"
			"user"
			"nav";
		gap: 8px;
		padding: 10px 10px 11px;
		border-radius: 18px;
		overflow: visible;
	}

	.sx-logo-link {
		grid-area: logo;
		justify-self: center;
		width: min(230px, 78vw);
		height: 52px;
		grid-template-columns: 64px 1fr;
		gap: 10px;
	}

	.sx-infinity-mark {
		width: 64px;
		height: 44px;
	}

	.sx-infinity-mark img {
		width: 64px;
		height: 41px;
	}

	.sx-logo-type {
		gap: 5px;
	}

	.sx-logo-infinity {
		font-size: 20px;
		letter-spacing: 5px;
	}

	.sx-logo-markets {
		font-size: 13px;
		letter-spacing: 5px;
	}

	.sx-user-pill {
		grid-area: user;
		justify-self: center;
		width: min(100%, 310px);
		height: 54px;
		grid-template-columns: 42px 1fr;
		gap: 10px;
		padding: 0 14px 0 8px;
	}

	.sx-user-disc {
		width: 42px;
		height: 42px;
		font-size: 17px;
	}

	.sx-user-copy {
		gap: 5px;
	}

	.sx-user-name {
		font-size: 15px;
	}

	.sx-user-meta {
		gap: 6px;
		font-size: 12px;
	}

	.sx-online i {
		width: 7px;
		height: 7px;
	}

	.sx-desktop-nav {
		display: none !important;
	}

	.sx-primary-nav--mobile-legacy {
		display: flex;
		grid-area: nav;
		justify-self: stretch;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 6px;
		max-width: 100%;
		white-space: normal;
	}

	.sx-primary-nav--mobile-legacy a {
		min-height: 30px;
		padding: 0 10px;
		border: 1px solid rgba(212, 175, 55, .18);
		border-radius: 999px;
		background: rgba(255, 255, 255, .025);
		font-size: 13px;
		line-height: 1;
	}

	.sx-primary-nav--mobile-legacy a.active::after {
		bottom: 2px;
		width: 28px;
		height: 2px;
	}
}

@media (max-width: 420px) {
	.sx-site-header.sx-site-header {
		padding-inline: 4px;
	}

	.sx-header {
		width: calc(100% - 6px);
		padding: 8px 7px 9px;
		gap: 7px;
		border-radius: 16px;
	}

	.sx-logo-link {
		width: min(210px, 82vw);
		height: 46px;
		grid-template-columns: 54px 1fr;
	}

	.sx-infinity-mark,
	.sx-infinity-mark img {
		width: 54px;
		height: 36px;
	}

	.sx-logo-infinity {
		font-size: 18px;
		letter-spacing: 4px;
	}

	.sx-logo-markets {
		font-size: 12px;
		letter-spacing: 4px;
	}

	.sx-user-pill {
		width: min(100%, 286px);
		height: 50px;
	}

	.sx-primary-nav--mobile-legacy {
		gap: 5px;
	}

	.sx-primary-nav--mobile-legacy a {
		min-height: 28px;
		padding: 0 8px;
		font-size: 12px;
	}
}

/* SimonX mobile header compact desktop-menu mode v1.0.0 */
@media (max-width: 980px) {
	.sx-site-header.sx-site-header {
		padding: 8px 3px 5px;
	}

	.sx-header {
		width: calc(100vw - 6px);
		max-width: 424px;
		height: 58px;
		min-height: 0;
		display: grid;
		grid-template-columns: 72px minmax(94px, 1fr) 124px;
		grid-template-areas: "user nav logo";
		align-items: center;
		gap: 5px;
		padding: 0 7px;
		border-radius: 13px;
		overflow: visible;
	}

	.sx-user-pill {
		grid-area: user;
		justify-self: start;
		width: 72px;
		height: 42px;
		grid-template-columns: 32px 1fr;
		gap: 5px;
		padding: 0 6px 0 3px;
	}

	.sx-user-disc {
		width: 31px;
		height: 31px;
		font-size: 13px;
	}

	.sx-user-copy {
		gap: 3px;
	}

	.sx-user-name {
		display: block;
		overflow: hidden;
		font-size: 8.5px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.sx-user-meta {
		gap: 2px;
		font-size: 7.6px;
		white-space: nowrap;
	}

	.sx-online {
		gap: 2px;
	}

	.sx-online i {
		width: 4px;
		height: 4px;
	}

	.sx-logo-link {
		grid-area: logo;
		justify-self: end;
		width: 124px;
		height: 45px;
		grid-template-columns: 43px 1fr;
		gap: 4px;
	}

	.sx-infinity-mark,
	.sx-infinity-mark img {
		width: 43px;
		height: auto;
	}

	.sx-logo-type {
		gap: 2px;
	}

	.sx-logo-infinity {
		font-size: 15px;
		letter-spacing: 3px;
	}

	.sx-logo-markets {
		font-size: 9px;
		letter-spacing: 2.8px;
		white-space: nowrap;
	}

	.sx-primary-nav--mobile-legacy {
		display: none !important;
	}

	.sx-desktop-nav {
		position: relative;
		grid-area: nav;
		justify-self: center;
		z-index: 20;
		display: flex !important;
		justify-content: center;
		direction: rtl;
		overflow: visible;
	}

	.sx-desktop-nav__frame {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		padding: 3px;
		border: 1px solid rgba(212, 175, 55, .16);
		border-radius: 999px;
		background: rgba(255, 255, 255, .025);
	}

	.sx-desktop-nav__home,
	.sx-desktop-nav__toggle {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 44px;
		min-height: 30px;
		padding: 0 8px;
		border: 1px solid rgba(212, 175, 55, .2);
		border-radius: 999px;
		background: rgba(255, 255, 255, .025);
		color: rgba(255, 255, 255, .92);
		font-family: inherit;
		font-size: clamp(10.5px, 2.65vw, 13px);
		font-weight: 800;
		line-height: 1;
		text-decoration: none;
		text-shadow: 0 5px 14px rgba(0, 0, 0, .9);
		transition: color .18s ease, background .18s ease, border-color .18s ease;
	}

	.sx-desktop-nav__home {
		color: var(--sx-gold-soft);
		background:
			radial-gradient(circle at 50% 100%, rgba(212, 175, 55, .24), transparent 70%),
			rgba(212, 175, 55, .075);
	}

	.sx-desktop-nav__toggle {
		gap: 4px;
		cursor: pointer;
	}

	.sx-desktop-nav__toggle svg {
		width: 10px;
		height: 10px;
	}

	.sx-desktop-nav__home::after,
	.sx-desktop-nav__toggle::after {
		content: "";
		position: absolute;
		right: 10px;
		bottom: 1px;
		left: 10px;
		height: 2px;
		border-radius: 999px;
		background: linear-gradient(90deg, transparent, #fff0a0, var(--sx-gold), #fff0a0, transparent);
		box-shadow: 0 0 8px rgba(212, 175, 55, .78);
		opacity: 0;
		transform: scaleX(.2);
		transition: opacity .2s ease, transform .2s ease;
	}

	.sx-desktop-nav__home::after,
	.sx-desktop-nav__toggle.is-open::after {
		opacity: 1;
		transform: scaleX(1);
	}

	.sx-desktop-nav__toggle.is-open {
		color: var(--sx-gold-soft);
		background: rgba(212, 175, 55, .08);
	}

	.sx-desktop-nav__toggle.is-open svg {
		transform: rotate(180deg);
	}

	.sx-desktop-menu {
		position: fixed;
		top: 68px;
		right: auto;
		left: 50%;
		z-index: 999999;
		width: min(208px, calc(100vw - 48px));
		padding: 8px;
		border: 1px solid rgba(212, 175, 55, .26);
		border-radius: 13px;
		background:
			radial-gradient(circle at 60% 0, rgba(212, 175, 55, .12), transparent 42%),
			linear-gradient(180deg, rgba(16, 16, 15, .98), rgba(3, 3, 3, .98));
		box-shadow: 0 18px 38px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 238, 170, .12);
		opacity: 0;
		pointer-events: none;
		filter: blur(5px);
		transform: translateX(-50%) translateY(-10px) scale(.88);
		transform-origin: top center;
		transition:
			opacity .28s cubic-bezier(.2, .8, .2, 1),
			transform .32s cubic-bezier(.16, 1, .3, 1),
			filter .28s ease;
		will-change: opacity, transform, filter;
	}

	.sx-desktop-menu.is-open {
		opacity: 1;
		pointer-events: auto;
		filter: blur(0);
		transform: translateX(-50%) translateY(0) scale(1);
	}

	.sx-desktop-menu::before {
		content: "";
		position: absolute;
		top: -6px;
		left: 50%;
		width: 11px;
		height: 11px;
		border-top: 1px solid rgba(212, 175, 55, .28);
		border-right: 1px solid rgba(212, 175, 55, .28);
		background: rgba(16, 16, 15, .98);
		transform: translateX(-50%) rotate(-45deg);
	}

	.sx-desktop-menu__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 6px;
		padding: 3px 5px 7px;
		border-bottom: 1px solid rgba(212, 175, 55, .14);
	}

	.sx-desktop-menu__head b {
		color: var(--sx-gold-soft);
		font-size: 10.5px;
	}

	.sx-desktop-menu__head span {
		color: rgba(255, 247, 221, .62);
		font-size: 8px;
	}

	.sx-desktop-menu__list {
		display: grid;
		gap: 4px;
	}

	.sx-desktop-menu__link {
		position: relative;
		display: grid;
		min-height: 32px;
		gap: 2px;
		padding: 6px 8px 6px 24px;
		border: 1px solid rgba(212, 175, 55, .13);
		border-radius: 9px;
		background: rgba(255, 255, 255, .025);
		color: #fff;
		text-decoration: none;
		transition: border-color .18s ease, background .18s ease, transform .18s ease;
	}

	.sx-desktop-menu__link:hover,
	.sx-desktop-menu__link:focus-visible {
		border-color: rgba(212, 175, 55, .48);
		background: rgba(212, 175, 55, .07);
		outline: none;
	}

	.sx-desktop-menu__link::after {
		content: "‹";
		position: absolute;
		top: 50%;
		left: 8px;
		color: var(--sx-gold-soft);
		font-size: 12px;
		transform: translateY(-50%);
	}

	.sx-desktop-menu__link b {
		color: var(--sx-gold-soft);
		font-size: 10.5px;
		line-height: 1.12;
	}

	.sx-desktop-menu__link span {
		color: rgba(255, 247, 221, .66);
		font-size: 8px;
		line-height: 1.2;
	}
}

@media (max-width: 360px) {
	.sx-header {
		grid-template-columns: 64px minmax(88px, 1fr) 112px;
		gap: 4px;
		padding-inline: 5px;
	}

	.sx-user-pill {
		width: 64px;
		grid-template-columns: 29px 1fr;
	}

	.sx-user-disc {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}

	.sx-user-name {
		font-size: 7.5px;
	}

	.sx-user-meta {
		font-size: 6.8px;
	}

	.sx-logo-link {
		width: 112px;
		grid-template-columns: 38px 1fr;
	}

	.sx-infinity-mark,
	.sx-infinity-mark img {
		width: 38px;
	}

	.sx-logo-infinity {
		font-size: 13px;
		letter-spacing: 2.4px;
	}

	.sx-logo-markets {
		font-size: 8px;
		letter-spacing: 2.3px;
	}
}
/* Academy premium conversion page */
.imsx-academy-page {
	position: relative;
	z-index: 1;
	width: min(1260px, calc(100% - 40px));
	margin: 0 auto;
	padding: 42px 0 80px;
	direction: rtl;
	--imsx-line: rgba(212, 175, 55, 0.26);
	--imsx-gold-2: #f4dc8b;
	--imsx-muted: #b8afa0;
}

.imsx-academy-page::before {
	position: fixed;
	inset: 0;
	z-index: -3;
	background-image: url("../images/simonx-academy-hero-desktop.webp");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	opacity: 0.58;
	filter: saturate(1.12) contrast(1.12);
	content: "";
	pointer-events: none;
}

.imsx-academy-page::after {
	position: fixed;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.52) 50%, rgba(0, 0, 0, 0.86)),
		radial-gradient(circle at 74% 12%, rgba(212, 175, 55, 0.2), transparent 30rem),
		radial-gradient(circle at 18% 46%, rgba(65, 47, 90, 0.24), transparent 32rem),
		linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
	background-size: auto, auto, auto, 72px 72px, 72px 72px;
	content: "";
	pointer-events: none;
}

.imsx-academy-glass {
	border: 1px solid var(--imsx-line);
	border-radius: 30px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.024)),
		rgba(5, 5, 7, 0.42);
	box-shadow:
		0 34px 110px rgba(0, 0, 0, 0.68),
		0 0 70px rgba(212, 175, 55, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.09),
		inset 0 -34px 80px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(14px);
}

.imsx-academy-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.74fr);
	gap: clamp(26px, 4vw, 54px);
	align-items: center;
	min-height: 430px;
	padding: clamp(28px, 4vw, 50px);
	overflow: hidden;
}

.imsx-academy-hero::before {
	position: absolute;
	inset: -20% auto auto -10%;
	width: 580px;
	height: 580px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(212, 175, 55, 0.22), transparent 66%);
	content: "";
	pointer-events: none;
}

.imsx-academy-hero::after,
.imsx-academy-indicators::after,
.imsx-academy-final::after {
	position: absolute;
	inset: 1px;
	border-radius: inherit;
	background: linear-gradient(120deg, rgba(246, 220, 139, 0.11), transparent 34%, rgba(255, 255, 255, 0.04));
	content: "";
	pointer-events: none;
}

.imsx-academy-hero__copy,
.imsx-academy-command-card,
.imsx-academy-indicators__copy,
.imsx-academy-terminal {
	position: relative;
	z-index: 2;
}

.imsx-academy-kicker,
.imsx-academy-title p {
	margin: 0 0 14px;
	color: var(--imsx-gold-2);
	font-size: 0.86rem;
	font-weight: 900;
	letter-spacing: 0.16em;
}

.imsx-academy-hero h1 {
	max-width: 650px;
	margin: 0;
	color: #fff;
	font-size: clamp(32px, 3.4vw, 46px);
	line-height: 1.08;
	letter-spacing: 0;
	text-shadow: 0 8px 30px rgba(0, 0, 0, 0.48);
}

.imsx-academy-hero p,
.imsx-academy-indicators p,
.imsx-academy-final p {
	max-width: 760px;
	margin: 14px 0 0;
	color: #ddd4c6;
	font-size: 1.04rem;
	line-height: 1.62;
}

.imsx-academy-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.imsx-academy-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 50px;
	padding: 13px 24px;
	overflow: hidden;
	border: 1px solid var(--imsx-line);
	border-radius: 999px;
	font-weight: 900;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
	will-change: transform;
}

.imsx-academy-btn::after {
	position: absolute;
	inset: -60% auto -60% -30%;
	width: 42%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
	transform: translateX(-160%) rotate(18deg);
	transition: transform 520ms ease;
	content: "";
}

.imsx-academy-btn:hover,
.imsx-academy-btn:focus-visible {
	border-color: rgba(246, 220, 139, 0.76);
	box-shadow: 0 18px 48px rgba(212, 175, 55, 0.18), 0 16px 38px rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
}

.imsx-academy-btn:hover::after,
.imsx-academy-btn:focus-visible::after {
	transform: translateX(360%) rotate(18deg);
}

.imsx-academy-btn--gold {
	border: 0;
	background: linear-gradient(135deg, #9b7117 0%, #f6dc72 50%, #b9861b 100%);
	box-shadow: 0 16px 38px rgba(212, 175, 55, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.34);
	color: #080807;
	animation: imsxAcademyGoldPulse 5.5s ease-in-out infinite;
}

.imsx-academy-btn--glass {
	background: rgba(0, 0, 0, 0.32);
	color: var(--imsx-gold-2);
}

.imsx-academy-signal-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.imsx-academy-signal-row span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	color: #d9cfbf;
	font-weight: 800;
}

.imsx-academy-signal-row i,
.imsx-academy-live-dot::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #66d89b;
	box-shadow: 0 0 14px rgba(102, 216, 155, 0.86);
	content: "";
	animation: imsxAcademyStatusPulse 2.8s ease-in-out infinite;
}

.imsx-academy-command-card {
	align-self: center;
	padding: 28px;
	border: 1px solid rgba(246, 220, 139, 0.22);
	border-radius: 28px;
	background: radial-gradient(circle at 50% 0, rgba(212, 175, 55, 0.16), transparent 18rem), rgba(7, 7, 10, 0.66);
	box-shadow: inset 0 0 48px rgba(212, 175, 55, 0.05), 0 22px 70px rgba(0, 0, 0, 0.32);
	text-align: center;
}

.imsx-academy-live-dot {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	padding: 7px 12px;
	border: 1px solid rgba(102, 216, 155, 0.28);
	border-radius: 999px;
	color: #98f1bf;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.imsx-academy-orbit {
	display: grid;
	place-items: center;
	width: 94px;
	height: 94px;
	margin: 0 auto 18px;
	border: 1px solid rgba(212, 175, 55, 0.34);
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(212, 175, 55, 0.13), rgba(255, 255, 255, 0.025));
	box-shadow: 0 0 42px rgba(212, 175, 55, 0.14), inset 0 0 26px rgba(212, 175, 55, 0.045);
}

.imsx-academy-orbit svg {
	width: 66px;
	height: 66px;
	fill: none;
	stroke: var(--imsx-gold-2);
	stroke-width: 4;
	stroke-linecap: round;
}

.imsx-academy-command-card strong {
	display: block;
	color: #fff;
	font-size: 1.35rem;
}

.imsx-academy-command-card p {
	margin: 10px 0 0;
	color: var(--imsx-muted);
}

.imsx-academy-meter {
	margin-top: 24px;
	text-align: right;
}

.imsx-academy-meter div {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	color: var(--imsx-muted);
}

.imsx-academy-meter b {
	color: var(--imsx-gold-2);
}

.imsx-academy-meter i {
	display: block;
	height: 10px;
	margin-top: 10px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
}

.imsx-academy-meter em {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #a67610, #f3d96a);
}

.imsx-academy-section {
	padding-top: 92px;
}

.imsx-academy-title {
	max-width: 850px;
	margin: 0 auto 34px;
	text-align: center;
}

.imsx-academy-title h2,
.imsx-academy-indicators h2,
.imsx-academy-final h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 3.2vw, 46px);
	line-height: 1.12;
}

.imsx-academy-title span {
	display: block;
	margin-top: 12px;
	color: var(--imsx-muted);
	font-size: 1.02rem;
}

.imsx-academy-levels,
.imsx-academy-updates {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.imsx-academy-level,
.imsx-academy-updates article {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(212, 175, 55, 0.2);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.045);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.055);
	transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease, background 190ms ease;
}

.imsx-academy-level:hover,
.imsx-academy-updates article:hover {
	border-color: rgba(246, 220, 139, 0.44);
	box-shadow: 0 34px 110px rgba(0, 0, 0, 0.42), 0 0 42px rgba(212, 175, 55, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transform: translateY(-6px);
}

.imsx-academy-level {
	display: flex;
	flex-direction: column;
	min-height: 480px;
	padding: 30px;
}

.imsx-academy-level::before {
	position: absolute;
	inset: 0 0 auto;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(246, 220, 139, 0.52), transparent);
	content: "";
}

.imsx-academy-level__icon {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	margin-bottom: 18px;
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(212, 175, 55, 0.12), rgba(255, 255, 255, 0.03));
	box-shadow: inset 0 0 22px rgba(212, 175, 55, 0.04), 0 0 24px rgba(212, 175, 55, 0.08);
	transition: box-shadow 190ms ease, transform 190ms ease;
}

.imsx-academy-level:hover .imsx-academy-level__icon,
.imsx-academy-command-card:hover .imsx-academy-orbit {
	box-shadow: inset 0 0 28px rgba(212, 175, 55, 0.07), 0 0 34px rgba(212, 175, 55, 0.16);
	transform: translateY(-2px);
}

.imsx-academy-level__icon svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: var(--imsx-gold-2);
	stroke-width: 2.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.14));
}

.imsx-academy-status {
	position: absolute;
	top: 24px;
	left: 24px;
	padding: 7px 12px;
	border: 1px solid var(--imsx-line);
	border-radius: 999px;
	color: var(--imsx-gold-2);
	font-size: 0.78rem;
	font-weight: 900;
}

.imsx-academy-level h3 {
	margin: 4px 0 12px;
	color: #fff;
	font-size: 1.45rem;
}

.imsx-academy-card-pull {
	margin-bottom: 10px;
	color: var(--imsx-gold-2) !important;
	font-size: 1.02rem;
	font-weight: 900;
}

.imsx-academy-level p,
.imsx-academy-level li,
.imsx-academy-updates p {
	color: var(--imsx-muted);
}

.imsx-academy-price {
	display: grid;
	gap: 4px;
	margin: 18px 0;
	padding: 16px;
	border: 1px solid rgba(212, 175, 55, 0.2);
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(212, 175, 55, 0.08), rgba(255, 255, 255, 0.025));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.imsx-academy-price strong {
	color: var(--imsx-gold-2);
	font-size: 1.42rem;
	line-height: 1.2;
}

.imsx-academy-price small {
	color: #efe1b1;
	font-size: 0.92rem;
	line-height: 1.45;
}

.imsx-academy-price em {
	color: var(--imsx-muted);
	font-size: 0.88rem;
	font-style: normal;
	line-height: 1.45;
}

.imsx-academy-price__old {
	width: max-content;
	color: rgba(255, 255, 255, 0.58);
	font-size: 1rem;
	font-weight: 900;
	text-decoration: line-through;
	text-decoration-color: rgba(246, 220, 139, 0.8);
	text-decoration-thickness: 2px;
}

.imsx-academy-price--free {
	border-color: rgba(246, 220, 139, 0.36);
	background: radial-gradient(circle at 80% 0, rgba(246, 220, 139, 0.15), transparent 14rem), rgba(212, 175, 55, 0.06);
}

.imsx-academy-price--vip {
	border-color: rgba(246, 220, 139, 0.32);
	background: radial-gradient(circle at 50% 0, rgba(212, 175, 55, 0.15), transparent 13rem), rgba(3, 3, 5, 0.36);
}

.imsx-academy-level ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.imsx-academy-level li::before {
	margin-left: 8px;
	color: var(--imsx-gold);
	content: "✓";
}

.imsx-academy-level .imsx-academy-btn {
	width: 100%;
	margin-top: auto;
}

.imsx-academy-level.is-open {
	border-color: rgba(246, 220, 139, 0.54);
	box-shadow: 0 28px 92px rgba(0, 0, 0, 0.36), 0 0 54px rgba(212, 175, 55, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.imsx-academy-level.is-locked {
	border-color: rgba(212, 175, 55, 0.44);
	background: linear-gradient(180deg, rgba(42, 34, 16, 0.72), rgba(16, 16, 20, 0.9));
	transform: translateY(-10px);
}

.imsx-academy-level.is-vip {
	background: radial-gradient(circle at 50% 0, rgba(212, 175, 55, 0.18), transparent 20rem), rgba(255, 255, 255, 0.045);
}

.imsx-academy-indicators {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
	gap: 44px;
	align-items: center;
	padding: clamp(34px, 4vw, 52px);
	overflow: hidden;
}

.imsx-academy-terminal {
	min-height: 300px;
	overflow: hidden;
	border: 1px solid rgba(246, 220, 139, 0.22);
	border-radius: 26px;
	background: linear-gradient(180deg, #08090d, #11121a);
	box-shadow: inset 0 0 70px rgba(212, 175, 55, 0.04), 0 24px 70px rgba(0, 0, 0, 0.3);
}

.imsx-academy-terminal-top {
	display: flex;
	gap: 7px;
	padding: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.imsx-academy-terminal-top span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--imsx-gold);
	opacity: 0.75;
}

.imsx-academy-terminal-screen {
	position: relative;
	min-height: 250px;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 34px 34px;
}

.imsx-academy-terminal-screen svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.imsx-academy-terminal-screen path:first-child {
	fill: none;
	stroke: #f4dc8b;
	stroke-width: 5;
	stroke-linecap: round;
	filter: drop-shadow(0 0 16px rgba(212, 175, 55, 0.45));
}

.imsx-academy-terminal-screen path:nth-child(2) {
	fill: none;
	stroke: rgba(120, 88, 176, 0.8);
	stroke-width: 3;
	stroke-dasharray: 8 10;
}

.imsx-academy-terminal-badge {
	position: absolute;
	top: 28px;
	right: 28px;
	padding: 14px 16px;
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 18px;
	background: rgba(0, 0, 0, 0.58);
	text-align: center;
}

.imsx-academy-terminal-badge small,
.imsx-academy-terminal-badge em {
	display: block;
	color: var(--imsx-muted);
	font-style: normal;
}

.imsx-academy-terminal-badge b {
	display: block;
	color: var(--imsx-gold-2);
	font-size: 1.4rem;
}

.imsx-academy-updates article {
	padding: 26px;
}

.imsx-academy-updates b {
	color: var(--imsx-gold);
	font-size: 1.5rem;
}

.imsx-academy-updates h3 {
	margin: 8px 0;
	color: #fff;
	font-size: 1.28rem;
}

.imsx-academy-final {
	position: relative;
	margin-top: 88px;
	padding: clamp(38px, 5vw, 62px);
	overflow: hidden;
	text-align: center;
}

.imsx-academy-final p {
	margin-inline: auto;
}

.imsx-academy-final .imsx-academy-actions {
	justify-content: center;
}

@keyframes imsxAcademyStatusPulse {
	0%, 100% {
		opacity: 0.72;
		transform: scale(1);
		box-shadow: 0 0 10px rgba(102, 216, 155, 0.58);
	}
	50% {
		opacity: 1;
		transform: scale(1.22);
		box-shadow: 0 0 18px rgba(102, 216, 155, 0.88);
	}
}

@keyframes imsxAcademyGoldPulse {
	0%, 100% {
		box-shadow: 0 16px 38px rgba(212, 175, 55, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.34);
	}
	50% {
		box-shadow: 0 18px 52px rgba(212, 175, 55, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.42);
	}
}

@media (prefers-reduced-motion: reduce) {
	.imsx-academy-page *,
	.imsx-academy-page *::before,
	.imsx-academy-page *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}

@media (max-width: 980px) {
	.imsx-academy-page {
		width: calc(100% - 24px);
		max-width: 100%;
		margin-inline: auto;
		padding-top: 24px;
	}

	.imsx-academy-page,
	.imsx-academy-glass,
	.imsx-academy-section {
		max-width: 100vw;
		overflow-x: hidden;
	}

	.imsx-academy-page::before {
		background-image: url("../images/simonx-academy-hero-mobile.webp");
		background-attachment: scroll;
		background-position: center top;
	}

	.imsx-academy-hero,
	.imsx-academy-indicators {
		grid-template-columns: minmax(0, 1fr);
		padding: 24px;
		text-align: center;
	}

	.imsx-academy-hero__copy,
	.imsx-academy-command-card,
	.imsx-academy-indicators__copy,
	.imsx-academy-terminal {
		min-width: 0;
		max-width: 100%;
	}

	.imsx-academy-kicker,
	.imsx-academy-title p {
		max-width: 100%;
		margin-inline: auto;
		letter-spacing: 0.08em;
		overflow-wrap: anywhere;
	}

	.imsx-academy-hero h1 {
		max-width: 320px;
		margin-inline: auto;
		font-size: clamp(25px, 6.5vw, 34px);
		line-height: 1.16;
		overflow-wrap: anywhere;
	}

	.imsx-academy-hero p,
	.imsx-academy-indicators p,
	.imsx-academy-final p {
		max-width: 310px;
		margin-inline: auto;
		font-size: 0.96rem;
		line-height: 1.78;
		overflow-wrap: anywhere;
	}

	.imsx-academy-actions,
	.imsx-academy-btn {
		width: 100%;
	}

	.imsx-academy-signal-row {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.imsx-academy-signal-row span {
		width: 100%;
		min-width: 0;
		justify-content: center;
		white-space: normal;
		overflow-wrap: anywhere;
		text-align: center;
	}

	.imsx-academy-signal-row i {
		flex: 0 0 auto;
	}

	.imsx-academy-command-card {
		padding: 24px;
	}

	.imsx-academy-meter div {
		justify-content: center;
		gap: 12px;
		flex-wrap: wrap;
	}

	.imsx-academy-section {
		padding-top: 68px;
	}

	.imsx-academy-levels,
	.imsx-academy-updates {
		grid-template-columns: 1fr;
	}

	.imsx-academy-level.is-locked {
		transform: none;
	}

	.imsx-academy-level:hover,
	.imsx-academy-updates article:hover {
		transform: none;
	}

	.imsx-academy-title span {
		font-size: 0.95rem;
	}

	.imsx-academy-final {
		padding: 30px 22px;
	}
}

/* SimonX mobile header button-position lock v1.0.1 */
@media (max-width: 980px) {
	.sx-site-header.sx-site-header .sx-header {
		width: calc(100vw - 6px) !important;
		max-width: 424px !important;
		height: 58px !important;
		min-height: 58px !important;
		display: grid !important;
		grid-template-columns: 78px 108px 118px !important;
		grid-template-areas: "user nav logo" !important;
		justify-content: space-between !important;
		align-items: center !important;
		gap: 0 !important;
		padding: 0 6px !important;
		direction: ltr !important;
		overflow: visible !important;
	}

	.sx-site-header.sx-site-header .sx-user-pill {
		grid-area: user !important;
		justify-self: start !important;
		width: 78px !important;
		height: 42px !important;
		min-height: 0 !important;
		display: grid !important;
		grid-template-columns: 31px minmax(0, 1fr) !important;
		align-items: center !important;
		gap: 4px !important;
		padding: 0 5px 0 3px !important;
		overflow: hidden !important;
	}

	.sx-site-header.sx-site-header .sx-user-disc {
		width: 31px !important;
		height: 31px !important;
		font-size: 12px !important;
	}

	.sx-site-header.sx-site-header .sx-user-copy {
		min-width: 0 !important;
		gap: 3px !important;
	}

	.sx-site-header.sx-site-header .sx-user-name {
		max-width: 100% !important;
		font-size: 8px !important;
		line-height: 1 !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	.sx-site-header.sx-site-header .sx-user-meta {
		max-width: 100% !important;
		gap: 2px !important;
		font-size: 7px !important;
		line-height: 1 !important;
		overflow: hidden !important;
		white-space: nowrap !important;
	}

	.sx-site-header.sx-site-header .sx-online i {
		width: 4px !important;
		height: 4px !important;
	}

	.sx-site-header.sx-site-header .sx-desktop-nav {
		grid-area: nav !important;
		justify-self: center !important;
		width: 108px !important;
		max-width: 108px !important;
		display: flex !important;
		justify-content: center !important;
		overflow: visible !important;
	}

	.sx-site-header.sx-site-header .sx-desktop-nav__frame {
		width: 108px !important;
		max-width: 108px !important;
		display: flex !important;
		justify-content: center !important;
		gap: 4px !important;
		padding: 2px !important;
	}

	.sx-site-header.sx-site-header .sx-desktop-nav__home,
	.sx-site-header.sx-site-header .sx-desktop-nav__toggle {
		width: 50px !important;
		min-width: 0 !important;
		height: 28px !important;
		min-height: 28px !important;
		padding: 0 4px !important;
		font-size: 10.5px !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}

	.sx-site-header.sx-site-header .sx-desktop-nav__toggle {
		gap: 2px !important;
	}

	.sx-site-header.sx-site-header .sx-desktop-nav__toggle svg {
		width: 8px !important;
		height: 8px !important;
	}

	.sx-site-header.sx-site-header .sx-logo-link {
		grid-area: logo !important;
		justify-self: end !important;
		width: 118px !important;
		max-width: 118px !important;
		height: 42px !important;
		min-height: 0 !important;
		display: grid !important;
		grid-template-columns: 39px minmax(0, 1fr) !important;
		align-items: center !important;
		gap: 4px !important;
		overflow: hidden !important;
	}

	.sx-site-header.sx-site-header .sx-infinity-mark,
	.sx-site-header.sx-site-header .sx-infinity-mark img {
		width: 39px !important;
		height: auto !important;
		max-width: 39px !important;
	}

	.sx-site-header.sx-site-header .sx-logo-type {
		min-width: 0 !important;
		gap: 2px !important;
		overflow: hidden !important;
	}

	.sx-site-header.sx-site-header .sx-logo-infinity {
		font-size: 14px !important;
		letter-spacing: 2.5px !important;
		white-space: nowrap !important;
	}

	.sx-site-header.sx-site-header .sx-logo-markets {
		font-size: 8.5px !important;
		letter-spacing: 2.2px !important;
		white-space: nowrap !important;
	}

	.sx-site-header.sx-site-header .sx-desktop-menu {
		position: fixed !important;
		top: 68px !important;
		right: auto !important;
		left: 50% !important;
		width: min(208px, calc(100vw - 48px)) !important;
		max-width: calc(100vw - 48px) !important;
	}
}

@media (max-width: 360px) {
	.sx-site-header.sx-site-header .sx-header {
		grid-template-columns: 72px 104px 108px !important;
		padding-inline: 5px !important;
	}

	.sx-site-header.sx-site-header .sx-user-pill {
		width: 72px !important;
		grid-template-columns: 29px minmax(0, 1fr) !important;
	}

	.sx-site-header.sx-site-header .sx-user-disc {
		width: 28px !important;
		height: 28px !important;
		font-size: 11.5px !important;
	}

	.sx-site-header.sx-site-header .sx-user-name {
		font-size: 7.4px !important;
	}

	.sx-site-header.sx-site-header .sx-user-meta {
		font-size: 6.4px !important;
	}

	.sx-site-header.sx-site-header .sx-desktop-nav,
	.sx-site-header.sx-site-header .sx-desktop-nav__frame {
		width: 104px !important;
		max-width: 104px !important;
	}

	.sx-site-header.sx-site-header .sx-desktop-nav__home,
	.sx-site-header.sx-site-header .sx-desktop-nav__toggle {
		width: 48px !important;
		font-size: 9.8px !important;
	}

	.sx-site-header.sx-site-header .sx-logo-link {
		width: 108px !important;
		max-width: 108px !important;
		grid-template-columns: 36px minmax(0, 1fr) !important;
	}

	.sx-site-header.sx-site-header .sx-infinity-mark,
	.sx-site-header.sx-site-header .sx-infinity-mark img {
		width: 36px !important;
		max-width: 36px !important;
	}

	.sx-site-header.sx-site-header .sx-logo-infinity {
		font-size: 13px !important;
		letter-spacing: 2.1px !important;
	}

	.sx-site-header.sx-site-header .sx-logo-markets {
		font-size: 8px !important;
		letter-spacing: 1.9px !important;
	}
}

/* SimonX homepage legacy decorative background removal v1.0.2 */
body.home.imsx-site::before,
body.home.imsx-site::after {
	display: none !important;
	background: none !important;
	background-image: none !important;
}

html,
body {
	overflow-x: clip !important;
}

body.imsx-mobile-desktop-mode,
body.imsx-mobile-desktop-mode.imsx-site {
	min-width: 1280px !important;
	overflow-x: auto !important;
	overscroll-behavior-y: none;
	overscroll-behavior-x: auto;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

html:has(body.imsx-mobile-desktop-mode),
html:has(body.imsx-mobile-desktop-mode) body {
	overflow-x: auto !important;
	overscroll-behavior-y: none;
}
