:root {
	--color-page: #315f5b;
	--color-page-alt: #356a65;
	--color-header: #123f3d;
	--color-panel: #083b2b;
	--color-panel-2: #0b3d31;
	--color-panel-3: #0d4839;
	--color-text: #e5f3ef;
	--color-heading: #ffffff;
	--color-muted: #c9ddda;
	--color-yellow: #f6d447;
	--color-green: #15b96f;
	--color-purple: #7c43d9;
	--color-border: rgba(255, 255, 255, 0.28);
	--color-border-strong: rgba(255, 255, 255, 0.5);
	--font-main: system-ui, -apple-system, BlinkMacSystemFont, "Inter", "Nirmala UI", Arial, sans-serif;
	--container: 1120px;
	--container-narrow: 760px;
	--radius-sm: 4px;
	--radius-md: 6px;
	--shadow-soft: 0 14px 32px rgba(0, 0, 0, 0.18);
	--topbar-height: 32px;
	--nav-height: 64px;
	--header-height: 96px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding-top: var(--header-height);
	background: var(--color-page);
	color: var(--color-text);
	font-family: var(--font-main);
	font-size: 16px;
	line-height: 1.78;
	letter-spacing: 0;
	overflow-x: hidden;
}

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

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

p {
	margin: 0 0 18px;
}

p:last-child {
	margin-bottom: 0;
}

strong {
	color: var(--color-heading);
}

.site-container {
	width: min(calc(100% - 32px), var(--container));
	margin-inline: auto;
}

.site-main {
	min-height: 60vh;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: var(--color-header);
	transition: box-shadow 180ms ease, background-color 180ms ease;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header.is-scrolled {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
}

.site-topbar {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: var(--topbar-height);
	padding: 5px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: var(--color-text);
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}

.site-header__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 22px;
	width: min(calc(100% - 32px), var(--container));
	height: var(--nav-height);
	margin-inline: auto;
}

.site-header__brand {
	min-width: 0;
}

.site-brand,
.custom-logo-link,
.footer-logo-link {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
}

.brand-logo,
.custom-logo {
	display: block;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.brand-logo--header,
.custom-logo {
	max-width: 128px;
	max-height: 42px;
}

.brand-logo--footer {
	max-width: 144px;
	max-height: 54px;
}

.brand-logo--hero {
	max-width: 340px;
	max-height: 200px;
}

.brand-logo--fallback {
	display: inline-flex;
	position: relative;
	align-items: center;
	gap: 9px;
	color: #f9f0ac;
	font-weight: 900;
	font-size: 28px;
	line-height: 1;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}

.brand-logo--fallback i {
	width: 27px;
	height: 27px;
	border-radius: 50% 50% 50% 6px;
	background: linear-gradient(135deg, #ff5757, #ffd147 58%, #27d98d);
	transform: rotate(-35deg);
}

.brand-logo--footer.brand-logo--fallback {
	font-size: 34px;
}

.brand-logo--hero.brand-logo--fallback {
	font-size: 64px;
}

.brand-logo--hero.brand-logo--fallback i {
	width: 56px;
	height: 56px;
}

.site-nav {
	min-width: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
	display: none;
}

.menu-toggle {
	display: none;
}

.site-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	width: max-content;
	min-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

.site-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	color: #f2fffb;
	font-size: 14px;
	font-weight: 700;
	transition: color 160ms ease, opacity 160ms ease;
}

.site-menu a:hover,
.site-menu a:focus {
	color: var(--color-yellow);
}

.hero-section {
	padding-top: 30px;
}

.hero-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	align-items: center;
	gap: 46px;
	min-height: 430px;
	overflow: hidden;
	padding: 58px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--radius-md);
	background:
		linear-gradient(90deg, rgba(5, 31, 24, 0.9), rgba(7, 52, 40, 0.72) 52%, rgba(7, 35, 28, 0.52)),
		url("../img/hero-1xbat-india.webp") center / cover no-repeat,
		radial-gradient(circle at 18% 18%, rgba(246, 212, 71, 0.16), transparent 28%),
		radial-gradient(circle at 82% 28%, rgba(21, 185, 111, 0.18), transparent 30%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 18px),
		linear-gradient(145deg, #0a4a38, #0b332a 58%, #05281f);
	box-shadow: var(--shadow-soft);
}

.hero-card::after {
	position: absolute;
	right: -88px;
	bottom: -88px;
	width: 240px;
	height: 240px;
	border: 1px solid rgba(246, 212, 71, 0.18);
	border-radius: 50%;
	content: "";
}

.hero-copy,
.hero-visual {
	position: relative;
	z-index: 1;
}

.eyebrow {
	margin: 0 0 9px;
	color: var(--color-yellow);
	font-size: 14px;
	font-weight: 800;
}

.hero-copy h1 {
	max-width: 620px;
	margin: 0 0 16px;
	color: var(--color-heading);
	font-size: 48px;
	font-weight: 900;
	line-height: 1.18;
	letter-spacing: 0;
}

.hero-copy p {
	max-width: 560px;
	color: var(--color-text);
	font-size: 18px;
}

.hero-copy p span,
.text-yellow {
	color: var(--color-yellow);
	font-weight: 800;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: 8px;
	padding: 12px 26px;
	border: 0;
	border-radius: var(--radius-sm);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	transition: transform 160ms ease, filter 160ms ease;
}

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

.btn-primary {
	background: var(--color-green);
	color: #ffffff;
}

.hero-visual {
	display: flex;
	justify-content: center;
}

.hero-logo-frame {
	position: relative;
	display: grid;
	place-items: center;
	width: min(100%, 390px);
	min-height: 310px;
	padding: 36px 24px;
	border-radius: var(--radius-md);
	background:
		radial-gradient(circle at center, rgba(246, 212, 71, 0.18), transparent 62%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.rocket-mark {
	position: absolute;
	right: 26px;
	bottom: 24px;
	width: 96px;
	height: 96px;
	border-radius: 24px;
	background:
		url("../img/rocket.png") center / contain no-repeat,
		radial-gradient(circle at 35% 35%, #ffe47a, #ed4f55 58%, #2dd48b);
	filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.22));
}

.site-section {
	margin-top: 70px;
}

.site-section h2 {
	max-width: 820px;
	margin: 0 0 32px;
	color: var(--color-heading);
	font-size: 30px;
	font-weight: 900;
	line-height: 1.25;
	text-align: left;
	letter-spacing: 0;
}

.overview-grid,
.ecosystem-grid,
.app-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 50px;
}

.overview-copy {
	color: var(--color-text);
}

.table-scroll {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.info-table,
.comparison-table {
	width: 100%;
	border-collapse: collapse;
	color: var(--color-text);
	background: transparent;
}

.info-table {
	min-width: 420px;
}

.info-table th,
.info-table td,
.comparison-table th,
.comparison-table td {
	border: 1px solid var(--color-border-strong);
	padding: 13px 14px;
	vertical-align: top;
}

.info-table th {
	width: 38%;
	color: var(--color-heading);
	text-align: left;
}

.info-table td {
	color: var(--color-muted);
}

.narrow-copy {
	max-width: var(--container-narrow);
	margin-inline: 0;
	color: var(--color-text);
	text-align: left;
}

.license-section h2 {
	margin-inline: auto;
	text-align: center;
}

.license-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
	align-items: center;
	gap: 44px;
}

.license-visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 300px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: var(--radius-md);
	background:
		radial-gradient(circle at 20% 24%, rgba(246, 212, 71, 0.16), transparent 31%),
		radial-gradient(circle at 84% 72%, rgba(21, 185, 111, 0.16), transparent 34%),
		repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.045) 0, rgba(255, 255, 255, 0.045) 1px, transparent 1px, transparent 18px),
		linear-gradient(145deg, #0a4638, #06261f);
	box-shadow: var(--shadow-soft);
}

.license-visual::before {
	position: absolute;
	top: -62px;
	right: -54px;
	width: 168px;
	height: 168px;
	border: 1px solid rgba(246, 212, 71, 0.2);
	border-radius: 50%;
	content: "";
}

.license-document {
	position: relative;
	z-index: 1;
	width: min(76%, 270px);
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--radius-md);
	background: rgba(4, 30, 24, 0.78);
	box-shadow: 0 20px 34px rgba(0, 0, 0, 0.24);
}

.license-document strong {
	display: block;
	color: var(--color-yellow);
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
}

.license-document span {
	display: inline-flex;
	margin: 18px 0 14px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(246, 212, 71, 0.15);
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
}

.license-document i {
	display: block;
	height: 13px;
	margin-top: 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
}

.license-markers {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.license-markers span {
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	background: rgba(18, 63, 61, 0.86);
	color: var(--color-text);
	font-size: 12px;
	font-weight: 900;
}

.benefits-section h2 {
	margin-inline: auto;
	text-align: center;
}

.benefit-grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
	align-items: center;
	gap: 44px;
}

.benefit-visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 310px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--radius-md);
	background:
		radial-gradient(circle at 24% 18%, rgba(246, 212, 71, 0.18), transparent 30%),
		radial-gradient(circle at 82% 74%, rgba(21, 185, 111, 0.18), transparent 34%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0, rgba(255, 255, 255, 0.045) 1px, transparent 1px, transparent 18px),
		linear-gradient(145deg, #0b4b3b, #06261e);
	box-shadow: var(--shadow-soft);
}

.benefit-visual::before,
.benefit-visual::after {
	position: absolute;
	border-radius: 999px;
	content: "";
}

.benefit-visual::before {
	top: -74px;
	right: -58px;
	width: 180px;
	height: 180px;
	border: 1px solid rgba(246, 212, 71, 0.22);
}

.benefit-visual::after {
	bottom: -42px;
	left: -34px;
	width: 128px;
	height: 128px;
	background: rgba(21, 185, 111, 0.12);
}

.benefit-visual__panel {
	position: relative;
	z-index: 1;
	width: min(74%, 255px);
	padding: 26px 24px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--radius-md);
	background: rgba(4, 30, 24, 0.78);
	box-shadow: 0 20px 34px rgba(0, 0, 0, 0.26);
}

.benefit-visual__panel strong {
	display: block;
	color: var(--color-yellow);
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
}

.benefit-visual__panel span {
	display: inline-flex;
	margin: 18px 0 14px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(21, 185, 111, 0.2);
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
}

.benefit-visual__panel i {
	display: block;
	height: 14px;
	margin-top: 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
}

.benefit-visual__badges {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.benefit-visual__badges span {
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(18, 63, 61, 0.86);
	color: var(--color-text);
	font-size: 12px;
	font-weight: 900;
}

.benefit-list {
	width: min(100%, 620px);
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--color-text);
}

.benefit-list li {
	position: relative;
	margin-bottom: 19px;
	padding-left: 34px;
	line-height: 1.75;
}

.benefit-list li::before {
	position: absolute;
	top: 2px;
	left: 0;
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(21, 185, 111, 0.2);
	color: #54e39a;
	font-size: 14px;
	font-weight: 900;
	content: "✓";
}

.benefit-list span {
	color: var(--color-yellow);
	font-weight: 900;
}

.category-menu {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.category-item {
	display: grid;
	grid-template-rows: 78px auto;
	flex-direction: column;
	gap: 9px;
	min-height: 124px;
	overflow: hidden;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--radius-md);
	background: rgba(8, 59, 43, 0.78);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}

.category-thumb {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 78px;
	overflow: hidden;
	border: 1px solid rgba(246, 212, 71, 0.32);
	border-radius: var(--radius-sm);
	background:
		radial-gradient(circle at 24% 22%, rgba(246, 212, 71, 0.24), transparent 32%),
		radial-gradient(circle at 82% 76%, rgba(21, 185, 111, 0.22), transparent 34%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0, rgba(255, 255, 255, 0.055) 1px, transparent 1px, transparent 13px),
		linear-gradient(145deg, #0d503f, #061f19);
}

.category-thumb::after {
	position: absolute;
	right: -18px;
	bottom: -18px;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	content: "";
}

.category-thumb span {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(4, 30, 24, 0.72);
	font-size: 27px;
	line-height: 1;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
}

.category-item--slots .category-thumb,
.category-item--bonus .category-thumb {
	background:
		radial-gradient(circle at 24% 22%, rgba(246, 212, 71, 0.28), transparent 32%),
		radial-gradient(circle at 82% 76%, rgba(124, 67, 217, 0.2), transparent 34%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0, rgba(255, 255, 255, 0.055) 1px, transparent 1px, transparent 13px),
		linear-gradient(145deg, #4b3c16, #0a2b24);
}

.category-item--live .category-thumb,
.category-item--cards .category-thumb {
	background:
		radial-gradient(circle at 24% 22%, rgba(21, 185, 111, 0.26), transparent 32%),
		radial-gradient(circle at 82% 76%, rgba(246, 212, 71, 0.2), transparent 34%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0, rgba(255, 255, 255, 0.055) 1px, transparent 1px, transparent 13px),
		linear-gradient(145deg, #0d4a48, #061f19);
}

.category-item--aviator .category-thumb,
.category-item--app .category-thumb {
	background:
		radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.18), transparent 32%),
		radial-gradient(circle at 82% 76%, rgba(21, 185, 111, 0.23), transparent 34%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0, rgba(255, 255, 255, 0.055) 1px, transparent 1px, transparent 13px),
		linear-gradient(145deg, #123f3d, #06261f);
}

.category-label {
	display: block;
	color: var(--color-yellow);
	line-height: 1.2;
}

.ecosystem-copy {
	padding: 22px 0;
}

.ecosystem-emblem {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 14px;
	color: var(--color-yellow);
	font-size: 15px;
}

.ecosystem-emblem span {
	color: #26d18a;
}

.comparison-table {
	min-width: 680px;
}

.comparison-table thead th {
	background: rgba(18, 63, 61, 0.86);
	color: #ffffff;
	text-align: left;
}

.comparison-table td {
	color: var(--color-muted);
}

.status-good,
.status-bad {
	display: inline-grid;
	place-items: center;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 900;
}

.status-good {
	background: rgba(21, 185, 111, 0.2);
	color: #57e39d;
}

.status-bad {
	background: rgba(246, 212, 71, 0.18);
	color: var(--color-yellow);
}

.centered-copy {
	text-align: left;
}

.payment-btn {
	margin-top: 18px;
}

.section-heading-row {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.72fr);
	align-items: end;
	gap: 38px;
	margin-bottom: 28px;
}

.section-heading-row h2 {
	margin-bottom: 0;
}

.section-heading-row p {
	color: var(--color-muted);
	font-size: 16px;
	line-height: 1.68;
}

.game-showcase-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.82fr) minmax(0, 0.82fr);
	gap: 16px;
}

.game-tile {
	position: relative;
	overflow: hidden;
	min-height: 360px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--radius-md);
	background: var(--color-panel-2);
}

.card-cover-link {
	position: absolute;
	inset: 0;
	z-index: 3;
	font-size: 0;
}

.game-tile--large {
	min-height: 430px;
}

.game-tile__media {
	position: absolute;
	inset: 0;
}

.game-tile__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(3, 24, 18, 0.08), rgba(3, 24, 18, 0.88));
	content: "";
}

.game-img,
.game-tile .image-fallback {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.game-tile__body {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 24px;
}

.game-tile__body span {
	display: inline-flex;
	margin-bottom: 9px;
	color: var(--color-yellow);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.game-tile__body h3 {
	margin: 0 0 9px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
}

.game-tile__body p {
	max-width: 520px;
	color: var(--color-muted);
	font-size: 15px;
	line-height: 1.58;
}

.review-band {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.35fr);
	align-items: stretch;
	gap: 28px;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius-md);
	background:
		radial-gradient(circle at 14% 16%, rgba(246, 212, 71, 0.12), transparent 26%),
		linear-gradient(135deg, rgba(8, 59, 43, 0.95), rgba(5, 33, 27, 0.98));
}

.review-copy h2 {
	margin-bottom: 16px;
}

.review-copy p:not(.eyebrow) {
	color: var(--color-muted);
}

.review-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.review-cards--visible {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.review-card {
	position: relative;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius-md);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
		rgba(8, 59, 43, 0.86);
}

.review-card::before {
	position: absolute;
	top: 14px;
	right: 18px;
	color: rgba(246, 212, 71, 0.22);
	font-size: 52px;
	font-weight: 900;
	line-height: 1;
	content: "”";
}

.review-card span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin-bottom: 16px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(21, 185, 111, 0.18);
	color: var(--color-yellow);
	font-size: 13px;
	font-weight: 900;
}

.review-card h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 10px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.35;
}

.review-card p {
	color: var(--color-muted);
	font-size: 14px;
	line-height: 1.62;
}

.app-grid {
	align-items: center;
}

.app-visual {
	display: flex;
	justify-content: center;
}

.app-preview-img,
.app-visual .image-fallback {
	width: min(100%, 320px);
	aspect-ratio: 0.76;
	border-radius: 20px;
	object-fit: cover;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
}

.app-points {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.app-points li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 24px;
	color: var(--color-muted);
}

.app-points li::before {
	position: absolute;
	left: 0;
	color: var(--color-green);
	font-weight: 900;
	content: "✓";
}

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

.faq-item {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--radius-md);
	background: linear-gradient(180deg, rgba(8, 59, 43, 0.94), rgba(4, 29, 23, 0.88));
	color: var(--color-text);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.faq-question {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 24px;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-height: 58px;
	padding: 16px 18px;
	border: 0;
	background: transparent;
	color: var(--color-heading);
	font-family: var(--font-main);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
	transition: background-color 180ms ease;
}

.faq-question:hover,
.faq-question:focus-visible {
	background: rgba(255, 255, 255, 0.06);
}

.faq-question i {
	position: relative;
	width: 22px;
	height: 22px;
	border: 1px solid rgba(21, 185, 111, 0.32);
	border-radius: 50%;
	background: rgba(21, 185, 111, 0.18);
}

.faq-question i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--color-yellow);
	font-size: 14px;
	font-weight: 900;
	content: "›";
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform 180ms ease;
}

.faq-item.is-open .faq-question i::before {
	transform: translate(-50%, -50%) rotate(-90deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	border-top: 0 solid rgba(255, 255, 255, 0.12);
	background: rgba(4, 29, 23, 0.42);
	transition: max-height 220ms ease, border-top-width 220ms ease;
}

.faq-item.is-open .faq-answer {
	max-height: 220px;
	border-top-width: 1px;
}

.faq-answer p {
	padding: 14px 18px 17px;
	color: var(--color-muted);
	font-size: 14px;
	line-height: 1.65;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.news-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--radius-md);
	background: var(--color-panel-2);
}

.game-tile:hover,
.news-card:hover,
.category-item:hover {
	border-color: rgba(246, 212, 71, 0.48);
}

.game-tile:hover .game-img,
.news-card:hover .news-img {
	transform: scale(1.035);
}

.news-media {
	position: relative;
	height: 136px;
	overflow: hidden;
	background:
		radial-gradient(circle at 24% 18%, rgba(246, 212, 71, 0.2), transparent 30%),
		linear-gradient(135deg, #0c4d3b, #071d18);
}

.news-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.48));
	content: "";
}

.news-img,
.news-media .image-fallback {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.news-body {
	padding: 14px;
}

.news-body h3 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.35;
}

.news-body p {
	color: var(--color-muted);
	font-size: 14px;
	line-height: 1.55;
}

.visual-image.image-fallback {
	display: grid;
	place-items: center;
	background:
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 1px, transparent 1px, transparent 16px),
		linear-gradient(145deg, #0b3d31, #061f19);
	color: var(--color-yellow);
	font-weight: 900;
	text-align: center;
}

.fallback-page {
	padding: 82px 0;
	text-align: center;
}

.fallback-page h1 {
	margin: 0 0 14px;
	color: #ffffff;
	font-size: 32px;
}

.fallback-page p {
	max-width: 520px;
	margin-inline: auto;
	color: var(--color-muted);
}

.inner-page {
	padding-top: 28px;
}

.inner-hero {
	padding-top: 30px;
}

.inner-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.76fr);
	align-items: center;
	gap: 44px;
	min-height: 360px;
	padding: 42px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius-md);
	background:
		linear-gradient(135deg, rgba(8, 59, 43, 0.95), rgba(5, 33, 27, 0.98)),
		radial-gradient(circle at 84% 20%, rgba(246, 212, 71, 0.18), transparent 30%);
	box-shadow: var(--shadow-soft);
}

.inner-hero h1 {
	max-width: 680px;
	margin: 0 0 16px;
	color: #ffffff;
	font-size: 42px;
	font-weight: 900;
	line-height: 1.16;
}

.inner-hero p:not(.eyebrow) {
	max-width: 640px;
	color: var(--color-muted);
	font-size: 17px;
	line-height: 1.72;
}

.inner-hero__visual {
	overflow: hidden;
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, 0.06);
}

.inner-page-img,
.inner-hero__visual .image-fallback {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.inner-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.inner-info-card {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--radius-md);
	background: rgba(8, 59, 43, 0.82);
}

.inner-info-card h2 {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.25;
}

.inner-info-card p {
	color: var(--color-muted);
	font-size: 15px;
	line-height: 1.66;
}

.inner-notice {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	margin-top: 18px;
	padding: 26px;
	border: 1px solid rgba(246, 212, 71, 0.28);
	border-radius: var(--radius-md);
	background: rgba(18, 63, 61, 0.76);
}

.inner-notice h2 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
}

.inner-notice p {
	color: var(--color-muted);
}

.btn-ghost {
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.inner-section h2 {
	margin-bottom: 18px;
	text-align: left;
}

.inner-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.inner-visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 320px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius-md);
	background:
		radial-gradient(circle at 22% 18%, rgba(246, 212, 71, 0.18), transparent 28%),
		radial-gradient(circle at 82% 76%, rgba(21, 185, 111, 0.18), transparent 32%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0, rgba(255, 255, 255, 0.045) 1px, transparent 1px, transparent 17px),
		linear-gradient(145deg, #0a4939, #06271f);
}

.inner-visual::before,
.inner-visual::after {
	position: absolute;
	border-radius: 999px;
	content: "";
}

.inner-visual::before {
	top: -70px;
	right: -60px;
	width: 190px;
	height: 190px;
	border: 1px solid rgba(246, 212, 71, 0.2);
}

.inner-visual::after {
	bottom: -52px;
	left: -40px;
	width: 150px;
	height: 150px;
	background: rgba(21, 185, 111, 0.1);
}

.visual-phone,
.visual-gateway,
.visual-form-card,
.visual-wallet,
.visual-game-grid,
.visual-faq-board,
.visual-document,
.visual-brand-panel {
	position: relative;
	z-index: 1;
}

.visual-phone {
	width: 166px;
	min-height: 270px;
	padding: 16px 12px;
	border: 8px solid rgba(255, 255, 255, 0.84);
	border-radius: 28px;
	background: #062019;
	box-shadow: 0 24px 36px rgba(0, 0, 0, 0.28);
}

.phone-notch {
	display: block;
	width: 54px;
	height: 6px;
	margin: 0 auto 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.38);
}

.phone-screen {
	display: grid;
	gap: 10px;
	min-height: 210px;
	padding: 18px 14px;
	border-radius: 18px;
	background: linear-gradient(180deg, #0d5a45, #082d24);
}

.phone-screen strong,
.phone-screen em {
	color: var(--color-yellow);
	font-style: normal;
	font-weight: 900;
}

.phone-screen i {
	display: block;
	height: 30px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.12);
}

.visual-chip {
	position: absolute;
	z-index: 2;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(246, 212, 71, 0.18);
	color: var(--color-yellow);
	font-size: 13px;
	font-weight: 900;
}

.visual-chip--one {
	top: 56px;
	left: 46px;
}

.visual-chip--two {
	right: 38px;
	bottom: 54px;
}

.visual-gateway,
.visual-form-card,
.visual-wallet,
.visual-faq-board,
.visual-document,
.visual-brand-panel {
	width: min(78%, 280px);
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--radius-md);
	background: rgba(4, 29, 23, 0.74);
	box-shadow: 0 20px 32px rgba(0, 0, 0, 0.22);
}

.visual-gateway strong,
.visual-form-card strong,
.visual-wallet strong,
.visual-faq-board strong,
.visual-document strong,
.visual-brand-panel strong {
	display: block;
	margin-bottom: 18px;
	color: #ffffff;
	font-size: 26px;
	font-weight: 900;
}

.gateway-lock {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: rgba(21, 185, 111, 0.2);
}

.gateway-lock::before {
	color: var(--color-yellow);
	font-size: 26px;
	content: "•";
}

.visual-gateway i,
.visual-form-card span,
.visual-faq-board span,
.visual-document span,
.visual-brand-panel span {
	display: block;
	height: 14px;
	margin-top: 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
}

.visual-form-card b {
	display: block;
	width: 56%;
	height: 38px;
	margin-top: 18px;
	border-radius: var(--radius-sm);
	background: var(--color-green);
}

.visual-wallet {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.visual-wallet strong {
	grid-column: 1 / -1;
}

.visual-wallet span {
	padding: 12px 10px;
	border-radius: var(--radius-sm);
	background: rgba(255, 255, 255, 0.11);
	color: var(--color-text);
	font-weight: 800;
	text-align: center;
}

.visual-wallet i {
	grid-column: 1 / -1;
	height: 42px;
	border-radius: var(--radius-sm);
	background: linear-gradient(90deg, var(--color-green), rgba(246, 212, 71, 0.82));
}

.visual-game-grid {
	display: grid;
	grid-template-columns: repeat(3, 68px);
	gap: 12px;
}

.visual-game-grid span {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, 0.09);
	font-size: 30px;
}

.inner-info-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 28px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: rgba(246, 212, 71, 0.16);
	color: var(--color-yellow);
	font-size: 13px;
	font-weight: 900;
}

.app-layout-grid,
.register-layout,
.payment-layout,
.games-layout,
.bonus-layout,
.support-layout,
.about-layout,
.legal-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: start;
	gap: 36px;
}

.app-device-panel,
.register-checklist,
.bonus-ticket,
.legal-toc {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius-md);
	background: rgba(8, 59, 43, 0.72);
}

.app-device-panel {
	display: grid;
	place-items: center;
	min-height: 430px;
	padding: 28px;
}

.app-device-shell {
	width: min(100%, 245px);
	padding: 12px;
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.86);
}

.app-device-screen {
	display: grid;
	gap: 12px;
	min-height: 360px;
	padding: 24px 18px;
	border-radius: 26px;
	background:
		radial-gradient(circle at 78% 16%, rgba(246, 212, 71, 0.24), transparent 34%),
		linear-gradient(180deg, #0d5a45, #061f19);
}

.app-device-screen strong {
	color: var(--color-yellow);
	font-size: 34px;
	font-weight: 900;
}

.app-device-screen span {
	color: #ffffff;
	font-weight: 800;
}

.app-device-screen i {
	display: block;
	height: 58px;
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, 0.1);
}

.device-row,
.payment-methods,
.security-checklist {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.device-row span,
.payment-methods span,
.security-checklist span {
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--color-text);
	font-size: 14px;
	font-weight: 800;
}

.troubleshooting-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 18px;
}

.troubleshooting-grid article,
.split-panel,
.payment-flow,
.support-layout,
.about-layout {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius-md);
	background: rgba(8, 59, 43, 0.72);
}

.troubleshooting-grid article {
	padding: 26px;
}

.split-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
	align-items: center;
	gap: 28px;
	padding: 30px;
}

.register-checklist {
	padding: 30px;
}

.register-checklist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.register-checklist li {
	position: relative;
	margin-bottom: 16px;
	padding-left: 28px;
	color: var(--color-text);
}

.register-checklist li::before {
	position: absolute;
	left: 0;
	color: var(--color-green);
	font-weight: 900;
	content: "✓";
}

.inner-card-grid--timeline,
.inner-card-grid--steps,
.inner-card-grid--flow,
.inner-card-grid--legal {
	grid-template-columns: 1fr;
}

.inner-card-grid--access,
.inner-card-grid--bonus,
.inner-card-grid--support,
.inner-card-grid--about {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.payment-layout {
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	align-items: center;
}

.payment-methods span {
	border-radius: var(--radius-sm);
}

.payment-flow {
	margin-top: 18px;
	padding: 22px;
}

.games-layout {
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
	align-items: stretch;
}

.game-link-matrix {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.game-link-matrix a {
	display: grid;
	gap: 10px;
	min-height: 108px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius-md);
	background: rgba(8, 59, 43, 0.84);
	color: #ffffff;
	font-weight: 900;
}

.game-link-matrix span {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(246, 212, 71, 0.16);
	font-size: 21px;
}

.inner-card-grid--compact {
	grid-template-columns: 1fr;
	margin-top: 20px;
}

.inner-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: 28px;
}

.inner-layout--login,
.inner-layout--register,
.inner-layout--bonus,
.inner-layout--payment,
.inner-layout--about,
.inner-layout--contact,
.inner-layout--responsible {
	grid-template-columns: minmax(0, 1fr);
}

.bonus-layout {
	align-items: center;
}

.bonus-ticket {
	position: relative;
	min-height: 260px;
	padding: 32px;
	background:
		linear-gradient(135deg, rgba(246, 212, 71, 0.14), rgba(21, 185, 111, 0.08)),
		rgba(8, 59, 43, 0.78);
}

.bonus-ticket::before,
.bonus-ticket::after {
	position: absolute;
	top: 50%;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--color-page);
	content: "";
	transform: translateY(-50%);
}

.bonus-ticket::before {
	left: -17px;
}

.bonus-ticket::after {
	right: -17px;
}

.bonus-ticket strong {
	display: block;
	color: var(--color-yellow);
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
}

.bonus-ticket span {
	display: inline-flex;
	margin-top: 22px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-weight: 900;
}

.inner-faq-list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 14px;
	max-width: 780px;
}

.support-layout,
.about-layout {
	padding: 30px;
}

.support-layout {
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	align-items: center;
}

.about-timeline {
	display: grid;
	gap: 14px;
}

.about-timeline span {
	position: relative;
	display: block;
	padding: 16px 18px 16px 46px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, 0.07);
	color: #ffffff;
	font-weight: 900;
}

.about-timeline span::before {
	position: absolute;
	top: 50%;
	left: 18px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--color-green);
	content: "";
	transform: translateY(-50%);
}

.legal-layout {
	grid-template-columns: 210px minmax(0, 1fr);
	align-items: start;
}

.legal-toc {
	position: sticky;
	top: calc(var(--header-height) + 24px);
	display: grid;
	gap: 8px;
	padding: 16px;
}

.legal-toc a {
	padding: 10px 12px;
	border-radius: var(--radius-sm);
	background: rgba(255, 255, 255, 0.07);
	color: var(--color-text);
	font-weight: 800;
}

.legal-copy {
	max-width: 760px;
}

.inner-page--app .inner-hero__grid {
	background:
		linear-gradient(135deg, rgba(8, 59, 43, 0.94), rgba(4, 31, 25, 0.98)),
		radial-gradient(circle at 82% 24%, rgba(21, 185, 111, 0.22), transparent 32%);
}

.inner-page--login .inner-hero__grid {
	background:
		linear-gradient(135deg, rgba(6, 35, 31, 0.96), rgba(7, 28, 38, 0.98)),
		radial-gradient(circle at 78% 24%, rgba(124, 67, 217, 0.2), transparent 32%);
}

.inner-page--register .inner-hero__grid {
	background:
		linear-gradient(135deg, rgba(9, 54, 39, 0.96), rgba(4, 30, 23, 0.98)),
		radial-gradient(circle at 76% 18%, rgba(246, 212, 71, 0.2), transparent 30%);
}

.inner-page--payment .inner-hero__grid {
	background:
		linear-gradient(135deg, rgba(5, 42, 33, 0.96), rgba(10, 39, 33, 0.98)),
		radial-gradient(circle at 78% 22%, rgba(246, 212, 71, 0.18), transparent 32%);
}

.inner-page--games .inner-hero__grid {
	background:
		linear-gradient(135deg, rgba(6, 43, 33, 0.96), rgba(4, 28, 22, 0.98)),
		radial-gradient(circle at 77% 22%, rgba(21, 185, 111, 0.2), transparent 32%),
		repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 18px);
}

.site-footer {
	margin-top: 78px;
	padding-top: 42px;
	background: var(--color-header);
	color: var(--color-muted);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.8fr 0.8fr 0.9fr 1.15fr;
	gap: 24px;
}

.footer-title {
	margin: 14px 0 12px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.3;
}

.footer-brand p,
.footer-info p {
	color: var(--color-muted);
	font-size: 14px;
	line-height: 1.65;
}

.footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a,
.footer-info a {
	color: #e9fff8;
}

.footer-links a:hover,
.footer-info a:hover {
	color: var(--color-yellow);
}

.footer-info {
	overflow-wrap: anywhere;
}

.archive-page .inner-hero,
.single-page .single-hero {
	padding-top: 30px;
}

.archive-grid {
	align-items: stretch;
}

.news-body .text-link {
	display: inline-flex;
	margin-top: 12px;
	color: var(--color-yellow);
	font-weight: 900;
}

.single-hero__inner {
	max-width: 820px;
	padding: 44px 0 24px;
}

.single-hero h1 {
	margin: 0 0 14px;
	color: #ffffff;
	font-size: 42px;
	font-weight: 900;
	line-height: 1.18;
}

.single-hero p:not(.eyebrow) {
	color: var(--color-muted);
	font-size: 17px;
	line-height: 1.7;
}

.single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 28px;
	align-items: start;
	margin-top: 28px;
}

.single-content {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--radius-md);
	background: rgba(8, 59, 43, 0.66);
}

.single-content h2,
.single-content h3 {
	color: #ffffff;
	line-height: 1.3;
}

.single-content a {
	color: var(--color-yellow);
	font-weight: 800;
}

.single-featured {
	margin: 0 0 24px;
	overflow: hidden;
	border-radius: var(--radius-md);
}

.single-sidebar {
	position: sticky;
	top: calc(var(--header-height) + 24px);
	padding: 24px;
	border: 1px solid rgba(246, 212, 71, 0.24);
	border-radius: var(--radius-md);
	background: rgba(18, 63, 61, 0.78);
}

.single-sidebar h2 {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.25;
}

.footer-bottom {
	margin-top: 34px;
	padding: 18px 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	text-align: center;
}

.footer-bottom p {
	color: #d8e9e5;
	font-size: 13px;
}

.mobile-action-bar {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
	display: none;
	gap: 10px;
	padding: 10px 16px 12px;
	background: rgba(7, 28, 25, 0.96);
	box-shadow: 0 -10px 22px rgba(0, 0, 0, 0.24);
}

.mobile-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 0;
	min-height: 44px;
	border-radius: var(--radius-sm);
	color: #ffffff;
	font-size: 15px;
	font-weight: 900;
}

.mobile-action--purple {
	background: var(--color-purple);
}

.mobile-action--green {
	background: var(--color-green);
}

.back-to-top {
	position: fixed;
	right: 18px;
	bottom: 22px;
	z-index: 1002;
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	background: rgba(18, 63, 61, 0.94);
	color: #ffffff;
	font-family: var(--font-main);
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus {
	background: var(--color-green);
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 768px) {
	:root {
		--topbar-height: 32px;
		--nav-height: 66px;
		--header-height: 98px;
	}

	body {
		padding-bottom: 86px;
		font-size: 16px;
		line-height: 1.82;
	}

	.site-header__inner {
		position: relative;
		grid-template-columns: auto auto;
		align-content: center;
		justify-content: space-between;
		gap: 14px;
		height: var(--nav-height);
		padding-block: 0;
	}

	.brand-logo--header,
	.custom-logo {
		max-width: 128px;
		max-height: 42px;
	}

	.site-header__brand {
		display: flex;
		justify-content: flex-start;
		width: 100%;
	}

	.menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 9px;
		justify-self: end;
		min-width: 96px;
		min-height: 42px;
		padding: 8px 13px;
		border: 1px solid rgba(255, 255, 255, 0.24);
		border-radius: var(--radius-sm);
		background: rgba(255, 255, 255, 0.08);
		color: #ffffff;
		font-family: var(--font-main);
		font-size: 15px;
		font-weight: 900;
		cursor: pointer;
	}

	.menu-toggle__icon {
		display: grid;
		gap: 4px;
		width: 18px;
	}

	.menu-toggle__icon span {
		display: block;
		height: 2px;
		border-radius: 2px;
		background: #ffffff;
		transition: transform 160ms ease, opacity 160ms ease;
	}

	.site-header.is-menu-open .menu-toggle__icon span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.site-header.is-menu-open .menu-toggle__icon span:nth-child(2) {
		opacity: 0;
	}

	.site-header.is-menu-open .menu-toggle__icon span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.site-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		border-top: 0 solid rgba(255, 255, 255, 0.12);
		background: var(--color-header);
		box-shadow: 0 16px 24px rgba(0, 0, 0, 0.24);
		transition: max-height 220ms ease, border-top-width 220ms ease;
	}

	.site-header.is-menu-open .site-nav {
		max-height: 430px;
		border-top-width: 1px;
	}

	.site-menu {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0;
		width: 100%;
		min-width: 0;
		padding: 8px 0 10px;
		white-space: normal;
	}

	.site-menu a {
		justify-content: flex-start;
		min-height: 46px;
		padding: 10px 16px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		font-size: 15px;
		font-weight: 800;
	}

	.hero-section {
		padding-top: 24px;
	}

	.hero-card {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 28px 24px;
	}

	.hero-copy h1 {
		max-width: 100%;
		font-size: 30px;
		line-height: 1.2;
	}

	.hero-copy p {
		max-width: 100%;
		font-size: 16px;
	}

	.hero-logo-frame {
		width: 100%;
		min-height: 240px;
		padding: 24px;
	}

	.brand-logo--hero {
		max-width: 270px;
		max-height: 156px;
	}

	.brand-logo--hero.brand-logo--fallback {
		font-size: 48px;
	}

	.rocket-mark {
		right: 16px;
		bottom: 14px;
		width: 74px;
		height: 74px;
	}

	.site-section {
		margin-top: 54px;
	}

	.site-section h2 {
		margin-bottom: 26px;
		font-size: 25px;
		line-height: 1.32;
	}

	.overview-grid,
	.ecosystem-grid,
	.app-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.license-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.license-visual {
		min-height: 250px;
	}

	.benefit-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.benefit-visual {
		min-height: 260px;
	}

	.benefit-visual__panel {
		width: min(78%, 250px);
	}

	.section-heading-row {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 22px;
	}

	.game-showcase-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.game-tile,
	.game-tile--large {
		min-height: 310px;
	}

	.game-tile__body {
		padding: 20px;
	}

	.game-tile__body h3 {
		font-size: 22px;
	}

	.review-band {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 24px;
	}

	.review-cards {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.benefit-list {
		width: 100%;
		margin-inline: 0;
	}

	.category-menu {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.category-item {
		grid-template-rows: 74px auto;
		min-height: 116px;
		padding: 8px;
		font-size: 15px;
		line-height: 1.35;
		text-align: center;
	}

	.category-thumb {
		min-height: 74px;
	}

	.category-thumb span {
		width: 46px;
		height: 46px;
		font-size: 25px;
	}

	.ecosystem-copy {
		padding: 0;
	}

	.app-visual {
		order: 2;
	}

	.app-copy {
		order: 1;
	}

	.app-preview-img,
	.app-visual .image-fallback {
		width: min(100%, 280px);
	}

	.faq-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.news-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.news-media {
		height: 196px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.inner-page {
		padding-top: 18px;
	}

	.inner-hero__grid {
		grid-template-columns: 1fr;
		gap: 24px;
		min-height: 0;
		padding: 28px 24px;
	}

	.inner-hero h1 {
		font-size: 32px;
	}

	.inner-hero p:not(.eyebrow) {
		font-size: 16px;
	}

	.inner-card-grid,
	.inner-notice,
	.inner-layout,
	.single-layout {
		grid-template-columns: 1fr;
	}

	.inner-notice {
		padding: 22px;
	}

	.single-hero h1 {
		font-size: 32px;
	}

	.single-content,
	.single-sidebar {
		padding: 22px;
	}

	.single-sidebar {
		position: static;
	}

	.site-footer {
		margin-top: 58px;
		padding-top: 34px;
	}

	.mobile-action-bar {
		display: flex;
	}

	.back-to-top {
		right: 16px;
		bottom: 78px;
		width: 42px;
		height: 42px;
		font-size: 21px;
	}

	.btn {
		min-height: 46px;
		padding: 12px 24px;
		font-size: 16px;
	}

	.info-table th,
	.info-table td,
	.comparison-table th,
	.comparison-table td {
		font-size: 15px;
	}

	.faq-question {
		min-height: 62px;
		padding: 18px 18px;
		font-size: 16px;
	}

	.faq-answer p {
		font-size: 15px;
	}

	.news-body {
		padding: 16px;
	}

	.news-body h3 {
		font-size: 18px;
	}

	.news-body p {
		font-size: 15px;
	}

	.footer-brand p,
	.footer-info p {
		font-size: 15px;
	}
}

@media (max-width: 420px) {
	.site-container,
	.site-header__inner {
		width: calc(100% - 32px);
	}

	.brand-logo--header,
	.custom-logo {
		max-width: 122px;
	}

	.site-menu {
		gap: 0;
	}

	.hero-copy h1 {
		font-size: 30px;
	}

	.btn {
		width: auto;
		max-width: 100%;
		min-height: 40px;
		padding-inline: 18px;
	}

	.info-table th,
	.info-table td,
	.comparison-table th,
	.comparison-table td {
		padding: 12px 13px;
		font-size: 14px;
	}

	.category-item {
		gap: 8px;
	}

	.license-visual {
		min-height: 225px;
	}

	.license-document {
		width: min(86%, 238px);
		padding: 22px 20px;
	}

	.license-document strong {
		font-size: 31px;
	}

	.benefit-visual {
		min-height: 230px;
	}

	.benefit-visual__panel {
		width: min(86%, 236px);
		padding: 22px 20px;
	}

	.benefit-visual__panel strong {
		font-size: 32px;
	}
}

@media (max-width: 768px) {
	.inner-hero__actions {
		gap: 10px;
	}

	.inner-visual {
		min-height: 250px;
	}

	.visual-phone {
		width: 145px;
		min-height: 232px;
		border-width: 7px;
	}

	.phone-screen {
		min-height: 174px;
	}

	.app-layout-grid,
	.register-layout,
	.payment-layout,
	.games-layout,
	.bonus-layout,
	.support-layout,
	.about-layout,
	.legal-layout,
	.split-panel,
	.troubleshooting-grid {
		grid-template-columns: 1fr;
	}

	.app-device-panel {
		min-height: 360px;
	}

	.app-device-shell {
		width: min(100%, 214px);
	}

	.app-device-screen {
		min-height: 300px;
	}

	.inner-card-grid--access,
	.inner-card-grid--bonus,
	.inner-card-grid--support,
	.inner-card-grid--about {
		grid-template-columns: 1fr;
	}

	.game-link-matrix {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.game-link-matrix a {
		min-height: 100px;
		padding: 15px;
	}

	.support-layout,
	.about-layout,
	.split-panel {
		padding: 24px;
	}

	.legal-toc {
		position: static;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.legal-toc a {
		text-align: center;
	}
}

@media (max-width: 420px) {
	.inner-visual {
		min-height: 220px;
	}

	.visual-gateway,
	.visual-form-card,
	.visual-wallet,
	.visual-faq-board,
	.visual-document,
	.visual-brand-panel {
		width: min(88%, 260px);
		padding: 22px;
	}

	.visual-game-grid {
		grid-template-columns: repeat(3, 56px);
		gap: 9px;
	}

	.visual-game-grid span {
		font-size: 24px;
	}

	.game-link-matrix a {
		min-height: 92px;
		font-size: 14px;
	}

	.payment-methods span,
	.device-row span,
	.security-checklist span {
		flex: 1 1 calc(50% - 10px);
		text-align: center;
	}

	.legal-toc {
		grid-template-columns: 1fr;
	}
}
