/*! VegasX Features — compare, FAQ, forums, lottery */

/* =========================================================
   Features shell
   ========================================================= */
.vx-features {
	position: relative;
	padding: clamp(32px, 5vw, 56px) 0 clamp(64px, 8vw, 96px);
}
.vx-features::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 50% at 15% 0%, rgba(255, 0, 128, .1), transparent 55%),
		radial-gradient(ellipse 60% 45% at 85% 10%, rgba(0, 229, 255, .08), transparent 50%);
	pointer-events: none;
}
.vx-features > .vx-container { position: relative; z-index: 1; }

.vx-features-hero {
	text-align: center;
	max-width: 720px;
	margin: 0 auto clamp(40px, 6vw, 64px);
}
.vx-features-hero--compact { margin-bottom: clamp(28px, 4vw, 40px); }
.vx-features-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	font-family: var(--vx-font-head);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #ff9fd0;
}
.vx-features-hero__pulse {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--vx-c-primary);
	box-shadow: 0 0 12px rgba(255, 0, 128, .65);
}
.vx-features-hero__title {
	margin: 0 0 12px;
	font-family: var(--vx-font-head);
	font-size: clamp(1.75rem, 4vw, 2.6rem);
	font-weight: 800;
	line-height: 1.15;
	color: #fff;
}
.vx-features-hero__text {
	margin: 0;
	font-size: clamp(.92rem, 1.4vw, 1.02rem);
	line-height: 1.65;
	color: rgba(233, 236, 255, .58);
}

.vx-features-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: clamp(20px, 3vw, 28px);
}
.vx-features-nav__link {
	display: inline-flex;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .04);
	font-size: .72rem;
	font-weight: 700;
	color: rgba(233, 236, 255, .72);
	text-decoration: none;
	transition: color var(--vx-transition), border-color var(--vx-transition), background var(--vx-transition), box-shadow var(--vx-transition);
}
.vx-features-nav__link:hover {
	color: #fff;
	border-color: rgba(255, 0, 128, .35);
	background: rgba(255, 0, 128, .1);
	box-shadow: 0 0 16px rgba(255, 0, 128, .15);
}

.vx-features-block {
	margin-bottom: clamp(48px, 7vw, 80px);
	padding: clamp(24px, 3.5vw, 36px);
	border-radius: var(--vx-radius-xl);
	border: 1px solid rgba(255, 255, 255, .08);
	background:
		linear-gradient(160deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .01)),
		rgba(10, 12, 28, .72);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	scroll-margin-top: calc(var(--vx-header-h, 72px) + 16px);
}
.vx-feat-head { margin-bottom: clamp(20px, 3vw, 28px); }
.vx-feat-head__kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px;
	font-size: .66rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--vx-c-secondary);
}
.vx-feat-head__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--vx-c-secondary);
	box-shadow: 0 0 10px rgba(0, 229, 255, .5);
}
.vx-feat-head__title {
	margin: 0 0 8px;
	font-family: var(--vx-font-head);
	font-size: clamp(1.2rem, 2.2vw, 1.55rem);
	font-weight: 800;
	color: #fff;
}
.vx-feat-head__text {
	margin: 0;
	max-width: 640px;
	font-size: .88rem;
	line-height: 1.6;
	color: rgba(233, 236, 255, .52);
}

/* Menu badges */
.vx-menu__badge {
	display: inline-flex;
	margin-left: 6px;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .06em;
	vertical-align: middle;
}
.vx-menu__badge--new {
	background: rgba(182, 255, 0, .15);
	color: var(--vx-c-tertiary);
	border: 1px solid rgba(182, 255, 0, .35);
}

/* =========================================================
   Bento grid (numbered grids)
   ========================================================= */
.vx-bento--feature {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}
.vx-bento__item {
	position: relative;
	display: grid;
	gap: 12px;
	padding: clamp(16px, 2vw, 20px);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, .08);
	background: rgba(255, 255, 255, .03);
	transition: border-color var(--vx-transition), box-shadow var(--vx-transition);
}
.vx-bento__item:hover {
	border-color: rgba(0, 229, 255, .25);
	box-shadow: 0 0 24px rgba(0, 229, 255, .1);
}
.vx-bento__item--1 {
	grid-column: span 2;
	grid-row: span 2;
	border-color: rgba(255, 214, 10, .22);
	background:
		linear-gradient(155deg, rgba(255, 214, 10, .08), rgba(255, 0, 128, .05)),
		rgba(255, 255, 255, .04);
}
.vx-bento__index {
	position: absolute;
	top: 12px;
	right: 14px;
	font-family: var(--vx-font-head);
	font-size: .72rem;
	font-weight: 800;
	color: rgba(233, 236, 255, .35);
}
.vx-bento__pick {
	display: inline-flex;
	width: fit-content;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(255, 214, 10, .12);
	border: 1px solid rgba(255, 214, 10, .28);
	font-size: .62rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #ffd60a;
}
.vx-bento__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 14px;
	background: rgba(0, 0, 0, .35);
	border: 1px solid rgba(255, 255, 255, .1);
	overflow: hidden;
}
.vx-bento__item--1 .vx-bento__logo { width: 80px; height: 80px; }
.vx-bento__logo img { width: 100%; height: 100%; object-fit: contain; }
.vx-bento__logo-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-weight: 800;
	background: var(--vx-grad-accent);
	color: #fff;
}
.vx-bento__title {
	margin: 0;
	font-size: .95rem;
	font-weight: 700;
}
.vx-bento__title a { color: #fff; text-decoration: none; }
.vx-bento__title a:hover { color: var(--vx-c-secondary); }
.vx-bento__excl {
	display: inline-block;
	margin-left: 6px;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: .58rem;
	background: rgba(255, 138, 0, .15);
	color: #ffb347;
}
.vx-bento__rating {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: .82rem;
}
.vx-bento__meta {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	font-size: .72rem;
	color: rgba(233, 236, 255, .5);
}
.vx-bento__bonus {
	margin: 0;
	font-size: .84rem;
	color: rgba(233, 236, 255, .72);
}
.vx-bento__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.vx-bento__review {
	font-size: .78rem;
	color: rgba(233, 236, 255, .55);
	text-decoration: none;
}
.vx-bento__review:hover { color: var(--vx-c-secondary); }

/* =========================================================
   Compact list
   ========================================================= */
.vx-cas-list-stack {
	display: grid;
	gap: 10px;
}
.vx-cas-list {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, .07);
	background: rgba(255, 255, 255, .025);
	transition: background var(--vx-transition), border-color var(--vx-transition);
}
.vx-cas-list:hover {
	background: rgba(255, 255, 255, .05);
	border-color: rgba(255, 0, 128, .18);
}
.vx-cas-list__logo {
	display: flex;
	width: 52px;
	height: 52px;
	border-radius: 12px;
	overflow: hidden;
	background: rgba(0, 0, 0, .3);
	border: 1px solid rgba(255, 255, 255, .08);
}
.vx-cas-list__logo img { width: 100%; height: 100%; object-fit: contain; }
.vx-cas-list__logo-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-weight: 800;
	background: var(--vx-grad-accent);
	color: #fff;
}
.vx-cas-list__title {
	margin: 0 0 4px;
	font-size: .92rem;
	font-weight: 700;
}
.vx-cas-list__title a { color: #fff; text-decoration: none; }
.vx-cas-list__excerpt {
	margin: 0 0 4px;
	font-size: .78rem;
	color: rgba(233, 236, 255, .48);
	line-height: 1.4;
}
.vx-cas-list__bonus {
	margin: 0;
	font-size: .8rem;
	font-weight: 600;
	color: var(--vx-c-secondary);
}
.vx-cas-list__meta {
	display: grid;
	gap: 8px;
	justify-items: end;
	text-align: right;
}
.vx-cas-list__rating {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: .78rem;
}
.vx-cas-list__legal {
	font-size: .62rem;
	color: rgba(233, 236, 255, .35);
}

/* =========================================================
   Grid cards
   ========================================================= */
.vx-cas-grid-wrap {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}
.vx-cas-grid {
	position: relative;
	display: grid;
	gap: 10px;
	padding: 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, .08);
	background: rgba(255, 255, 255, .03);
	text-align: center;
	transition: border-color var(--vx-transition), transform var(--vx-transition);
}
.vx-cas-grid:hover {
	border-color: rgba(0, 229, 255, .22);
	transform: translateY(-3px);
}
.vx-cas-grid__rank {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 24px;
	height: 24px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 0, 128, .15);
	border: 1px solid rgba(255, 0, 128, .3);
	font-size: .68rem;
	font-weight: 800;
	color: #ff9fd0;
}
.vx-cas-grid__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin: 0 auto;
	border-radius: 12px;
	background: rgba(0, 0, 0, .35);
	border: 1px solid rgba(255, 255, 255, .08);
	overflow: hidden;
}
.vx-cas-grid__logo img { width: 100%; height: 100%; object-fit: contain; }
.vx-cas-grid__logo-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-weight: 800;
	background: var(--vx-grad-accent);
	color: #fff;
}
.vx-cas-grid__title {
	margin: 0;
	font-size: .88rem;
	font-weight: 700;
}
.vx-cas-grid__title a { color: #fff; text-decoration: none; }
.vx-cas-grid__rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: .76rem;
}
.vx-cas-grid__bonus {
	margin: 0;
	font-size: .78rem;
	color: rgba(233, 236, 255, .58);
}
.vx-cas-grid__actions { display: grid; gap: 6px; }
.vx-cas-grid__review {
	font-size: .72rem;
	color: rgba(233, 236, 255, .5);
	text-decoration: none;
}
.vx-cas-grid__legal {
	font-size: .58rem;
	color: rgba(233, 236, 255, .32);
}

/* =========================================================
   Table view
   ========================================================= */
.vx-cas-table {
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, .08);
	overflow: hidden;
}
.vx-cas-table__head,
.vx-cas-table__row {
	display: grid;
	grid-template-columns: 40px minmax(0, 1.4fr) 80px 100px minmax(0, 1fr) 110px;
	gap: 12px;
	align-items: center;
	padding: 12px 16px;
}
.vx-cas-table__head {
	background: rgba(255, 255, 255, .04);
	font-size: .66rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: rgba(233, 236, 255, .45);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.vx-cas-table__row {
	border-bottom: 1px solid rgba(255, 255, 255, .05);
	transition: background var(--vx-transition);
}
.vx-cas-table__row:last-child { border-bottom: 0; }
.vx-cas-table__row:hover { background: rgba(255, 255, 255, .04); }
.vx-cas-table__rank {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: rgba(255, 0, 128, .12);
	font-weight: 800;
	font-size: .78rem;
	color: #ff9fd0;
}
.vx-cas-table__brand {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: .88rem;
}
.vx-cas-table__logo {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	overflow: hidden;
	background: rgba(0, 0, 0, .3);
	flex-shrink: 0;
}
.vx-cas-table__logo img { width: 100%; height: 100%; object-fit: contain; }
.vx-cas-table__logo-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-size: .72rem;
	font-weight: 800;
	background: var(--vx-grad-accent);
	color: #fff;
}
.vx-cas-table__cell--rating {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: .82rem;
}
.vx-cas-table__cell--bonus {
	font-size: .78rem;
	color: rgba(233, 236, 255, .62);
}

/* =========================================================
   Top picks (showcase hero + tiles)
   ========================================================= */
.vx-sc-picks {
	display: grid;
	grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
}
.vx-sc-hero {
	position: relative;
	grid-row: span 2;
	padding: clamp(20px, 3vw, 28px);
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 214, 10, .25);
	background:
		linear-gradient(155deg, rgba(255, 214, 10, .1), rgba(255, 0, 128, .06)),
		rgba(8, 10, 26, .9);
}
.vx-sc-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.vx-sc-hero__watermark {
	position: absolute;
	right: -10px;
	bottom: -20px;
	font-family: var(--vx-font-head);
	font-size: clamp(5rem, 12vw, 8rem);
	font-weight: 900;
	color: rgba(255, 255, 255, .04);
	line-height: 1;
}
.vx-sc-hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(40px);
	opacity: .35;
}
.vx-sc-hero__glow--gold { width: 180px; height: 180px; top: -40px; left: -20px; background: #ffd60a; }
.vx-sc-hero__glow--pink { width: 140px; height: 140px; bottom: -30px; right: -10px; background: var(--vx-c-primary); }
.vx-sc-hero__top {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
}
.vx-sc-hero__crown { color: #ffd60a; }
.vx-sc-hero__kicker {
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: rgba(233, 236, 255, .55);
}
.vx-sc-hero__tag {
	padding: 3px 8px;
	border-radius: 4px;
	font-size: .6rem;
	font-weight: 800;
	background: rgba(255, 138, 0, .15);
	color: #ffb347;
}
.vx-sc-hero__body { position: relative; display: grid; gap: 20px; }
.vx-sc-hero__brand { display: flex; gap: 16px; align-items: flex-start; }
.vx-sc-hero__logo {
	display: flex;
	width: 72px;
	height: 72px;
	border-radius: 16px;
	background: rgba(0, 0, 0, .4);
	border: 1px solid rgba(255, 255, 255, .12);
	overflow: hidden;
	flex-shrink: 0;
}
.vx-sc-hero__logo img { width: 100%; height: 100%; object-fit: contain; }
.vx-sc-hero__logo-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-weight: 800;
	background: var(--vx-grad-accent);
	color: #fff;
}
.vx-sc-hero__title {
	margin: 0 0 8px;
	font-size: 1.25rem;
	font-weight: 800;
}
.vx-sc-hero__title a { color: #fff; text-decoration: none; }
.vx-sc-hero__rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: .82rem;
}
.vx-sc-hero__meta {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	font-size: .72rem;
	color: rgba(233, 236, 255, .5);
}
.vx-sc-hero__offer-label {
	font-size: .66rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--vx-c-secondary);
}
.vx-sc-hero__offer-text {
	margin: 6px 0 12px;
	font-size: 1.05rem;
	font-weight: 700;
	color: #ffd60a;
}
.vx-sc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}
.vx-sc-hero__review {
	font-size: .82rem;
	color: rgba(233, 236, 255, .6);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.vx-sc-hero__review:hover { color: var(--vx-c-secondary); }

.vx-sc-tile {
	position: relative;
	display: grid;
	gap: 8px;
	padding: 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, .08);
	background: rgba(255, 255, 255, .03);
	text-align: center;
	transition: border-color var(--vx-transition);
}
.vx-sc-tile:hover { border-color: rgba(0, 229, 255, .22); }
.vx-sc-tile__rank {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: .72rem;
	font-weight: 800;
	color: rgba(233, 236, 255, .35);
}
.vx-sc-tile__logo {
	display: flex;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	background: rgba(0, 0, 0, .35);
}
.vx-sc-tile__logo img { width: 100%; height: 100%; object-fit: contain; }
.vx-sc-tile__logo-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-weight: 800;
	background: var(--vx-grad-accent);
	color: #fff;
}
.vx-sc-tile__title {
	margin: 0;
	font-size: .84rem;
	font-weight: 700;
}
.vx-sc-tile__title a { color: #fff; text-decoration: none; }
.vx-sc-tile__excl {
	display: block;
	margin-top: 4px;
	font-size: .58rem;
	color: #ffb347;
}
.vx-sc-tile__rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: .74rem;
}
.vx-sc-tile__bonus {
	margin: 0;
	font-size: .76rem;
	color: rgba(233, 236, 255, .55);
}
.vx-sc-tile__actions { display: grid; gap: 6px; }
.vx-sc-tile__review {
	font-size: .72rem;
	color: rgba(233, 236, 255, .48);
	text-decoration: none;
}

/* =========================================================
   Board cards
   ========================================================= */
.vx-cas-board-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}
.vx-cas-board {
	display: grid;
	grid-template-rows: auto 1fr;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(8, 10, 26, .85);
	transition: border-color var(--vx-transition), box-shadow var(--vx-transition);
}
.vx-cas-board:hover {
	border-color: rgba(255, 0, 128, .28);
	box-shadow: 0 16px 48px rgba(255, 0, 128, .12);
}
.vx-cas-board__visual {
	position: relative;
	min-height: 140px;
	background:
		linear-gradient(160deg, rgba(91, 45, 142, .35), rgba(8, 10, 26, .9)),
		var(--vx-board-bg, none) center/cover no-repeat;
}
.vx-cas-board__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 20%, rgba(8, 10, 26, .85) 100%);
}
.vx-cas-board__logo {
	position: absolute;
	left: 16px;
	bottom: -24px;
	display: flex;
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: rgba(8, 10, 26, .95);
	border: 2px solid rgba(255, 255, 255, .12);
	overflow: hidden;
	z-index: 1;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .4);
}
.vx-cas-board__logo img { width: 100%; height: 100%; object-fit: contain; }
.vx-cas-board__logo-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-weight: 800;
	background: var(--vx-grad-accent);
	color: #fff;
}
.vx-cas-board__body {
	padding: 36px 16px 16px;
	display: grid;
	gap: 8px;
}
.vx-cas-board__title {
	margin: 0;
	font-size: .95rem;
	font-weight: 800;
}
.vx-cas-board__title a { color: #fff; text-decoration: none; }
.vx-cas-board__rating {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: .78rem;
}
.vx-cas-board__bonus {
	margin: 0;
	font-size: .82rem;
	color: var(--vx-c-secondary);
}
.vx-cas-board__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 4px;
}
.vx-cas-board__review {
	font-size: .78rem;
	color: rgba(233, 236, 255, .55);
	text-decoration: none;
}
.vx-cas-board__legal {
	margin: 0;
	font-size: .62rem;
	color: rgba(233, 236, 255, .32);
}

/* =========================================================
   Compare
   ========================================================= */
.vx-compare {
	border-radius: var(--vx-radius-xl);
	border: 1px solid rgba(255, 255, 255, .1);
	overflow: hidden;
	background: rgba(10, 12, 28, .75);
}
.vx-compare__head,
.vx-compare__row {
	display: grid;
	grid-template-columns: minmax(120px, 0.9fr) repeat(var(--vx-compare-cols, 3), minmax(0, 1fr));
	gap: 12px;
	padding: 16px 20px;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.vx-compare__head {
	background: rgba(255, 255, 255, .04);
}
.vx-compare__label {
	font-size: .72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: rgba(233, 236, 255, .45);
}
.vx-compare__brand {
	display: grid;
	gap: 8px;
	justify-items: center;
	text-align: center;
}
.vx-compare__brand img,
.vx-compare__logo-fallback {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	object-fit: contain;
}
.vx-compare__logo-fallback {
	display: grid;
	place-items: center;
	font-weight: 800;
	background: var(--vx-grad-accent);
	color: #fff;
}
.vx-compare__cell {
	font-size: .84rem;
	color: rgba(233, 236, 255, .78);
}
.vx-compare__cell .vx-stars { margin-right: 6px; }
.vx-compare__row--actions .vx-compare__cell { display: grid; gap: 8px; }
.vx-compare__review {
	font-size: .76rem;
	color: rgba(233, 236, 255, .5);
	text-decoration: none;
	text-align: center;
}
.vx-compare__review:hover { color: var(--vx-c-secondary); }

.vx-compare-cards {
	display: none;
}

/* Phones → iPad Air: one card per casino */
@media (max-width: 820px) {
	.vx-features--compare .vx-container {
		padding-inline: clamp(12px, 3vw, 20px);
	}
	.vx-compare {
		display: none;
	}
	.vx-compare-cards {
		display: grid;
		gap: 12px;
		grid-template-columns: 1fr;
	}
	.vx-compare-card {
		border-radius: 18px;
		border: 1px solid rgba(255, 255, 255, .1);
		background:
			linear-gradient(180deg, rgba(255, 255, 255, .04), transparent 28%),
			rgba(10, 12, 28, .88);
		overflow: hidden;
	}
	.vx-compare-card__head {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 14px 16px;
		border-bottom: 1px solid rgba(255, 255, 255, .07);
	}
	.vx-compare-card__head img,
	.vx-compare-card__head .vx-compare__logo-fallback {
		width: 44px;
		height: 44px;
		border-radius: 12px;
		object-fit: contain;
		flex-shrink: 0;
	}
	.vx-compare-card__title {
		margin: 0;
		font-family: var(--vx-font-head);
		font-size: 1.05rem;
		font-weight: 800;
		color: #fff;
		line-height: 1.2;
	}
	.vx-compare-card__list {
		margin: 0;
		padding: 0;
	}
	.vx-compare-card__row {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 16px;
		margin: 0;
		padding: 11px 16px;
		border-bottom: 1px solid rgba(255, 255, 255, .06);
	}
	.vx-compare-card__row dt {
		flex: 0 1 38%;
		margin: 0;
		font-size: .62rem;
		font-weight: 800;
		letter-spacing: .1em;
		text-transform: uppercase;
		color: rgba(233, 236, 255, .42);
		line-height: 1.35;
		padding-top: 3px;
	}
	.vx-compare-card__row dd {
		flex: 1 1 auto;
		margin: 0;
		text-align: right;
		font-size: .88rem;
		font-weight: 600;
		line-height: 1.4;
		color: rgba(233, 236, 255, .92);
	}
	.vx-compare-card__row--rating dd {
		display: inline-flex;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: wrap;
		gap: 6px;
	}
	.vx-compare-card__actions {
		display: grid;
		gap: 8px;
		padding: 14px 16px 16px;
	}
	.vx-compare-card__actions .vx-btn {
		width: 100%;
		justify-content: center;
	}
	.vx-compare-card__review {
		text-align: center;
		font-size: .8rem;
		font-weight: 600;
		color: rgba(233, 236, 255, .5);
		text-decoration: none;
	}
	.vx-compare-card__review:hover {
		color: var(--vx-c-secondary);
	}
}
@media (min-width: 600px) and (max-width: 820px) {
	.vx-compare-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: start;
	}
}

/* Casino Compare — kill empty strip under footer (iPad Pro short page) */
.vx-compare-page .vx-site__content {
	min-height: 0;
}
.vx-compare-page .vx-features--compare {
	padding-bottom: clamp(24px, 3.5vw, 40px);
}
.vx-compare-page .vx-footer {
	margin-top: clamp(20px, 3vw, 40px);
}
.vx-compare-page #page.vx-site {
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
}
.vx-compare-page .vx-site__content {
	flex: 1 0 auto;
}
.vx-compare-page.admin-bar #page.vx-site {
	min-height: calc(100dvh - 32px);
}
@media screen and (max-width: 782px) {
	.vx-compare-page.admin-bar #page.vx-site {
		min-height: calc(100dvh - 46px);
	}
}

/* =========================================================
   FAQ — help center
   ========================================================= */
.vx-faq-page {
	padding-bottom: clamp(8px, 1.5vw, 16px);
	overflow-x: clip;
	width: 100%;
	max-width: 100%;
}

.vx-faq-hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: clamp(36px, 5vw, 64px) 0 clamp(40px, 5vw, 60px);
	background: linear-gradient(180deg, rgba(8, 10, 28, .98), rgba(5, 6, 18, .35));
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.vx-faq-hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.vx-faq-hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(110px);
}

.vx-faq-hero__glow--pink {
	width: 460px;
	height: 460px;
	top: -140px;
	left: 50%;
	transform: translateX(-70%);
	background: var(--vx-c-primary);
	opacity: .22;
}

.vx-faq-hero__glow--cyan {
	width: 400px;
	height: 400px;
	top: -60px;
	right: -80px;
	background: var(--vx-c-secondary);
	opacity: .16;
}

.vx-faq-hero__grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: radial-gradient(ellipse 70% 65% at 50% 20%, #000 18%, transparent 72%);
}

.vx-faq-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin-inline: auto;
}

.vx-faq-hero__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 14px;
	font-family: var(--vx-font-head);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255, 159, 208, .9);
}

.vx-faq-hero__pulse {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--vx-c-primary);
	box-shadow: 0 0 12px rgba(255, 0, 128, .55);
	animation: vx-pulse 2s ease-out infinite;
}

.vx-faq-hero__title {
	margin: 0 0 14px;
	font-family: var(--vx-font-head);
	font-size: clamp(2rem, 5vw, 3.1rem);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -.02em;
	color: #fff;
}

.vx-faq-hero__title span {
	background: linear-gradient(120deg, var(--vx-c-secondary), #ffe08a 50%, var(--vx-c-primary));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.vx-faq-hero__text {
	margin: 0 auto clamp(22px, 3vw, 30px);
	max-width: 48ch;
	font-size: clamp(.94rem, 1.5vw, 1.05rem);
	line-height: 1.65;
	color: rgba(233, 236, 255, .62);
}

.vx-faq-topics {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.vx-faq-topics__chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .04);
	color: rgba(233, 236, 255, .82);
	font-family: var(--vx-font-head);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-decoration: none;
	transition: border-color var(--vx-transition), background var(--vx-transition), color var(--vx-transition), box-shadow var(--vx-transition);
}

.vx-faq-topics__chip:hover {
	border-color: rgba(255, 0, 128, .4);
	background: rgba(255, 0, 128, .1);
	color: #fff;
	box-shadow: 0 0 20px rgba(255, 0, 128, .12);
}

.vx-faq-topics__ico {
	display: inline-flex;
	color: var(--vx-c-secondary);
}

.vx-faq-body {
	padding: clamp(36px, 5vw, 56px) 0 0;
}

.vx-faq-group {
	margin-bottom: clamp(36px, 5vw, 52px);
	scroll-margin-top: 96px;
}

.vx-faq-group__head {
	margin-bottom: 18px;
}

.vx-faq-group__kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px;
	font-family: var(--vx-font-head);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(0, 229, 255, .85);
}

.vx-faq-group__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--vx-c-secondary);
	box-shadow: 0 0 10px rgba(0, 229, 255, .5);
}

.vx-faq-group__title {
	margin: 0;
	font-family: var(--vx-font-head);
	font-size: clamp(1.35rem, 2.6vw, 1.7rem);
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

.vx-faq-qa {
	display: grid;
	gap: 12px;
	width: 100%;
}

.vx-faq-qa__item {
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, .09);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .015)),
		rgba(10, 12, 30, .88);
	overflow: hidden;
	transition: border-color var(--vx-transition), box-shadow var(--vx-transition), background var(--vx-transition);
}

.vx-faq-qa__item:hover {
	border-color: rgba(255, 255, 255, .14);
}

.vx-faq-qa__item[open] {
	border-color: rgba(255, 0, 128, .35);
	background:
		linear-gradient(135deg, rgba(255, 0, 128, .08) 0%, transparent 55%),
		rgba(10, 12, 30, .94);
	box-shadow: 0 16px 40px rgba(0, 0, 0, .28), 0 0 28px rgba(255, 0, 128, .1);
}

.vx-faq-qa__q {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	padding: 18px 22px;
	cursor: pointer;
	list-style: none;
	user-select: none;
}

.vx-faq-qa__q::-webkit-details-marker { display: none; }

.vx-faq-qa__ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	color: var(--vx-c-secondary);
	background: rgba(0, 229, 255, .08);
	border: 1px solid rgba(0, 229, 255, .2);
	flex-shrink: 0;
	transition: color var(--vx-transition), background var(--vx-transition), border-color var(--vx-transition), box-shadow var(--vx-transition);
}

.vx-faq-qa__item[open] .vx-faq-qa__ico {
	color: #fff;
	background: var(--vx-c-primary);
	border-color: transparent;
	box-shadow: 0 0 18px rgba(255, 0, 128, .4);
}

.vx-faq-qa__label {
	font-family: var(--vx-font-head);
	font-size: clamp(.95rem, 1.8vw, 1.08rem);
	font-weight: 800;
	line-height: 1.3;
	color: #fff;
}

.vx-faq-qa__toggle {
	position: relative;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .1);
	flex-shrink: 0;
}

.vx-faq-qa__toggle::before,
.vx-faq-qa__toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(233, 236, 255, .7);
	transition: transform var(--vx-transition), background var(--vx-transition);
}

.vx-faq-qa__toggle::before {
	width: 12px;
	height: 2px;
	transform: translate(-50%, -50%);
}

.vx-faq-qa__toggle::after {
	width: 2px;
	height: 12px;
	transform: translate(-50%, -50%);
}

.vx-faq-qa__item[open] .vx-faq-qa__toggle {
	border-color: rgba(255, 0, 128, .4);
	background: rgba(255, 0, 128, .12);
}

.vx-faq-qa__item[open] .vx-faq-qa__toggle::before,
.vx-faq-qa__item[open] .vx-faq-qa__toggle::after {
	background: var(--vx-c-primary);
}

.vx-faq-qa__item[open] .vx-faq-qa__toggle::after {
	transform: translate(-50%, -50%) scaleY(0);
}

.vx-faq-qa__a {
	padding: 0 22px 20px 78px;
}

.vx-faq-qa__a p {
	margin: 0;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, .07);
	font-size: .9rem;
	line-height: 1.65;
	color: rgba(233, 236, 255, .6);
}

.vx-faq-cta {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto;
	gap: clamp(20px, 3vw, 36px);
	align-items: center;
	margin-top: clamp(8px, 2vw, 16px);
	padding: clamp(24px, 3.5vw, 36px);
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, .1);
	background:
		linear-gradient(135deg, rgba(255, 0, 128, .1) 0%, transparent 45%),
		linear-gradient(225deg, rgba(0, 229, 255, .08) 0%, transparent 40%),
		rgba(10, 12, 30, .92);
	box-shadow: 0 20px 48px rgba(0, 0, 0, .28);
}

.vx-faq-cta__kicker {
	margin: 0 0 8px;
	font-family: var(--vx-font-head);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255, 159, 208, .9);
}

.vx-faq-cta__title {
	margin: 0 0 10px;
	font-family: var(--vx-font-head);
	font-size: clamp(1.25rem, 2.4vw, 1.55rem);
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

.vx-faq-cta__text {
	margin: 0;
	max-width: 46ch;
	font-size: .9rem;
	line-height: 1.6;
	color: rgba(233, 236, 255, .58);
}

.vx-faq-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

@media (max-width: 800px) {
	.vx-faq-cta {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.vx-faq-cta__text {
		margin-inline: auto;
	}

	.vx-faq-cta__actions {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: stretch;
		gap: 10px;
		width: 100%;
	}

	.vx-faq-cta__actions .vx-btn {
		flex: 1 1 0;
		min-width: 0;
		justify-content: center;
		padding: 12px 14px;
		font-size: .88rem;
		white-space: nowrap;
	}
}

@media (max-width: 640px) {
	.vx-faq-qa__q {
		padding: 14px 14px;
		gap: 10px;
	}

	.vx-faq-qa__label {
		font-size: .92rem;
	}

	.vx-faq-qa__ico {
		width: 36px;
		height: 36px;
		border-radius: 10px;
	}

	.vx-faq-qa__a {
		padding: 0 14px 16px 14px;
	}

	.vx-faq-topics__chip {
		padding: 8px 12px;
		font-size: .72rem;
	}

	.vx-faq-cta__actions .vx-btn {
		padding: 11px 10px;
		font-size: .82rem;
	}

	.vx-faq-page {
		padding-bottom: 0;
	}
}

/* Pull footer closer under FAQ CTA */
.vx-site__content:has(.vx-faq-page) + .vx-footer {
	margin-top: clamp(20px, 3vw, 36px);
}

@media (max-width: 640px) {
	.vx-site__content:has(.vx-faq-page) + .vx-footer {
		margin-top: 40px;
	}
}

/* Legacy FAQ accordion (kept if used elsewhere) */
.vx-kb {
	display: grid;
	gap: 10px;
	max-width: 760px;
	margin: 0 auto;
}
.vx-kb__item {
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, .08);
	background: rgba(255, 255, 255, .03);
	overflow: hidden;
}
.vx-kb__item[open] {
	border-color: rgba(255, 0, 128, .22);
	box-shadow: 0 0 20px rgba(255, 0, 128, .08);
}
.vx-kb__q {
	padding: 16px 18px;
	font-weight: 700;
	font-size: .92rem;
	color: #fff;
	cursor: pointer;
	list-style: none;
}
.vx-kb__q::-webkit-details-marker { display: none; }
.vx-kb__a {
	padding: 0 18px 16px;
	font-size: .88rem;
	line-height: 1.6;
	color: rgba(233, 236, 255, .58);
}
.vx-kb__content { margin-top: 32px; max-width: 760px; margin-inline: auto; }

/* Placeholder pages */
.vx-feat-placeholder {
	text-align: center;
	padding: clamp(32px, 5vw, 48px);
	border-radius: var(--vx-radius-xl);
	border: 1px dashed rgba(255, 255, 255, .12);
	background: rgba(255, 255, 255, .02);
}
.vx-feat-placeholder__icon { font-size: 2.5rem; display: block; margin-bottom: 12px; }
.vx-feat-placeholder h2 { margin: 0 0 8px; color: #fff; }
.vx-feat-placeholder p { margin: 0; color: rgba(233, 236, 255, .52); }
.vx-feat-placeholder__note { margin-top: 16px !important; font-size: .82rem; }

.vx-btn--sm { padding: 8px 14px !important; font-size: .76rem !important; }

/* =========================================================
   Lottery — affiliate landing
   ========================================================= */
.vx-lottery-page {
	padding-bottom: clamp(24px, 4vw, 40px);
	overflow-x: clip;
	width: 100%;
	max-width: 100%;
}

.vx-lottery-hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: clamp(28px, 4.5vw, 52px) 0 clamp(36px, 5vw, 56px);
	background: linear-gradient(180deg, rgba(8, 10, 28, .98), rgba(5, 6, 18, .4));
	width: 100%;
	max-width: 100%;
}

.vx-lottery-hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.vx-lottery-hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(110px);
}

.vx-lottery-hero__glow--gold {
	width: 480px;
	height: 480px;
	top: -160px;
	left: -80px;
	background: var(--vx-c-tertiary);
	opacity: .18;
}

.vx-lottery-hero__glow--pink {
	width: 420px;
	height: 420px;
	top: -40px;
	right: -100px;
	background: var(--vx-c-primary);
	opacity: .22;
}

.vx-lottery-hero__grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: radial-gradient(ellipse 80% 70% at 40% 20%, #000 15%, transparent 75%);
}

.vx-lottery-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 380px);
	gap: clamp(28px, 4vw, 48px);
	align-items: center;
}

.vx-lottery-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	font-family: var(--vx-font-head);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #ffe08a;
}

.vx-lottery-hero__pulse {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--vx-c-tertiary);
	box-shadow: 0 0 12px rgba(182, 255, 0, .55);
	animation: vx-pulse 2s ease-out infinite;
}

.vx-lottery-hero__title {
	margin: 0 0 14px;
	font-family: var(--vx-font-head);
	font-size: clamp(2rem, 5vw, 3.2rem);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -.02em;
	color: #fff;
}

.vx-lottery-hero__title span {
	background: linear-gradient(120deg, var(--vx-c-tertiary), #ffe08a 55%, var(--vx-c-primary));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.vx-lottery-hero__text {
	margin: 0 0 clamp(20px, 3vw, 28px);
	max-width: 52ch;
	font-size: clamp(.94rem, 1.5vw, 1.05rem);
	line-height: 1.65;
	color: rgba(233, 236, 255, .62);
}

.vx-lottery-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: clamp(18px, 2.5vw, 24px);
}

.vx-lottery-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vx-lottery-hero__trust li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: .76rem;
	font-weight: 600;
	color: rgba(233, 236, 255, .55);
}

.vx-lottery-hero__trust svg {
	color: var(--vx-c-tertiary);
	flex-shrink: 0;
}

.vx-lottery-jackpot {
	position: relative;
	padding: clamp(22px, 3vw, 28px);
	border-radius: 22px;
	border: 1px solid rgba(182, 255, 0, .22);
	background:
		linear-gradient(165deg, rgba(182, 255, 0, .08) 0%, transparent 40%),
		linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015)),
		rgba(10, 12, 30, .96);
	box-shadow:
		0 28px 64px rgba(0, 0, 0, .4),
		0 0 40px rgba(182, 255, 0, .08),
		inset 0 1px 0 rgba(255, 255, 255, .07);
	overflow: hidden;
}

.vx-lottery-jackpot::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--vx-c-tertiary), rgba(255, 0, 128, .6), transparent);
}

.vx-lottery-jackpot__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.vx-lottery-jackpot__label {
	font-family: var(--vx-font-head);
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: rgba(233, 236, 255, .5);
}

.vx-lottery-jackpot__live {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #9ef5c8;
	background: rgba(142, 245, 200, .08);
	border: 1px solid rgba(142, 245, 200, .22);
}

.vx-lottery-jackpot__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #8ef5c8;
	box-shadow: 0 0 10px rgba(142, 245, 200, .7);
	animation: vx-pulse 2s ease-out infinite;
}

.vx-lottery-jackpot__value {
	font-family: var(--vx-font-head);
	font-size: clamp(2rem, 5vw, 2.75rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.02em;
	color: var(--vx-c-tertiary);
	text-shadow: 0 0 28px rgba(182, 255, 0, .25);
	margin-bottom: 8px;
}

.vx-lottery-jackpot__sub {
	margin: 0 0 18px;
	font-size: .76rem;
	color: rgba(233, 236, 255, .48);
}

.vx-lottery-jackpot__cta {
	display: grid;
	gap: 10px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.vx-lottery-jackpot__cta .vx-btn {
	min-height: 50px;
	border-radius: 14px;
	font-weight: 800;
	letter-spacing: .01em;
}

.vx-lottery-jackpot__legal {
	margin: 0;
	font-size: .68rem;
	line-height: 1.5;
	color: rgba(233, 236, 255, .42);
	text-align: center;
}

/* Sections */
.vx-lottery-section {
	padding: clamp(36px, 5vw, 64px) 0 0;
}

.vx-lottery-section__head {
	margin-bottom: clamp(22px, 3vw, 32px);
	max-width: 640px;
}

.vx-lottery-section__head--center {
	margin-inline: auto;
	text-align: center;
}

.vx-lottery-section__kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px;
	font-size: .66rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--vx-c-secondary);
}

.vx-lottery-section__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--vx-c-secondary);
	box-shadow: 0 0 10px rgba(0, 229, 255, .5);
}

.vx-lottery-section__title {
	margin: 0 0 8px;
	font-family: var(--vx-font-head);
	font-size: clamp(1.35rem, 2.8vw, 1.85rem);
	font-weight: 800;
	color: #fff;
}

.vx-lottery-section__dek {
	margin: 0;
	font-size: .92rem;
	line-height: 1.6;
	color: rgba(233, 236, 255, .55);
}

/* Draw cards */
.vx-lottery-draws {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 20px);
}

.vx-lottery-draw {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: clamp(18px, 2.4vw, 24px);
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, .09);
	background:
		linear-gradient(165deg, rgba(255, 255, 255, .04), transparent 50%),
		rgba(10, 12, 30, .9);
	box-shadow: 0 16px 40px rgba(0, 0, 0, .22);
	overflow: hidden;
	transition: border-color var(--vx-transition), transform var(--vx-transition);
}

.vx-lottery-draw:hover {
	border-color: rgba(255, 255, 255, .16);
	transform: translateY(-2px);
}

.vx-lottery-draw--featured {
	border-color: rgba(182, 255, 0, .28);
	background:
		linear-gradient(165deg, rgba(182, 255, 0, .08), transparent 48%),
		rgba(10, 12, 30, .94);
	box-shadow: 0 20px 48px rgba(0, 0, 0, .28), 0 0 32px rgba(182, 255, 0, .08);
}

.vx-lottery-draw__ribbon {
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 4px 10px;
	border-radius: 999px;
	font-family: var(--vx-font-head);
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #041018;
	background: var(--vx-c-tertiary);
}

.vx-lottery-draw__head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.vx-lottery-draw__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .28);
}

.vx-lottery-draw__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 6px;
	box-sizing: border-box;
}

.vx-lottery-draw--featured .vx-lottery-draw__logo {
	border-color: rgba(182, 255, 0, .45);
	box-shadow: 0 8px 22px rgba(0, 0, 0, .3), 0 0 16px rgba(182, 255, 0, .14);
}

.vx-lottery-draw__flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-family: var(--vx-font-head);
	font-size: .72rem;
	font-weight: 900;
	color: #111;
	background: #fff;
}

.vx-lottery-draw__name {
	margin: 0 0 2px;
	font-family: var(--vx-font-head);
	font-size: 1.05rem;
	font-weight: 800;
	color: #fff;
}

.vx-lottery-draw__name a {
	color: inherit;
	text-decoration: none;
	transition: color var(--vx-transition);
}

.vx-lottery-draw__name a:hover,
.vx-lottery-draw__name a:focus {
	color: var(--vx-c-secondary);
}

.vx-lottery-draw__next {
	margin: 0;
	font-size: .72rem;
	font-weight: 600;
	color: rgba(233, 236, 255, .48);
}

.vx-lottery-draw__jackpot {
	margin: 0;
	display: inline-block;
	font-family: var(--vx-font-head);
	font-size: clamp(1.45rem, 2.8vw, 1.75rem);
	font-weight: 600;
	line-height: 1;
	letter-spacing: -.02em;
	color: var(--vx-c-tertiary);
	text-decoration: none;
	text-shadow: 0 0 18px rgba(182, 255, 0, .16);
	transition: opacity var(--vx-transition);
}

a.vx-lottery-draw__jackpot:hover,
a.vx-lottery-draw__jackpot:focus {
	opacity: .85;
}

.vx-lottery-draw__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-width: 0;
	width: 100%;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, .03);
	border: 1px solid rgba(255, 255, 255, .07);
}

.vx-lottery-draw--featured .vx-lottery-draw__meta {
	background: rgba(182, 255, 0, .05);
	border-color: rgba(182, 255, 0, .14);
}

.vx-lottery-draw--pink .vx-lottery-draw__jackpot {
	color: #ff9fd0;
	text-shadow: 0 0 22px rgba(255, 0, 128, .25);
}

.vx-lottery-draw--cyan .vx-lottery-draw__jackpot {
	color: #80f4ff;
	text-shadow: 0 0 22px rgba(0, 229, 255, .25);
}

.vx-lottery-draw__price {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
	padding: 6px 12px;
	border-radius: 10px;
	background: rgba(0, 0, 0, .28);
	border: 1px solid rgba(255, 255, 255, .08);
	line-height: 1.1;
	flex-shrink: 0;
}

.vx-lottery-draw__price-label {
	font-size: .58rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: rgba(233, 236, 255, .42);
}

.vx-lottery-draw__price-val {
	font-family: var(--vx-font-head);
	font-size: .95rem;
	font-weight: 600;
	color: #fff;
}

.vx-lottery-draw__foot {
	margin-top: auto;
	padding-top: 4px;
}

/* Offers */
.vx-lottery-offers {
	display: grid;
	gap: 14px;
}

.vx-lottery-offer {
	display: grid;
	grid-template-columns: auto minmax(0, 1.2fr) minmax(0, 1.4fr) auto minmax(140px, 180px);
	gap: clamp(14px, 2vw, 22px);
	align-items: center;
	padding: clamp(16px, 2.2vw, 22px);
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, .09);
	background: rgba(10, 12, 30, .88);
	box-shadow: 0 14px 36px rgba(0, 0, 0, .2);
}

.vx-lottery-offer--top {
	border-color: rgba(255, 0, 128, .28);
	background:
		linear-gradient(120deg, rgba(255, 0, 128, .07), transparent 45%),
		rgba(10, 12, 30, .92);
}

.vx-lottery-offer__rank {
	font-family: var(--vx-font-head);
	font-size: .82rem;
	font-weight: 900;
	color: rgba(233, 236, 255, .35);
}

.vx-lottery-offer--top .vx-lottery-offer__rank {
	color: var(--vx-c-primary);
}

.vx-lottery-offer__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.vx-lottery-offer__brand img,
.vx-lottery-offer__logo-fallback {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	object-fit: contain;
	background: var(--vx-logo-tile-bg, #14172e);
	border: 1px solid rgba(255, 255, 255, .12);
}

.vx-lottery-offer__logo-fallback {
	display: grid;
	place-items: center;
	font-family: var(--vx-font-head);
	font-weight: 900;
	font-size: 1.2rem;
	color: #fff;
	background: var(--vx-grad-accent);
}

.vx-lottery-offer__name {
	margin: 0 0 4px;
	font-family: var(--vx-font-head);
	font-size: 1.05rem;
	font-weight: 800;
}

.vx-lottery-offer__name a {
	color: #fff;
	text-decoration: none;
}

.vx-lottery-offer__name a:hover {
	color: var(--vx-c-secondary);
}

.vx-lottery-offer__rating {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: .82rem;
}

.vx-lottery-offer__rating strong {
	color: var(--vx-c-tertiary);
}

.vx-lottery-offer__deal-label {
	display: block;
	margin-bottom: 4px;
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(233, 236, 255, .4);
}

.vx-lottery-offer__deal-text {
	margin: 0;
	font-family: var(--vx-font-head);
	font-size: .95rem;
	font-weight: 800;
	line-height: 1.3;
	color: var(--vx-c-tertiary);
}

.vx-lottery-offer__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vx-lottery-offer__meta li {
	display: grid;
	gap: 2px;
}

.vx-lottery-offer__meta span {
	font-size: .6rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(233, 236, 255, .38);
}

.vx-lottery-offer__meta strong {
	font-size: .88rem;
	color: #fff;
}

.vx-lottery-offer__actions {
	display: grid;
	gap: 8px;
	justify-items: stretch;
}

.vx-lottery-offer__review {
	font-size: .76rem;
	font-weight: 600;
	text-align: center;
	color: rgba(233, 236, 255, .5);
	text-decoration: none;
}

.vx-lottery-offer__review:hover {
	color: var(--vx-c-secondary);
}

/* How it works — flow */
.vx-lottery-section--how {
	padding-top: clamp(48px, 6vw, 72px);
}

.vx-lottery-flow {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: stretch;
}

.vx-lottery-flow__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
	gap: 0;
	min-width: 0;
}

.vx-lottery-flow__item:last-child {
	grid-template-columns: minmax(0, 1fr);
}

.vx-lottery-flow__card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	padding: clamp(22px, 3vw, 30px);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, .1);
	background:
		linear-gradient(165deg, rgba(255, 0, 128, .07) 0%, transparent 42%),
		linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01)),
		rgba(10, 12, 30, .92);
	box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
	overflow: hidden;
	transition: border-color var(--vx-transition), transform var(--vx-transition), box-shadow var(--vx-transition);
}

.vx-lottery-flow__card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(255, 0, 128, .55), rgba(0, 229, 255, .4), transparent);
	opacity: .7;
}

.vx-lottery-flow__card:hover {
	border-color: rgba(255, 0, 128, .3);
	transform: translateY(-3px);
	box-shadow: 0 22px 52px rgba(0, 0, 0, .34), 0 0 28px rgba(255, 0, 128, .1);
}

.vx-lottery-flow__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 4px;
	border-radius: 14px;
	color: var(--vx-c-secondary);
	background: rgba(0, 229, 255, .08);
	border: 1px solid rgba(0, 229, 255, .22);
	box-shadow: 0 0 20px rgba(0, 229, 255, .1);
}

.vx-lottery-flow__item:nth-child(2) .vx-lottery-flow__icon {
	color: var(--vx-c-tertiary);
	background: rgba(182, 255, 0, .08);
	border-color: rgba(182, 255, 0, .24);
	box-shadow: 0 0 20px rgba(182, 255, 0, .1);
}

.vx-lottery-flow__item:nth-child(3) .vx-lottery-flow__icon {
	color: #ff9fd0;
	background: rgba(255, 0, 128, .1);
	border-color: rgba(255, 0, 128, .28);
	box-shadow: 0 0 20px rgba(255, 0, 128, .12);
}

.vx-lottery-flow__n {
	font-family: var(--vx-font-head);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .14em;
	color: rgba(255, 159, 208, .85);
}

.vx-lottery-flow__title {
	margin: 0;
	font-family: var(--vx-font-head);
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	font-weight: 800;
	line-height: 1.25;
	color: #fff;
}

.vx-lottery-flow__text {
	margin: 0;
	font-size: .86rem;
	line-height: 1.65;
	color: rgba(233, 236, 255, .55);
}

.vx-lottery-flow__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(28px, 3vw, 40px);
	color: rgba(255, 0, 128, .55);
	flex-shrink: 0;
}

/* FAQ — full-width accordion */
.vx-lottery-section--faq {
	padding-top: clamp(48px, 6vw, 72px);
}

.vx-lottery-qa {
	display: grid;
	gap: 12px;
	max-width: none;
	width: 100%;
}

.vx-lottery-qa__item {
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, .09);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .015)),
		rgba(10, 12, 30, .88);
	overflow: hidden;
	transition: border-color var(--vx-transition), box-shadow var(--vx-transition), background var(--vx-transition);
}

.vx-lottery-qa__item:hover {
	border-color: rgba(255, 255, 255, .14);
}

.vx-lottery-qa__item[open] {
	border-color: rgba(182, 255, 0, .32);
	background:
		linear-gradient(135deg, rgba(182, 255, 0, .07) 0%, transparent 50%),
		rgba(10, 12, 30, .94);
	box-shadow: 0 16px 40px rgba(0, 0, 0, .28), 0 0 28px rgba(182, 255, 0, .08);
}

.vx-lottery-qa__q {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	padding: 18px 22px;
	cursor: pointer;
	list-style: none;
	user-select: none;
}

.vx-lottery-qa__q::-webkit-details-marker { display: none; }

.vx-lottery-qa__ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	color: var(--vx-c-secondary);
	background: rgba(0, 229, 255, .08);
	border: 1px solid rgba(0, 229, 255, .2);
	flex-shrink: 0;
	transition: color var(--vx-transition), background var(--vx-transition), border-color var(--vx-transition);
}

.vx-lottery-qa__item[open] .vx-lottery-qa__ico {
	color: #041018;
	background: var(--vx-c-tertiary);
	border-color: transparent;
	box-shadow: 0 0 18px rgba(182, 255, 0, .35);
}

.vx-lottery-qa__label {
	font-family: var(--vx-font-head);
	font-size: clamp(.95rem, 1.8vw, 1.08rem);
	font-weight: 800;
	line-height: 1.3;
	color: #fff;
}

.vx-lottery-qa__toggle {
	position: relative;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .1);
	flex-shrink: 0;
}

.vx-lottery-qa__toggle::before,
.vx-lottery-qa__toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(233, 236, 255, .7);
	transition: transform var(--vx-transition), background var(--vx-transition);
}

.vx-lottery-qa__toggle::before {
	width: 12px;
	height: 2px;
	transform: translate(-50%, -50%);
}

.vx-lottery-qa__toggle::after {
	width: 2px;
	height: 12px;
	transform: translate(-50%, -50%);
}

.vx-lottery-qa__item[open] .vx-lottery-qa__toggle {
	border-color: rgba(182, 255, 0, .35);
	background: rgba(182, 255, 0, .1);
}

.vx-lottery-qa__item[open] .vx-lottery-qa__toggle::before,
.vx-lottery-qa__item[open] .vx-lottery-qa__toggle::after {
	background: var(--vx-c-tertiary);
}

.vx-lottery-qa__item[open] .vx-lottery-qa__toggle::after {
	transform: translate(-50%, -50%) scaleY(0);
}

.vx-lottery-qa__a {
	padding: 0 22px 20px 78px;
}

.vx-lottery-qa__a p {
	margin: 0;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, .07);
	font-size: .9rem;
	line-height: 1.65;
	color: rgba(233, 236, 255, .6);
}

/* Lottery responsive */
@media (max-width: 1100px) {
	.vx-lottery-hero__inner {
		grid-template-columns: minmax(0, 1fr);
		justify-items: stretch;
		width: 100%;
		max-width: var(--vx-container);
		margin-inline: auto;
		box-sizing: border-box;
	}

	.vx-lottery-hero__copy,
	.vx-lottery-hero__panel {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		justify-self: stretch;
	}

	.vx-lottery-hero__copy {
		text-align: center;
	}

	.vx-lottery-hero__badge {
		justify-content: center;
		width: 100%;
	}

	.vx-lottery-hero__text {
		margin-inline: auto;
	}

	.vx-lottery-hero__panel {
		margin-inline: auto;
	}

	.vx-lottery-hero__actions {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 12px;
	}

	.vx-lottery-hero__actions .vx-btn {
		justify-content: center;
		width: auto;
		min-width: min(100%, 180px);
		flex: 1 1 auto;
	}

	.vx-lottery-hero__trust {
		justify-content: center;
		padding-inline: 0;
		margin-inline: auto;
		max-width: 100%;
	}

	.vx-lottery-jackpot {
		max-width: 520px;
		margin-inline: auto;
		padding: 26px 24px;
	}

	.vx-lottery-jackpot__value {
		font-size: clamp(2.15rem, 4vw, 2.7rem);
	}

	.vx-lottery-jackpot__cta .vx-btn {
		min-height: 54px;
		max-width: 320px;
		width: 100%;
		justify-self: center;
		padding: 15px 26px;
		border-radius: 14px;
		font-size: 1.02rem;
	}

	.vx-lottery-jackpot__top {
		justify-content: center;
		flex-wrap: wrap;
	}

	.vx-lottery-jackpot__value,
	.vx-lottery-jackpot__sub {
		text-align: center;
	}

	.vx-lottery-draws {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vx-lottery-offer {
		grid-template-columns: auto minmax(0, 1fr) minmax(0, 1.1fr) auto;
		grid-template-areas:
			"rank brand deal actions"
			". brand meta actions";
		align-items: center;
		gap: 6px 16px;
		padding: 18px 20px;
	}

	.vx-lottery-offer__rank { grid-area: rank; }
	.vx-lottery-offer__brand { grid-area: brand; }
	.vx-lottery-offer__deal { grid-area: deal; }
	.vx-lottery-offer__meta {
		grid-area: meta;
		display: flex;
		flex-wrap: wrap;
		gap: 4px 16px;
	}
	.vx-lottery-offer__actions {
		grid-area: actions;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 14px;
		min-width: 0;
	}

	.vx-lottery-offer__actions .vx-btn {
		width: auto;
		min-width: 132px;
		padding: 12px 18px;
		white-space: nowrap;
	}

	.vx-lottery-offer__review {
		text-align: left;
		white-space: nowrap;
	}
}

@media (max-width: 900px) {
	.vx-lottery-qa__a {
		padding-left: 22px;
	}
}

/* iPad — compact toplist + balanced sections */
@media (min-width: 721px) and (max-width: 1100px) {
	.vx-lottery-hero__actions {
		max-width: 420px;
		margin-inline: auto;
	}

	.vx-lottery-section__head {
		max-width: 540px;
		margin-inline: auto;
		text-align: center;
	}

	.vx-lottery-section__dek {
		margin-inline: auto;
	}

	.vx-lottery-draws {
		gap: 16px;
	}

	.vx-lottery-draw {
		padding: 20px;
	}

	.vx-lottery-offers {
		gap: 12px;
	}

	.vx-lottery-offer {
		grid-template-columns: 36px minmax(160px, 1.1fr) minmax(0, 1.4fr) auto;
		grid-template-areas:
			"rank brand deal actions"
			". brand meta actions";
		gap: 6px 14px;
		padding: 16px 18px;
		border-radius: 16px;
	}

	.vx-lottery-offer__rank {
		font-size: .85rem;
		align-self: center;
		grid-area: rank;
	}

	.vx-lottery-offer__brand {
		gap: 10px;
		grid-area: brand;
		align-self: center;
	}

	.vx-lottery-offer__brand img,
	.vx-lottery-offer__logo-fallback {
		width: 48px;
		height: 48px;
		border-radius: 12px;
	}

	.vx-lottery-offer__name {
		font-size: .98rem;
		margin-bottom: 2px;
	}

	.vx-lottery-offer__deal {
		grid-area: deal;
		padding: 0;
		border: 0;
		background: none;
		align-self: end;
	}

	.vx-lottery-offer--top .vx-lottery-offer__deal {
		background: none;
		border: 0;
	}

	.vx-lottery-offer__deal-label {
		margin-bottom: 2px;
	}

	.vx-lottery-offer__deal-text {
		font-size: .92rem;
		font-weight: 700;
		line-height: 1.35;
	}

	.vx-lottery-offer__meta {
		grid-area: meta;
		display: flex;
		flex-wrap: wrap;
		gap: 4px 16px;
		align-self: start;
	}

	.vx-lottery-offer__meta li {
		display: inline-flex;
		align-items: baseline;
		gap: 6px;
		padding: 0;
		border: 0;
		background: none;
	}

	.vx-lottery-offer__meta span {
		font-size: .58rem;
	}

	.vx-lottery-offer__meta strong {
		font-size: .8rem;
		font-weight: 700;
	}

	.vx-lottery-offer__actions {
		grid-area: actions;
		display: inline-flex;
		flex-direction: row;
		align-items: center;
		align-self: center;
		gap: 12px;
	}

	.vx-lottery-offer__actions .vx-btn {
		min-height: 44px;
		min-width: 128px;
		padding: 11px 16px;
		border-radius: 12px;
	}

	.vx-lottery-offer__review {
		font-size: .78rem;
		text-align: left;
	}

	.vx-lottery-flow {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
	}

	.vx-lottery-flow__card {
		padding: 20px 16px;
	}

	.vx-lottery-qa {
		max-width: 720px;
		margin-inline: auto;
	}
}

@media (max-width: 720px) {
	.vx-lottery-flow {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.vx-lottery-flow__item {
		grid-template-columns: 1fr;
	}

	.vx-lottery-flow__arrow {
		width: 100%;
		height: 28px;
		transform: rotate(90deg);
	}

	.vx-lottery-draws {
		grid-template-columns: 1fr;
	}

	.vx-lottery-hero__title {
		text-wrap: balance;
	}

	.vx-lottery-hero__text {
		max-width: 36ch;
	}

	.vx-lottery-hero__actions {
		flex-direction: column;
		align-items: stretch;
		max-width: none;
	}

	.vx-lottery-hero__actions .vx-btn {
		width: 100%;
		min-width: 0;
		flex: none;
	}

	.vx-lottery-hero__trust {
		flex-wrap: wrap;
		gap: 8px 12px;
		overflow-x: visible;
	}

	.vx-lottery-hero__trust li {
		flex-shrink: 1;
		gap: 5px;
		font-size: .68rem;
		white-space: nowrap;
	}

	.vx-lottery-hero__trust svg {
		width: 12px;
		height: 12px;
	}

	.vx-lottery-jackpot {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.vx-lottery-jackpot__cta .vx-btn {
		max-width: none;
	}

	.vx-lottery-jackpot__value {
		font-size: clamp(1.65rem, 7.5vw, 2.2rem);
		word-break: break-word;
	}

	.vx-lottery-offers {
		gap: 12px;
	}

	.vx-lottery-offer {
		position: relative;
		grid-template-columns: 1fr;
		grid-template-areas:
			"brand"
			"deal"
			"meta"
			"actions";
		gap: 14px;
		padding: 16px;
		border-radius: 16px;
	}

	.vx-lottery-offer__rank {
		position: absolute;
		top: 12px;
		right: 12px;
		z-index: 1;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 30px;
		height: 26px;
		padding: 0 8px;
		border-radius: 8px;
		font-size: .7rem;
		font-weight: 800;
		letter-spacing: .04em;
		color: rgba(233, 236, 255, .7);
		background: rgba(255, 255, 255, .06);
		border: 1px solid rgba(255, 255, 255, .1);
	}

	.vx-lottery-offer--top .vx-lottery-offer__rank {
		color: #fff;
		background: rgba(255, 0, 128, .18);
		border-color: rgba(255, 0, 128, .4);
		box-shadow: 0 0 16px rgba(255, 0, 128, .18);
	}

	.vx-lottery-offer__brand {
		gap: 12px;
		padding-right: 40px;
	}

	.vx-lottery-offer__brand img,
	.vx-lottery-offer__logo-fallback {
		width: 48px;
		height: 48px;
		border-radius: 12px;
	}

	.vx-lottery-offer__name {
		margin: 0 0 3px;
		font-size: 1rem;
	}

	.vx-lottery-offer__rating {
		gap: 6px;
		font-size: .78rem;
	}

	.vx-lottery-offer__deal {
		padding: 12px 14px;
		border-radius: 12px;
		background: rgba(255, 255, 255, .03);
		border: 1px solid rgba(255, 255, 255, .07);
	}

	.vx-lottery-offer--top .vx-lottery-offer__deal {
		background: rgba(182, 255, 0, .04);
		border-color: rgba(182, 255, 0, .12);
	}

	.vx-lottery-offer__deal-label {
		margin-bottom: 5px;
	}

	.vx-lottery-offer__deal-text {
		font-size: 1rem;
		font-weight: 700;
		letter-spacing: -.01em;
	}

	.vx-lottery-offer__meta {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}

	.vx-lottery-offer__meta li {
		padding: 10px 12px;
		border-radius: 12px;
		background: rgba(255, 255, 255, .03);
		border: 1px solid rgba(255, 255, 255, .07);
	}

	.vx-lottery-offer__meta span {
		font-size: .58rem;
	}

	.vx-lottery-offer__meta strong {
		font-size: .9rem;
		font-weight: 700;
	}

	.vx-lottery-offer__actions {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		min-width: 0;
	}

	.vx-lottery-offer__actions .vx-btn {
		width: 100%;
		min-width: 0;
		justify-content: center;
		min-height: 46px;
	}

	.vx-lottery-offer__review {
		padding: 2px 0;
		font-size: .8rem;
		font-weight: 600;
		text-align: center;
		color: rgba(233, 236, 255, .55);
		white-space: normal;
	}

	.vx-lottery-qa__q {
		gap: 10px;
		padding: 14px 16px;
	}

	.vx-lottery-qa__label {
		font-size: .9rem;
	}

	.vx-lottery-qa__ico {
		width: 36px;
		height: 36px;
	}

	.vx-lottery-qa__a {
		padding: 0 16px 16px;
	}
}

/* Responsive */
@media (max-width: 1100px) {
	.vx-bento--feature { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vx-bento__item--1 { grid-column: span 2; grid-row: span 1; }
	.vx-cas-grid-wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vx-sc-picks { grid-template-columns: 1fr 1fr; }
	.vx-sc-hero { grid-column: span 2; grid-row: span 1; }
	.vx-cas-board-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
	.vx-cas-list { grid-template-columns: auto 1fr; }
	.vx-cas-list__meta { grid-column: 1 / -1; justify-items: start; text-align: left; }
	.vx-cas-table__head { display: none; }
	.vx-cas-table__row {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 16px;
	}
	.vx-features-nav { gap: 6px; }
	.vx-features-nav__link { font-size: .66rem; padding: 6px 10px; }
}
@media (max-width: 640px) {
	.vx-bento--feature,
	.vx-cas-grid-wrap,
	.vx-sc-picks { grid-template-columns: 1fr; }
	.vx-bento__item--1,
	.vx-sc-hero { grid-column: span 1; }
}

/* =========================================================
   Contact page
   ========================================================= */
.vx-contact-page .vx-faq-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 4px;
}

.vx-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, .85fr);
	gap: clamp(20px, 3.5vw, 32px);
	align-items: start;
	margin-bottom: clamp(40px, 6vw, 56px);
}

.vx-contact-form-wrap,
.vx-contact-aside {
	min-width: 0;
}

.vx-contact-form-wrap {
	position: relative;
	padding: clamp(24px, 3.2vw, 34px);
	border-radius: calc(var(--vx-radius-lg) + 6px);
	border: 1px solid rgba(255, 255, 255, .1);
	background:
		linear-gradient(165deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .015)),
		rgba(10, 12, 30, .92);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .06),
		0 24px 56px rgba(0, 0, 0, .28);
	overflow: hidden;
}

.vx-contact-form-wrap::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 2px;
	background: linear-gradient(90deg, rgba(255, 0, 128, .75), rgba(0, 229, 255, .7), rgba(255, 0, 128, .75));
	opacity: .75;
}

.vx-contact-panel__head {
	margin-bottom: 22px;
}

.vx-contact-panel__kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	font-family: var(--vx-font-head);
	font-size: .66rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(0, 229, 255, .85);
}

.vx-contact-panel__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--vx-c-secondary);
	box-shadow: 0 0 10px rgba(0, 229, 255, .5);
}

.vx-contact-panel__title {
	margin: 0 0 8px;
	font-family: var(--vx-font-head);
	font-size: clamp(1.35rem, 2.6vw, 1.7rem);
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

.vx-contact-panel__sub {
	margin: 0;
	max-width: 42ch;
	font-size: .92rem;
	line-height: 1.55;
	color: rgba(233, 236, 255, .55);
}

.vx-contact-alert {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-radius: 12px;
	font-size: .9rem;
	line-height: 1.5;
}

.vx-contact-alert p { margin: 0; }

.vx-contact-alert--ok {
	border: 1px solid rgba(182, 255, 0, .35);
	background: rgba(182, 255, 0, .1);
	color: #d4ff9a;
}

.vx-contact-alert--err {
	border: 1px solid rgba(255, 0, 128, .4);
	background: rgba(255, 0, 128, .1);
	color: #ffb0d4;
}

.vx-contact-form {
	display: grid;
	gap: 16px;
	align-content: start;
}

.vx-contact-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.vx-contact-form__field {
	display: grid;
	gap: 7px;
}

.vx-contact-form__field label {
	font-family: var(--vx-font-head);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: rgba(233, 236, 255, .55);
}

.vx-contact-form__field input,
.vx-contact-form__field select,
.vx-contact-form__field textarea {
	width: 100%;
	padding: 13px 14px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .12);
	background: rgba(5, 6, 20, .72);
	color: #fff;
	font: inherit;
	font-size: .95rem;
	transition: border-color var(--vx-transition), box-shadow var(--vx-transition), background var(--vx-transition);
	box-sizing: border-box;
}

.vx-contact-form__field select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, rgba(233, 236, 255, .5) 50%),
		linear-gradient(135deg, rgba(233, 236, 255, .5) 50%, transparent 50%);
	background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 36px;
}

.vx-contact-form__field textarea {
	resize: vertical;
	min-height: 150px;
	line-height: 1.55;
}

.vx-contact-form__field input:hover,
.vx-contact-form__field select:hover,
.vx-contact-form__field textarea:hover {
	border-color: rgba(255, 255, 255, .2);
}

.vx-contact-form__field input:focus,
.vx-contact-form__field select:focus,
.vx-contact-form__field textarea:focus {
	outline: none;
	border-color: rgba(0, 229, 255, .55);
	background: rgba(5, 6, 20, .88);
	box-shadow: 0 0 0 3px rgba(0, 229, 255, .12);
}


.vx-contact-form__field input:invalid:not(:placeholder-shown):not(:focus),
.vx-contact-form__field textarea:invalid:not(:placeholder-shown):not(:focus) {
	border-color: rgba(255, 80, 120, .65);
}

.vx-contact-form__field input:user-invalid,
.vx-contact-form__field textarea:user-invalid,
.vx-contact-form__field select:user-invalid {
	border-color: rgba(255, 80, 120, .75);
	box-shadow: 0 0 0 3px rgba(255, 80, 120, .18);
}


.vx-contact-form__field input::placeholder,
.vx-contact-form__field textarea::placeholder {
	color: rgba(233, 236, 255, .28);
}

.vx-contact-form__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.vx-contact-form__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-top: 4px;
}

.vx-contact-form__fine {
	margin: 0;
	flex: 1 1 200px;
	font-size: .78rem;
	line-height: 1.5;
	color: rgba(233, 236, 255, .45);
}

.vx-contact-form__submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.vx-contact-aside {
	display: grid;
	gap: 12px;
	position: sticky;
	top: calc(var(--vx-header-h, 72px) + 16px);
}

.vx-contact-aside__card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: center;
	padding: 14px 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, .1);
	background:
		linear-gradient(165deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015)),
		rgba(10, 12, 30, .88);
	transition: border-color var(--vx-transition), transform var(--vx-transition);
}

.vx-contact-aside__card:hover {
	border-color: rgba(0, 229, 255, .28);
	transform: translateY(-1px);
}

.vx-contact-aside__card--email {
	border-color: rgba(255, 0, 128, .28);
	background:
		linear-gradient(135deg, rgba(255, 0, 128, .14), rgba(0, 229, 255, .06)),
		rgba(10, 12, 30, .92);
	box-shadow: 0 0 28px rgba(255, 0, 128, .08);
}

.vx-contact-aside__ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	border: 1px solid rgba(0, 229, 255, .28);
	background: rgba(0, 229, 255, .1);
	color: #9ef6ff;
	flex-shrink: 0;
}

.vx-contact-aside__card--email .vx-contact-aside__ico {
	border-color: rgba(255, 0, 128, .4);
	background: rgba(255, 0, 128, .14);
	color: #ff9fd0;
}

.vx-contact-aside__ico--sm {
	width: 34px;
	height: 34px;
	border-radius: 10px;
}

.vx-contact-aside__label {
	margin: 0 0 2px;
	font-family: var(--vx-font-head);
	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: rgba(233, 236, 255, .48);
}

.vx-contact-aside__value {
	display: block;
	margin: 0;
	font-family: var(--vx-font-head);
	font-size: .98rem;
	font-weight: 800;
	line-height: 1.3;
	color: #fff;
	text-decoration: none;
	overflow-wrap: anywhere;
}

a.vx-contact-aside__value:hover {
	color: #9ef6ff;
}

.vx-contact-aside__value--text {
	font-size: .9rem;
	font-weight: 650;
	color: rgba(233, 236, 255, .82);
}

.vx-contact-map-panel {
	padding: 12px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, .1);
	background:
		linear-gradient(165deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01)),
		rgba(10, 12, 30, .88);
}

.vx-contact-map {
	position: relative;
	aspect-ratio: 16 / 11;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .08);
	background: #0a0c1e;
	margin-bottom: 12px;
}

.vx-contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	filter: saturate(.9) contrast(1.05);
}

.vx-contact-map__meta {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: start;
	padding: 4px 4px 10px;
}

.vx-contact-map__address {
	margin: 0;
	font-size: .84rem;
	line-height: 1.5;
	color: rgba(233, 236, 255, .68);
	white-space: pre-line;
}

.vx-contact-map__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 11px 14px;
	border-radius: 12px;
	border: 1px solid rgba(0, 229, 255, .28);
	background: rgba(0, 229, 255, .08);
	color: #9ef6ff;
	font-family: var(--vx-font-head);
	font-size: .82rem;
	font-weight: 800;
	text-decoration: none;
	transition: background var(--vx-transition), border-color var(--vx-transition), color var(--vx-transition);
}

.vx-contact-map__btn:hover {
	background: rgba(0, 229, 255, .14);
	border-color: rgba(0, 229, 255, .5);
	color: #fff;
}

.vx-contact-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, .08);
	background: rgba(10, 12, 30, .6);
}

.vx-contact-social__label {
	margin: 0;
	font-family: var(--vx-font-head);
	font-size: .66rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: rgba(233, 236, 255, .48);
}

.vx-contact-social__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vx-contact-social__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .04);
	color: rgba(233, 236, 255, .78);
	text-decoration: none;
	transition: border-color var(--vx-transition), background var(--vx-transition), color var(--vx-transition), transform var(--vx-transition);
}

.vx-contact-social__link:hover {
	border-color: rgba(255, 0, 128, .45);
	background: rgba(255, 0, 128, .12);
	color: #fff;
	transform: translateY(-2px);
}

.vx-contact-social__ico {
	display: inline-flex;
}

@media (max-width: 960px) {
	.vx-contact-layout {
		grid-template-columns: 1fr;
	}

	.vx-contact-aside {
		position: static;
		grid-template-columns: 1fr 1fr;
	}

	.vx-contact-map-panel,
	.vx-contact-social {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	.vx-contact-aside {
		grid-template-columns: 1fr;
	}

	.vx-contact-form__grid {
		grid-template-columns: 1fr;
	}

	.vx-contact-form__foot {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 8px;
		margin-top: 0;
	}

	.vx-contact-form__fine {
		flex: none;
	}

	.vx-contact-form__submit {
		width: 100%;
		justify-content: center;
	}

}

@media (prefers-reduced-motion: reduce) {
	.vx-contact-aside__card:hover,
	.vx-contact-social__link:hover {
		transform: none;
	}
}
