:root {
	--bg: #07090f;
	--bg-elev: #101522;
	--bg-soft: #161d2e;
	--line: rgba(65, 198, 255, 0.18);
	--text: #eef3ff;
	--muted: #9aa8c7;
	--ice: #41c6ff;
	--blue: #1a64fc;
	--cta: linear-gradient(135deg, #41c6ff 0%, #1a64fc 100%);
	--radius: 16px;
	--font: "Manrope", system-ui, sans-serif;
	--display: "Unbounded", "Manrope", system-ui, sans-serif;
	--safe-b: env(safe-area-inset-bottom, 0px);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font);
	font-size: 1rem;
	line-height: 1.55;
	color: var(--text);
	background:
		radial-gradient(100% 70% at 10% -10%, rgba(65, 198, 255, 0.18), transparent 50%),
		radial-gradient(80% 50% at 100% 10%, rgba(26, 100, 252, 0.16), transparent 45%),
		var(--bg);
	padding-bottom: calc(5.5rem + var(--safe-b));
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
}

.skip {
	position: absolute;
	left: -999px;
	top: 0;
	background: var(--ice);
	color: #061018;
	padding: 0.5rem 0.75rem;
	z-index: 100;
}

.skip:focus {
	left: 0.5rem;
	top: 0.5rem;
}

.wrap {
	width: min(100% - 2rem, 68rem);
	margin-inline: auto;
}

.top {
	position: sticky;
	top: 0;
	z-index: 40;
	backdrop-filter: blur(14px);
	background: rgba(7, 9, 15, 0.86);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.top__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	min-height: 3.75rem;
}

.brand img {
	width: 5.5rem;
	height: auto;
}

.top__nav {
	display: none;
	gap: 1.1rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--muted);
}

.top__nav a {
	text-decoration: none;
}

.top__nav a:hover {
	color: var(--ice);
}

.top__actions {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.7rem 1.2rem;
	border-radius: 999px;
	border: 0;
	font-family: inherit;
	font-weight: 800;
	font-size: 0.95rem;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.btn:focus-visible {
	outline: 3px solid var(--ice);
	outline-offset: 2px;
}

.btn--sm {
	min-height: 2.4rem;
	padding: 0.45rem 0.95rem;
	font-size: 0.85rem;
}

.btn--primary {
	background: var(--cta);
	color: #061018;
	box-shadow: 0 10px 28px rgba(26, 100, 252, 0.35);
}

.btn--ghost {
	background: transparent;
	color: var(--text);
	border: 1px solid rgba(65, 198, 255, 0.35);
}

.btn--block {
	width: 100%;
}

.btn:hover {
	transform: translateY(-1px);
	filter: brightness(1.05);
}

.promo-banner {
	display: block;
	position: relative;
	margin: 1rem auto 0;
	width: min(100% - 2rem, 68rem);
	border-radius: calc(var(--radius) + 6px);
	overflow: hidden;
	text-decoration: none;
	border: 1px solid var(--line);
	background:
		linear-gradient(120deg, rgba(7, 12, 28, 0.92) 0%, rgba(7, 12, 28, 0.55) 45%, rgba(7, 12, 28, 0.2) 70%),
		url("../img/bonusBack.webp") center / cover no-repeat;
	min-height: 11.5rem;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.promo-banner__inner {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 1rem;
	padding: 1.25rem 1.15rem 1.35rem;
	max-width: 34rem;
}

.promo-banner__title {
	margin: 0;
	font-family: var(--display);
	font-size: clamp(1.45rem, 5vw, 2rem);
	line-height: 1.05;
	letter-spacing: -0.02em;
}

.promo-banner__title span {
	display: block;
	color: var(--ice);
}

.promo-banner__offers {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 0.55rem;
}

.promo-banner__offer {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.65rem 0.55rem;
	border-radius: 12px;
	background: rgba(8, 14, 28, 0.72);
	border: 1px solid rgba(65, 198, 255, 0.18);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
}

.promo-banner__offer img {
	width: 1.6rem;
	height: 1.6rem;
	object-fit: contain;
	flex-shrink: 0;
}

.promo-banner__offer strong {
	display: block;
	font-family: var(--display);
	font-size: 1.05rem;
	color: var(--ice);
}

.promo-banner__offer strong span {
	font-size: 0.7rem;
}

.promo-banner__offer p {
	margin: 0.15rem 0 0;
	font-size: 0.68rem;
	font-weight: 600;
	color: var(--muted);
}

.promo-banner__shark {
	position: absolute;
	right: -8%;
	bottom: -12%;
	width: min(52%, 18rem);
	height: auto;
	pointer-events: none;
	z-index: 1;
	filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.45));
}

.games-block {
	margin-bottom: 2rem;
}

.games-block:last-child {
	margin-bottom: 0;
}

.games-block__title {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 0.95rem;
	font-family: var(--display);
	font-size: 1.15rem;
	letter-spacing: -0.02em;
}

.wrap {
	width: min(100% - 1.25rem, 68rem);
	margin-inline: auto;
	max-width: 100%;
}

.table-wrap {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 1rem;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(255, 255, 255, 0.02);
}

.wins {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin: 0;
	font-size: 0.82rem;
	table-layout: fixed;
}

.wins th,
.wins td {
	padding: 0.65rem 0.55rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	text-align: left;
	vertical-align: top;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.wins tr:last-child td {
	border-bottom: 0;
}

.wins th {
	color: var(--muted);
	font-weight: 600;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.wins--payouts td:nth-child(3) {
	color: var(--ice);
	font-weight: 800;
	white-space: nowrap;
}

/* Mobile: reviews as cards, hide date column on wins */
.reviews-mobile {
	display: grid;
	gap: 0.65rem;
	margin-top: 1rem;
}

.reviews-mobile .review {
	display: block;
}

.table-wrap--desktop {
	display: none;
}

@media (min-width: 720px) {
	.wrap {
		width: min(100% - 2rem, 68rem);
	}

	.wins {
		font-size: 0.9rem;
		table-layout: auto;
	}

	.wins th,
	.wins td {
		padding: 0.7rem 0.75rem;
	}

	.reviews-mobile {
		display: none;
	}

	.table-wrap--desktop {
		display: block;
	}
}

.hero {
	position: relative;
	padding: 2rem 0 2.5rem;
	overflow: clip;
}

.hero__glow {
	position: absolute;
	inset: auto 8% -25% 8%;
	height: 55%;
	background: radial-gradient(circle, rgba(65, 198, 255, 0.22), transparent 70%);
	pointer-events: none;
}

.hero__grid {
	display: grid;
	gap: 1.5rem;
}

.eyebrow {
	margin: 0 0 0.6rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ice);
}

.hero h1 {
	margin: 0;
	font-family: var(--display);
	font-size: clamp(2rem, 8vw, 3.6rem);
	line-height: 1.02;
	letter-spacing: -0.03em;
	background: linear-gradient(180deg, #fff 15%, #41c6ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.lead {
	margin: 1rem 0 0;
	max-width: 34rem;
	color: var(--muted);
	font-size: 1.05rem;
}

.hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.35rem;
}

.trust {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
}

.trust li {
	padding: 0.4rem 0.7rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
	font-size: 0.78rem;
	font-weight: 600;
	color: #c6d2ea;
}

.offer {
	position: relative;
	padding: 1.35rem 1.25rem 1.4rem;
	border-radius: calc(var(--radius) + 4px);
	background:
		linear-gradient(165deg, rgba(65, 198, 255, 0.16), transparent 40%),
		var(--bg-elev);
	border: 1px solid var(--line);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
	animation: offer-in 0.7s ease both;
}

.offer__tag {
	display: inline-block;
	margin: 0 0 0.75rem;
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	background: rgba(65, 198, 255, 0.12);
	color: var(--ice);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.offer__label {
	margin: 0;
	font-size: 0.95rem;
	color: var(--muted);
}

.offer__value {
	margin: 0.1rem 0;
	font-family: var(--display);
	font-size: clamp(2.6rem, 12vw, 3.8rem);
	line-height: 1;
	color: var(--ice);
}

.offer__plus {
	margin: 0.2rem 0 0.85rem;
	font-size: 1.2rem;
	font-weight: 800;
}

.offer__note {
	margin: 0 0 1.1rem;
	color: var(--muted);
	font-size: 0.9rem;
}

@keyframes offer-in {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.section {
	padding: 2.5rem 0;
}

.section--alt {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
	border-block: 1px solid rgba(255, 255, 255, 0.05);
}

.section__head {
	margin-bottom: 1.4rem;
}

.section__head h2 {
	margin: 0;
	font-family: var(--display);
	font-size: clamp(1.35rem, 4vw, 1.85rem);
	letter-spacing: -0.02em;
}

.section__head p {
	margin: 0.55rem 0 0;
	color: var(--muted);
	max-width: 40rem;
}

.section__cta {
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
}

.games {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.game {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 14px;
	background: var(--bg-elev);
	border: 1px solid rgba(255, 255, 255, 0.06);
	text-decoration: none;
	aspect-ratio: 3 / 4;
}

.game__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.game__body {
	position: absolute;
	inset: auto 0 0;
	padding: 0.85rem 0.75rem;
	background: linear-gradient(180deg, transparent, rgba(4, 8, 16, 0.92));
}

.game__name {
	display: block;
	font-weight: 800;
	font-size: 0.9rem;
}

.game__meta {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.75rem;
	color: var(--muted);
}

.game__play {
	position: absolute;
	top: 0.65rem;
	right: 0.65rem;
	padding: 0.3rem 0.55rem;
	border-radius: 999px;
	background: var(--cta);
	color: #061018;
	font-size: 0.7rem;
	font-weight: 800;
	opacity: 0;
	transform: translateY(-4px);
	transition: 0.2s ease;
}

.game:hover .game__play {
	opacity: 1;
	transform: none;
}

.features {
	display: grid;
	gap: 0.85rem;
}

.feature {
	padding: 1.15rem 1.1rem;
	border-radius: var(--radius);
	background: var(--bg-elev);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.feature__icon {
	display: inline-block;
	margin-bottom: 0.55rem;
	font-family: var(--display);
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--ice);
}

.feature h3 {
	margin: 0 0 0.4rem;
	font-size: 1.05rem;
}

.feature p {
	margin: 0;
	color: var(--muted);
	font-size: 0.95rem;
}

.steps {
	display: grid;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: step;
}

.steps li {
	position: relative;
	padding: 1.1rem 1rem 1.1rem 3.6rem;
	border-radius: var(--radius);
	background: var(--bg-elev);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.steps li::before {
	counter-increment: step;
	content: counter(step);
	position: absolute;
	left: 1rem;
	top: 1.1rem;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--cta);
	color: #061018;
	font-weight: 800;
	font-size: 0.85rem;
}

.steps strong {
	display: block;
	margin-bottom: 0.25rem;
}

.steps span {
	color: var(--muted);
	font-size: 0.95rem;
}

.payments {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
	margin-top: 1.25rem;
}

.payments img {
	width: 2.4rem;
	height: 2.4rem;
	object-fit: contain;
	opacity: 0.9;
	filter: grayscale(0.15);
}

.seo {
	padding: 0.25rem 0;
}

.seo__body > *:first-child {
	margin-top: 0;
}

.seo__body h2 {
	margin: 1.6rem 0 0.7rem;
	font-family: var(--display);
	font-size: 1.25rem;
	letter-spacing: -0.02em;
}

.seo__body p,
.seo__body li {
	color: #c9d4ea;
}

.seo__body a:not(.btn):not(.js-aff) {
	color: var(--ice);
}

.seo__body ul,
.seo__body ol {
	padding-left: 1.2rem;
	margin: 0 0 1rem;
}

.section__head--row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.live-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #9ef0c8;
	background: rgba(46, 204, 113, 0.12);
	border: 1px solid rgba(46, 204, 113, 0.28);
	white-space: nowrap;
}

.live-badge__dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #2ecc71;
	box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.55);
	animation: vodka-live-pulse 1.6s ease-out infinite;
}

@keyframes vodka-live-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.55);
	}
	70% {
		box-shadow: 0 0 0 0.55rem rgba(46, 204, 113, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
	}
}

.wins-live-wrap {
	overflow: hidden;
}

.wins__row--new {
	animation: vodka-win-in 0.85s ease;
	background: rgba(110, 200, 255, 0.1);
}

@keyframes vodka-win-in {
	from {
		opacity: 0;
		transform: translateY(-0.55rem);
		background: rgba(110, 200, 255, 0.22);
	}
	to {
		opacity: 1;
		transform: none;
		background: transparent;
	}
}

.reviews {
	display: grid;
	gap: 0.85rem;
	margin: 1rem 0 0;
}

.review {
	padding: 1.15rem 1.2rem;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.07);
	line-height: 1.55;
}

.review__meta {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.85rem;
	margin-bottom: 0.65rem;
	font-size: 0.84rem;
	color: var(--muted);
}

.review__who {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.review__meta strong {
	color: var(--text);
	font-size: 1rem;
	font-weight: 700;
}

.review__city {
	font-size: 0.78rem;
	opacity: 0.85;
}

.review__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.2rem;
	flex-shrink: 0;
}

.review__rating {
	color: #f5c84c;
	letter-spacing: 0.06em;
	font-size: 0.9rem;
	line-height: 1;
}

.review time {
	font-variant-numeric: tabular-nums;
	font-size: 0.78rem;
}

.review p {
	margin: 0;
	color: #d5deef;
	font-size: 0.98rem;
	max-width: 62ch;
}

@media (max-width: 719px) {
	.promo-banner__offers {
		grid-template-columns: 1fr;
	}

	.promo-banner__shark {
		opacity: 0.35;
		width: 55%;
	}

	.wins--payouts th:nth-child(4),
	.wins--payouts td:nth-child(4) {
		display: none;
	}

	.game__play {
		opacity: 1;
		transform: none;
	}

	.top__actions .btn--ghost {
		display: none;
	}
}

@media (min-width: 720px) {
	.promo-banner {
		min-height: 15rem;
		margin-top: 1.25rem;
	}

	.promo-banner__inner {
		padding: 1.75rem 1.5rem;
		max-width: 38rem;
	}

	.promo-banner__shark {
		right: 0;
		bottom: -8%;
		width: min(42%, 22rem);
	}

	.promo-banner__offers {
		grid-template-columns: 1.5fr 1fr 1fr;
	}
}

.faq {
	margin: 0 0 0.65rem;
	border-radius: 14px;
	background: var(--bg-elev);
	border: 1px solid rgba(255, 255, 255, 0.06);
	overflow: hidden;
}

.faq summary {
	cursor: pointer;
	list-style: none;
	padding: 1rem 1.1rem;
	font-weight: 700;
	position: relative;
	padding-right: 2.5rem;
}

.faq summary::-webkit-details-marker {
	display: none;
}

.faq summary::after {
	content: "+";
	position: absolute;
	right: 1.1rem;
	top: 50%;
	transform: translateY(-50%);
	color: var(--ice);
	font-size: 1.2rem;
}

.faq[open] summary::after {
	content: "–";
}

.faq p {
	margin: 0;
	padding: 0 1.1rem 1rem;
	color: var(--muted);
}

.foot {
	padding: 2rem 0 calc(1.5rem + var(--safe-b));
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	color: var(--muted);
	font-size: 0.85rem;
}

.foot__inner {
	display: grid;
	gap: 0.85rem;
}

.foot__copy {
	margin: 0;
	opacity: 0.7;
}

.fixed-cta {
	position: fixed;
	left: 50%;
	bottom: calc(0.85rem + var(--safe-b));
	transform: translateX(-50%);
	z-index: 50;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.1rem;
	min-width: min(92vw, 20rem);
	min-height: 3.4rem;
	padding: 0.65rem 1.2rem;
	border-radius: 999px;
	text-decoration: none;
	color: #061018;
	background: var(--cta);
	box-shadow: 0 12px 30px rgba(26, 100, 252, 0.4);
	animation: pulse 2.2s ease-in-out infinite;
}

.fixed-cta__label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.9;
}

.fixed-cta__offer {
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.1;
}

@keyframes pulse {
	0%,
	100% {
		box-shadow: 0 12px 30px rgba(26, 100, 252, 0.4);
	}
	50% {
		box-shadow: 0 14px 36px rgba(65, 198, 255, 0.55);
	}
}

@media (min-width: 720px) {
	.top__nav {
		display: flex;
	}

	.hero {
		padding: 3.5rem 0 4rem;
	}

	.hero__grid {
		grid-template-columns: 1.2fr 0.8fr;
		align-items: center;
		gap: 2rem;
	}

	.games {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1rem;
	}

	.features {
		grid-template-columns: repeat(2, 1fr);
	}

	.steps {
		grid-template-columns: repeat(3, 1fr);
	}

	.steps li {
		padding: 1.2rem 1rem 1.2rem 1rem;
		padding-top: 3.4rem;
	}

	.steps li::before {
		left: 1rem;
		top: 1rem;
	}

	.reviews {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.features {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.btn,
	.offer,
	.fixed-cta {
		animation: none;
		transition: none;
	}
}

.top__nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.top__nav .current-menu-item > a,
.top__nav .current_page_item > a {
	color: var(--ice);
}

.foot__cols {
	display: grid;
	gap: 1.25rem;
}

.foot__col-title {
	margin: 0 0 0.65rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ice);
}

.foot__nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.45rem;
}

.foot__nav a {
	color: var(--muted);
	text-decoration: none;
	font-weight: 600;
}

.foot__nav a:hover {
	color: var(--text);
}

body.admin-bar .fixed-cta {
	bottom: calc(0.85rem + 32px + env(safe-area-inset-bottom, 0px));
}

@media screen and (max-width: 782px) {
	body.admin-bar .fixed-cta {
		bottom: calc(0.75rem + 46px + env(safe-area-inset-bottom, 0px));
	}
}

@media (min-width: 720px) {
	.foot__cols {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.hero--compact h1 {
	font-size: clamp(1.65rem, 6.5vw, 2.75rem);
	line-height: 1.05;
}
