/*
Theme Name: Winner Casino Mexico
Author: Winner Casino
Description: A lightweight classic WordPress theme for Winner Casino Mexico.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: winnercasino
*/

:root {
	--color-background: #0c0c0c;
	--color-text: #f7f7f7;
	--color-accent: #ff6a0a;
	--layout-width: 1180px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	background: var(--color-background);
	color: var(--color-text);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

a {
	color: var(--color-accent);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
	color: #ffe07a;
}

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

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: #ffffff;
	color: #111111;
	font-weight: 700;
}

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

.site-header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid #161616;
	background: #030303;
}

.site-header__inner {
	display: flex;
	align-items: center;
	min-height: 70px;
	max-width: 1180px;
	gap: 26px;
}

.site-logo {
	display: block;
	flex: 0 0 auto;
	order: 1;
	width: 132px;
}

.site-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.header-panel {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	order: 2;
	min-width: 0;
}

.primary-navigation {
	min-width: 0;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-menu li {
	position: relative;
}

.primary-menu a {
	display: block;
	padding-block: 23px;
	color: var(--color-text);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	white-space: nowrap;
}

.primary-menu a:hover,
.primary-menu a:focus-visible,
.primary-menu .current-menu-item > a {
	color: #ff6a0a;
}

.primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: -16px;
	display: none;
	min-width: 190px;
	padding: 8px 0;
	margin: 0;
	border: 1px solid #242424;
	background: #0a0a0a;
	list-style: none;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	display: block;
}

.primary-menu .sub-menu a {
	padding: 9px 16px;
}

.header-actions {
	display: flex;
	align-items: center;
	order: 3;
	gap: 8px;
	margin-left: auto;
}

.header-action {
	min-height: 38px;
	padding: 8px 20px;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	font: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	cursor: pointer;
	transition: filter 160ms ease, transform 160ms ease;
}

.header-action:hover,
.header-action:focus-visible {
	filter: brightness(1.12);
}

.header-action:active {
	transform: translateY(1px);
}

.header-action:disabled {
	cursor: wait;
	opacity: 0.72;
}

.header-action--access {
	background: #1579b5;
}

.header-action--signup {
	background: #18b91e;
}

.menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 9px;
	border: 1px solid #303030;
	border-radius: 6px;
	background: transparent;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin: 4px auto;
	background: #ffffff;
	transition: transform 180ms ease, opacity 180ms ease;
}

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

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

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

.footer-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu li {
	display: flex;
	align-items: center;
}

.footer-menu li + li::before {
	width: 1px;
	height: 14px;
	margin-inline: 10px;
	background: #ffffff;
	content: '';
}

.footer-menu a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
}

.footer-menu a:hover,
.footer-menu a:focus-visible {
	color: #ff7a1f;
}

.site-main {
	flex: 1 0 auto;
	min-height: 60vh;
	padding-block: clamp(48px, 8vw, 96px);
}

.front-page-main {
	padding-block: 0;
}

.hero-banner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 600px;
	overflow: hidden;
	isolation: isolate;
	background: #030303;
}

.hero-banner::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.96) 24%, rgba(3, 3, 3, 0.36) 55%, rgba(3, 3, 3, 0.08) 76%),
		linear-gradient(0deg, #030303 0%, transparent 18%, transparent 82%, rgba(3, 3, 3, 0.3) 100%);
	content: '';
}

.hero-banner__media {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -2;
	width: min(1600px, 100%);
	min-width: 1180px;
	max-width: none;
	height: auto;
	transform: translateX(-50%);
}

.hero-banner__inner {
	display: flex;
	align-items: center;
	min-height: 600px;
}

.hero-banner__content {
	width: min(100%, 520px);
	padding-block: 54px;
}

.hero-banner__title {
	max-width: 510px;
	margin: 0;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(2rem, 2.8vw, 2.65rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.18;
	text-align: center;
}

.hero-banner__line {
	display: block;
}

.hero-banner__title strong {
	display: inline-block;
	color: #ff6a0a;
	font-weight: 900;
}

.hero-banner__title strong span {
	font-size: 0.42em;
	letter-spacing: 0.04em;
	vertical-align: 0.22em;
}

.hero-banner__mark {
	color: #ff6a0a;
}

.hero-banner__description {
	max-width: 410px;
	margin: 24px auto 0;
	color: #d7d7d7;
	font-size: 19px;
	line-height: 1.45;
	text-align: center;
}

.hero-banner__description strong {
	color: #ffffff;
}

.hero-banner__action-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: 30px;
}

.hero-banner__button {
	min-height: 48px;
	padding: 12px 26px;
	border: 0;
	border-radius: 3px;
	background: #18b91e;
	color: #ffffff;
	font: inherit;
	font-size: 15px;
	font-weight: 800;
	line-height: 24px;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 10px 28px rgba(24, 185, 30, 0.22);
	transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.hero-banner__button:hover,
.hero-banner__button:focus-visible {
	background: #22ca29;
	box-shadow: 0 12px 32px rgba(24, 185, 30, 0.34);
	transform: translateY(-2px);
}

.hero-banner__button:disabled {
	cursor: wait;
	opacity: 0.72;
}

.hero-banner__action-row span {
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.hero-banner__terms {
	max-width: 410px;
	margin: 17px auto 0;
	color: #878787;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
}

/* Gutenberg content on front and standard pages */
.editor-content-page {
	background: #0c0c0c;
}

.editor-content-page:not(.front-page-main) {
	padding-top: 0;
}

.editor-content-page > .wp-block-group {
	position: relative;
	width: min(calc(100% - 40px), var(--layout-width));
	padding-block: clamp(26px, 3.5vw, 40px);
	margin-inline: auto;
	color: #c9c9c9;
}

.editor-content-page > .wp-block-group + .wp-block-group {
	border-top: 1px solid #292929;
}

.editor-content-page > .wp-block-group.is-layout-constrained > * {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.editor-content-page > .wp-block-group :where(p) {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
}

.editor-content-page > .wp-block-group p + p {
	margin-top: 16px;
}

.editor-content-page > .wp-block-group > .wp-block-heading {
	margin: 0 0 18px;
	color: #ffffff;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.editor-content-page > .wp-block-group > h1.wp-block-heading {
	width: 100%;
	font-size: clamp(1.85rem, 3vw, 2.75rem);
	letter-spacing: -0.035em;
}

.editor-content-page > .wp-block-group > h1.wp-block-heading::after {
	display: block;
	width: 68px;
	height: 4px;
	margin-top: 22px;
	border-radius: 999px;
	background: #ff6a0a;
	content: '';
}

.editor-content-page > .wp-block-group > h2.wp-block-heading {
	padding-left: 18px;
	border-left: 3px solid #ff6a0a;
	font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.editor-content-page > .wp-block-group > h3.wp-block-heading {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: clamp(1.18rem, 1.6vw, 1.4rem);
}

.editor-content-page > .wp-block-group > h3.wp-block-heading::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #18b91e;
	content: '';
	flex: 0 0 8px;
}

.editor-content-page > .wp-block-group :where(h4, h5, h6) {
	margin: 24px 0 14px;
	color: #ffffff;
	font-weight: 800;
	line-height: 1.25;
}

.editor-content-page > .wp-block-group :where(a) {
	color: #ff8a3d;
	text-underline-offset: 0.18em;
}

.editor-content-page > .wp-block-group :where(a:hover, a:focus-visible) {
	color: #ffb17d;
}

.editor-content-page > .wp-block-group .wp-block-columns {
	display: flex;
	align-items: center;
	gap: clamp(28px, 5vw, 64px);
	margin-block: 32px 0;
}

.editor-content-page > .wp-block-group .wp-block-column {
	min-width: 0;
	margin: 0;
}

.editor-content-page > .wp-block-group .wp-block-image {
	margin: 0;
}

.editor-content-page > .wp-block-group .wp-block-image img {
	width: 100%;
	border: 1px solid #303030;
	border-radius: 12px;
	background: #171717;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.editor-content-page > .wp-block-group figcaption {
	margin-top: 10px;
	color: #8f8f8f;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.editor-content-page > .wp-block-group .wp-block-table {
	display: block;
	width: 100%;
	margin: 28px 0;
	overflow-x: auto;
	border: 1px solid #303030;
	border-radius: 10px;
	background: #141414;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.editor-content-page > .wp-block-group .wp-block-table table {
	width: 100%;
	min-width: 680px;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	color: #c9c9c9;
	font-size: 14px;
	line-height: 1.55;
}

.editor-content-page > .wp-block-group .wp-block-table :where(th, td) {
	padding: 15px 17px;
	border: 0;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
	text-align: left;
	vertical-align: top;
}

.editor-content-page > .wp-block-group .wp-block-table th {
	background: #1d1d1d;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.editor-content-page > .wp-block-group .wp-block-table tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 0.025);
}

.editor-content-page > .wp-block-group .wp-block-table tbody tr:hover {
	background: rgba(255, 106, 10, 0.06);
}

.editor-content-page > .wp-block-group .wp-block-table tr:last-child td {
	border-bottom: 0;
}

.editor-content-page > .wp-block-group .wp-block-table :where(th, td):last-child {
	border-right: 0;
}

.editor-content-page > .wp-block-group .wp-block-list {
	padding: 22px 26px 22px 48px;
	margin: 24px 0;
	border: 1px solid #2d2d2d;
	border-radius: 10px;
	background: #141414;
}

.editor-content-page > .wp-block-group .wp-block-list li {
	padding-left: 5px;
}

.editor-content-page > .wp-block-group .wp-block-list li + li {
	margin-top: 9px;
}

.editor-content-page > .wp-block-group .wp-block-list li::marker {
	color: #ff6a0a;
	font-weight: 800;
}

.editor-content-page > .wp-block-group :where(blockquote, .wp-block-quote) {
	padding: 20px 24px;
	margin: 26px 0;
	border: 1px solid #303030;
	border-left: 4px solid #ff6a0a;
	border-radius: 8px;
	background: #141414;
}

.editor-content-page .schema-how-to {
	padding: clamp(22px, 4vw, 34px);
	margin-top: 28px;
	border: 1px solid #303030;
	border-top: 3px solid #ff6a0a;
	border-radius: 12px;
	background: #141414;
}

.editor-content-page .schema-how-to-total-time {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 11px;
	margin: 0 0 18px !important;
	border-radius: 999px;
	background: rgba(255, 106, 10, 0.12);
	color: #ff9b59;
	font-size: 12px !important;
	font-weight: 800;
}

.editor-content-page .schema-how-to-duration-time-text {
	font-size: 0;
}

.editor-content-page .schema-how-to-duration-time-text::before {
	font-size: 12px;
	content: 'Tiempo necesario: ';
}

.editor-content-page .schema-how-to-description {
	margin-bottom: 20px !important;
	color: #ffffff;
	font-weight: 700;
}

.editor-content-page .schema-how-to-steps {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: winner-steps;
}

.editor-content-page .schema-how-to-step {
	position: relative;
	min-height: 52px;
	padding: 15px 18px 15px 58px;
	border: 1px solid #2e2e2e;
	border-radius: 8px;
	background: #0e0e0e;
	counter-increment: winner-steps;
}

.editor-content-page .schema-how-to-step::before {
	position: absolute;
	top: 13px;
	left: 15px;
	display: grid;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #ff6a0a;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	content: counter(winner-steps);
	place-items: center;
}

.editor-content-page .schema-how-to-step-name {
	color: #eeeeee;
	font-size: 14px;
	line-height: 1.55;
}

.editor-content-page .schema-how-to-step-text:empty {
	display: none;
}

.editor-content-page .schema-faq {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.editor-content-page .schema-faq-section {
	padding: 20px 22px;
	border: 1px solid #303030;
	border-left: 3px solid #ff6a0a;
	border-radius: 9px;
	background: #141414;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.editor-content-page .schema-faq-question {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
}

.editor-content-page .schema-faq-answer {
	margin-top: 10px !important;
	color: #bdbdbd;
}

@media (max-width: 760px) {
	.editor-content-page > .wp-block-group {
		width: min(calc(100% - 28px), var(--layout-width));
	}

	.editor-content-page > .wp-block-group .wp-block-columns {
		align-items: stretch;
		flex-direction: column;
	}

	.editor-content-page > .wp-block-group .wp-block-table {
		margin-block: 22px;
	}

	.editor-content-page > .wp-block-group .wp-block-table :where(th, td) {
		padding: 13px 14px;
	}

	.editor-content-page > .wp-block-group .wp-block-list {
		padding: 18px 18px 18px 39px;
	}

	.editor-content-page .schema-how-to,
	.editor-content-page .schema-faq-section {
		padding: 18px;
	}
}

.game-categories {
	position: relative;
	z-index: 2;
	border-top: 1px solid #202020;
	border-bottom: 1px solid #272727;
	background: #080808;
}

.game-categories__symbols {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.game-categories__inner {
	padding-block: 12px;
}

.game-categories__list {
	display: grid;
	grid-template-columns: repeat(9, minmax(0, 1fr));
	gap: 6px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.game-category {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	min-height: 82px;
	gap: 8px;
	padding: 9px 5px 10px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #b9b9b9;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.game-category::after {
	position: absolute;
	right: 12px;
	bottom: -12px;
	left: 12px;
	height: 3px;
	background: #ff6a0a;
	content: '';
	opacity: 0;
	transform: scaleX(0.35);
	transition: opacity 160ms ease, transform 160ms ease;
}

.game-category:hover,
.game-category:focus-visible,
.game-category.is-active {
	background: #151515;
	color: #ffffff;
}

.game-category:hover,
.game-category:focus-visible {
	transform: translateY(-2px);
}

.game-category:hover::after,
.game-category:focus-visible::after,
.game-category.is-active::after {
	opacity: 1;
	transform: scaleX(1);
}

.game-category__icon {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.game-category.is-active .game-category__icon {
	color: #ff6a0a;
}

.game-category:disabled {
	cursor: wait;
	opacity: 0.72;
}

.slots-showcase {
	padding-block: 48px 28px;
	background: #0c0c0c;
}

.slots-showcase__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.slots-showcase__heading {
	display: flex;
	align-items: center;
	gap: 11px;
}

.slots-showcase__heading svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: #ff6a0a;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.slots-showcase__heading p {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.1rem, 1.5vw, 1.3rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.slots-showcase__all {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 13px;
	border: 1px solid #343434;
	border-radius: 4px;
	background: #151515;
	color: #ffffff;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.slots-showcase__all:hover,
.slots-showcase__all:focus-visible {
	border-color: #18b91e;
	background: #191919;
	color: #31d737;
}

.slots-showcase__all span {
	font-size: 18px;
	line-height: 1;
}

.slots-showcase .slots-showcase__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	width: 100%;
	gap: 16px;
	padding: 0;
	padding-inline: 0;
	margin: 0;
	margin-inline: 0;
	list-style: none;
}

.slot-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #ffffff;
	transition: transform 180ms ease;
}

.slot-card:hover,
.slot-card:focus-within {
	transform: translateY(-4px);
}

.slot-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	border: 1px solid #282828;
	border-radius: 10px;
	background: #202020;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.slot-card__media::after {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
	content: '';
	opacity: 0;
	transition: opacity 180ms ease;
}

.slot-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
}

.slot-card:hover .slot-card__media::after,
.slot-card:focus-within .slot-card__media::after {
	opacity: 1;
}

.slot-card:hover .slot-card__media,
.slot-card:focus-within .slot-card__media {
	border-color: #ff6a0a;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
}

.slot-card:hover .slot-card__media img,
.slot-card:focus-within .slot-card__media img {
	transform: scale(1.045);
}

.slot-card__play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: grid;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #18b91e;
	color: #ffffff;
	place-items: center;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.38);
	opacity: 0;
	cursor: pointer;
	transform: translate(-50%, -44%) scale(0.82);
	transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.slot-card__play:hover,
.slot-card__play:focus-visible {
	background: #22ca29;
}

.slot-card__play:disabled {
	cursor: wait;
	opacity: 0.72;
}

.slot-card__play svg {
	width: 25px;
	height: 25px;
	fill: #ffffff;
}

.slot-card:hover .slot-card__play,
.slot-card:focus-within .slot-card__play {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.slot-card__details {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex: 1 0 auto;
	min-height: 52px;
	padding: 10px 6px 0;
	background: transparent;
}

.slot-card__name {
	display: -webkit-box;
	overflow: hidden;
	color: #f2f2f2;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1050px) {
	.slots-showcase .slots-showcase__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.slots-showcase {
		padding-block: 38px 28px;
	}

	.slots-showcase .slots-showcase__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}
}

@media (max-width: 460px) {
	.slots-showcase .slots-showcase__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.slot-card__details {
		min-height: 49px;
		padding: 8px 4px 0;
	}

	.slot-card__name {
		font-size: 12px;
	}
}

.bonuses-showcase {
	padding-block: 32px 68px;
	border-top: 1px solid #242424;
	background: #111111;
}

.bonuses-showcase__heading {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 11px;
	margin-bottom: 26px;
}

.bonuses-showcase__heading svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: #ff6a0a;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bonuses-showcase__heading p {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.1rem, 1.5vw, 1.3rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.bonuses-showcase__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bonus-card {
	display: flex;
	overflow: hidden;
	border: 1px solid #343434;
	border-radius: 14px;
	background: #202124;
	flex-direction: column;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.bonus-card:hover,
.bonus-card:focus-within {
	border-color: #ff6a0a;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.3);
	transform: translateY(-4px);
}

.bonus-card__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #080808;
}

.bonus-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.bonus-card:hover .bonus-card__media img,
.bonus-card:focus-within .bonus-card__media img {
	transform: scale(1.025);
}

.bonus-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	padding: 7px 14px;
	border-radius: 999px;
	background: #ff6a0a;
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 16px;
	text-transform: uppercase;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}

.bonus-card__body {
	display: flex;
	align-items: center;
	flex: 1 0 auto;
	flex-direction: column;
	min-height: 130px;
	padding: 24px 22px 20px;
	text-align: center;
}

.bonus-card__title {
	margin: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.bonus-card__title strong {
	color: #ff6a0a;
	font-weight: 900;
}

.bonus-card__description {
	max-width: 300px;
	margin: 12px 0 0;
	color: #c7c7c7;
	font-size: 14px;
	line-height: 1.45;
}

.bonus-card__footer {
	padding: 16px 22px 20px;
	border-top: 1px solid #36373a;
	background: #1a1b1e;
}

.bonus-card__button {
	width: 100%;
	min-height: 40px;
	padding: 8px 18px;
	border: 0;
	border-radius: 3px;
	background: #18b91e;
	color: #ffffff;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	line-height: 20px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease;
}

.bonus-card__button:hover,
.bonus-card__button:focus-visible {
	background: #22ca29;
	transform: translateY(-2px);
}

.bonus-card__button:disabled {
	cursor: wait;
	opacity: 0.72;
}

@media (max-width: 850px) {
	.bonuses-showcase__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.bonuses-showcase {
		padding-block: 30px 50px;
	}

	.bonuses-showcase__heading {
		justify-content: flex-start;
		margin-bottom: 20px;
	}

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

/* Legal document pages */
.legal-document {
	padding: 0 0 clamp(64px, 8vw, 104px);
	background:
		radial-gradient(circle at 78% 0, rgba(255, 106, 10, 0.09), transparent 28rem),
		#0c0c0c;
	color: #c8c8c8;
}

.editor-content-page > .legal-breadcrumbs,
.legal-document > .legal-breadcrumbs,
.legal-document > section {
	width: min(calc(100% - 40px), var(--layout-width));
	margin-inline: auto;
}

.legal-breadcrumbs {
	padding-block: 20px;
	border-bottom: 1px solid #292929;
	font-size: 13px;
	line-height: 1.4;
}

.legal-breadcrumbs ol {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.legal-breadcrumbs li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #9a9a9a;
}

.legal-breadcrumbs li + li::before {
	color: #5d5d5d;
	content: '/';
}

.legal-breadcrumbs a {
	color: #d8d8d8;
	text-decoration: none;
	transition: color 160ms ease;
}

.legal-breadcrumbs a:hover,
.legal-breadcrumbs a:focus-visible {
	color: #ff6a0a;
}

.legal-document > .legal-document__intro {
	padding-block: clamp(44px, 7vw, 82px);
}

.legal-document__intro .entry-title {
	width: 100%;
	margin: 0;
	color: #ffffff;
	font-size: clamp(2rem, 3.5vw, 3.25rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.legal-document__intro .entry-title::after {
	display: block;
	width: 72px;
	height: 4px;
	margin-top: 28px;
	border-radius: 999px;
	background: #ff6a0a;
	content: '';
}

.legal-document__intro p {
	width: 100%;
	margin: 18px 0 0;
	font-size: 17px;
	line-height: 1.72;
}

.legal-document__intro p:first-of-type {
	margin-top: 30px;
	color: #ff9b59;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.7;
	text-transform: uppercase;
}

.legal-document > section:not(.legal-document__intro) {
	display: grid;
	grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
	column-gap: clamp(36px, 6vw, 78px);
	row-gap: 18px;
	padding-block: clamp(38px, 5vw, 56px);
	border-top: 1px solid #292929;
}

.legal-document > section:not(.legal-document__intro) > h2 {
	padding-left: 18px;
	margin: 0;
	border-left: 3px solid #ff6a0a;
	color: #ffffff;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.legal-document > section:not(.legal-document__intro) > :not(h2) {
	grid-column: 2;
}

.legal-document section p {
	margin: 0;
}

.legal-document section p + p {
	margin-top: 2px;
}

.legal-document section ul,
.legal-document section ol {
	padding: 20px 24px 20px 46px;
	margin: 2px 0;
	border: 1px solid #2d2d2d;
	border-radius: 10px;
	background: #141414;
}

.legal-document section li {
	padding-left: 5px;
}

.legal-document section li + li {
	margin-top: 10px;
}

.legal-document section li::marker {
	color: #ff6a0a;
}

.terms-definitions {
	display: grid;
	grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
	margin: 2px 0;
	overflow: hidden;
	border: 1px solid #2d2d2d;
	border-radius: 10px;
	background: #141414;
}

.terms-definitions dt,
.terms-definitions dd {
	padding: 14px 18px;
	border-bottom: 1px solid #2d2d2d;
}

.terms-definitions dt {
	background: #1a1a1a;
	color: #ffffff;
	font-weight: 800;
}

.terms-definitions dd {
	margin: 0;
	border-left: 1px solid #2d2d2d;
}

.terms-definitions dt:last-of-type,
.terms-definitions dd:last-of-type {
	border-bottom: 0;
}

.legal-document section section {
	padding-top: 8px;
}

.legal-document section section + section {
	padding-top: 24px;
	margin-top: 6px;
	border-top: 1px solid #262626;
}

.legal-document section section p + p {
	margin-top: 14px;
}

.legal-document h3 {
	margin: 0 0 12px;
	color: #ffffff;
	font-size: 1.12rem;
	font-weight: 800;
	line-height: 1.3;
}

.legal-document h3::before {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-radius: 50%;
	background: #18b91e;
	content: '';
	vertical-align: 0.12em;
}

.legal-document a {
	color: #ff8a3d;
}

.legal-document a:hover,
.legal-document a:focus-visible {
	color: #ffb17d;
}

.legal-document table {
	display: block;
	width: 100%;
	margin: 4px 0;
	overflow-x: auto;
	border: 1px solid #303030;
	border-radius: 10px;
	border-collapse: separate;
	border-spacing: 0;
	background: #141414;
}

.legal-document :where(th, td) {
	min-width: 150px;
	padding: 14px 16px;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
	text-align: left;
	vertical-align: top;
}

.legal-document th {
	background: #1c1c1c;
	color: #ffffff;
	font-weight: 800;
}

.legal-document tr:last-child td {
	border-bottom: 0;
}

.legal-document :where(th, td):last-child {
	border-right: 0;
}

.legal-document blockquote {
	padding: 18px 22px;
	margin: 4px 0;
	border-left: 3px solid #ff6a0a;
	background: #141414;
	color: #e0e0e0;
}

.legal-document .legal-document__alert {
	padding: 20px 22px;
	border: 1px solid rgba(255, 106, 10, 0.42);
	border-left: 4px solid #ff6a0a;
	border-radius: 8px;
	background: rgba(255, 106, 10, 0.08);
	color: #eeeeee;
}

.legal-document__alert a {
	font-weight: 800;
}

.support-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	padding: clamp(22px, 4vw, 34px);
	margin-top: 8px;
	border: 1px solid #303030;
	border-top: 3px solid #ff6a0a;
	border-radius: 12px;
	background: #141414;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.support-form label {
	display: flex;
	min-width: 0;
	gap: 8px;
	flex-direction: column;
}

.support-form label > span {
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
}

.support-form__wide {
	grid-column: 1 / -1;
}

.support-form :where(input, select, textarea) {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid #393939;
	border-radius: 6px;
	outline: 0;
	background: #0d0d0d;
	color: #ffffff;
	font: inherit;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.support-form textarea {
	min-height: 150px;
	resize: vertical;
}

.support-form :where(input, select, textarea):focus-visible {
	border-color: #ff6a0a;
	box-shadow: 0 0 0 3px rgba(255, 106, 10, 0.16);
}

.support-form :where(input, textarea)::placeholder {
	color: #747474;
}

.support-form__submit {
	grid-column: 1 / -1;
	justify-self: start;
	min-height: 46px;
	padding: 11px 26px;
	border: 0;
	border-radius: 3px;
	background: #18b91e;
	color: #ffffff;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 22px;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 10px 26px rgba(24, 185, 30, 0.2);
	transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.support-form__submit:hover,
.support-form__submit:focus-visible {
	background: #22ca29;
	box-shadow: 0 12px 30px rgba(24, 185, 30, 0.3);
	transform: translateY(-2px);
}

.support-form__submit:active {
	transform: translateY(0);
}

@media (max-width: 760px) {
	.editor-content-page > .legal-breadcrumbs,
	.legal-document > .legal-breadcrumbs,
	.legal-document > section {
		width: min(calc(100% - 28px), var(--layout-width));
	}

	.legal-document > section:not(.legal-document__intro) {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 20px;
	}

	.legal-document > section:not(.legal-document__intro) > :not(h2) {
		grid-column: 1;
	}

	.legal-document section ul,
	.legal-document section ol {
		padding: 17px 18px 17px 38px;
	}

	.terms-definitions {
		grid-template-columns: minmax(0, 1fr);
	}

	.terms-definitions dt {
		padding-bottom: 5px;
		border-bottom: 0;
	}

	.terms-definitions dd {
		padding-top: 5px;
		border-left: 0;
	}

	.support-form {
		grid-template-columns: minmax(0, 1fr);
	}

	.support-form__wide,
	.support-form__submit {
		grid-column: 1;
	}
}

.error-page {
	display: grid;
	background:
		radial-gradient(circle at 50% 42%, rgba(255, 106, 10, 0.1), transparent 31%),
		#0c0c0c;
	place-items: center;
}

.error-page__inner {
	display: flex;
	align-items: center;
	max-width: 680px;
	flex-direction: column;
	text-align: center;
}

.error-page__symbol {
	display: grid;
	width: 74px;
	height: 74px;
	margin-bottom: 16px;
	border: 1px solid #363636;
	border-radius: 50%;
	background: #171717;
	color: #ff6a0a;
	place-items: center;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.error-page__symbol svg {
	width: 48px;
	height: 48px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.error-page__code {
	margin: 0;
	color: #ff6a0a;
	font-size: clamp(4.5rem, 13vw, 8rem);
	font-weight: 900;
	letter-spacing: -0.07em;
	line-height: 0.9;
}

.error-page__title {
	margin: 22px 0 0;
	color: #ffffff;
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.error-page__description {
	max-width: 500px;
	margin: 16px 0 0;
	color: #b9b9b9;
	font-size: 16px;
	line-height: 1.55;
}

.error-page__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	gap: 9px;
	padding: 10px 22px;
	margin-top: 28px;
	border-radius: 3px;
	background: #18b91e;
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, transform 160ms ease;
}

.error-page__button:hover,
.error-page__button:focus-visible {
	background: #22ca29;
	color: #ffffff;
	transform: translateY(-2px);
}

.error-page__button span {
	font-size: 18px;
	line-height: 1;
}

.site-footer {
	flex: 0 0 auto;
	margin-top: auto;
	padding: 0 0 30px;
	background: #030303;
	color: #ffffff;
}

.site-footer__accent {
	height: 3px;
	margin-bottom: 28px;
	background: #ff6a0a;
}

.site-footer__inner {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 1180px;
	text-align: center;
}

.footer-partners {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: min(100%, 950px);
	gap: 18px 24px;
	padding-block: 16px;
	margin-top: 24px;
	border-bottom: 1px solid #444444;
}

.footer-badge {
	width: auto;
	max-width: 150px;
	max-height: 40px;
	object-fit: contain;
}

.footer-badge--age {
	width: 42px;
	max-height: 42px;
}

.footer-badge--gli {
	max-width: 165px;
}

.footer-badge--playtech,
.footer-badge--winner {
	max-width: 125px;
}

.footer-badge--aware {
	max-width: 170px;
	padding: 6px 8px;
	border-radius: 3px;
	background: #ffffff;
}

.footer-badge--gamcare {
	height: 40px;
	max-width: 150px;
	max-height: 40px;
	padding: 5px 8px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.footer-badge--ssl {
	max-height: 44px;
}

.footer-legal {
	width: min(100%, 1160px);
	margin-top: 28px;
	font-size: 12px;
	line-height: 1.45;
	text-transform: uppercase;
}

.footer-legal p {
	margin: 0;
}

.footer-legal p + p {
	padding-top: 14px;
	margin-top: 14px;
	border-top: 1px solid #444444;
}

@media (max-width: 820px) {
	.site-header__inner {
		min-height: 64px;
		padding-block: 10px;
		flex-wrap: wrap;
		gap: 10px;
	}

	.site-logo {
		order: 2;
		width: 112px;
	}

	.menu-toggle {
		display: block;
		flex: 0 0 42px;
		order: 1;
	}

	.header-panel {
		display: none;
		align-items: stretch;
		flex: 0 0 100%;
		flex-direction: column;
		order: 4;
		gap: 18px;
		padding: 10px 0 18px;
	}

	.header-panel.is-open {
		display: flex;
	}

	.primary-navigation {
		width: 100%;
	}

	.primary-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.primary-menu a {
		padding: 10px 0;
		border-bottom: 1px solid #1d1d1d;
	}

	.primary-menu .sub-menu {
		position: static;
		display: block;
		padding: 0 0 0 18px;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.header-actions {
		order: 3;
		margin-left: auto;
	}

	.header-action {
		min-height: 36px;
	}

	.hero-banner,
	.hero-banner__inner {
		min-height: 580px;
	}

	.hero-banner::before {
		background:
		linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0.91) 34%, rgba(3, 3, 3, 0.4) 74%),
		linear-gradient(0deg, #030303 0%, transparent 32%, rgba(3, 3, 3, 0.24) 100%);
	}

	.hero-banner__media {
		left: 43%;
	}

	.hero-banner__content {
		width: min(61%, 430px);
	}

	.hero-banner__title {
		font-size: clamp(1.9rem, 5vw, 2.3rem);
	}

	.game-categories__inner {
		width: 100%;
		padding: 10px 0 13px;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-color: #ff6a0a #151515;
		scrollbar-width: thin;
	}

	.game-categories__list {
		display: flex;
		width: max-content;
		gap: 5px;
		padding-inline: 14px;
	}

	.game-categories__item {
		flex: 0 0 106px;
		scroll-snap-align: start;
	}

	.game-category {
		min-height: 76px;
	}

	.game-category::after {
		bottom: -13px;
	}

	.site-footer__accent {
		margin-bottom: 22px;
	}

	.footer-menu {
		align-items: center;
		flex-direction: column;
		gap: 8px;
	}

	.footer-menu li + li::before {
		display: none;
	}

	.footer-legal {
		margin-top: 22px;
		font-size: 11px;
	}
}

@media (max-width: 480px) {
	.site-shell {
		width: min(calc(100% - 24px), var(--layout-width));
	}

	.site-header__inner {
		gap: 8px;
	}

	.site-logo {
		width: 76px;
	}

	.header-actions {
		gap: 5px;
	}

	.header-action {
		min-height: 34px;
		padding-inline: 8px;
		font-size: 12px;
	}

	.hero-banner,
	.hero-banner__inner {
		min-height: 590px;
	}

	.hero-banner {
		align-items: flex-end;
	}

	.hero-banner::before {
		background:
		linear-gradient(0deg, #030303 4%, rgba(3, 3, 3, 0.93) 38%, rgba(3, 3, 3, 0.35) 76%, rgba(3, 3, 3, 0.15) 100%),
		linear-gradient(90deg, rgba(3, 3, 3, 0.66), rgba(3, 3, 3, 0.04));
	}

	.hero-banner__media {
		left: 41%;
		min-width: 1180px;
	}

	.hero-banner__inner {
		align-items: flex-end;
	}

	.hero-banner__content {
		width: 100%;
		padding-block: 250px 38px;
	}

	.hero-banner__title {
		max-width: 350px;
		font-size: clamp(1.65rem, 7.8vw, 1.95rem);
	}

	.hero-banner__description {
		max-width: 340px;
		margin-top: 16px;
		font-size: 16px;
	}

	.hero-banner__action-row {
		align-items: center;
		flex-direction: column;
		gap: 10px;
		margin-top: 22px;
	}

	.hero-banner__button {
		width: 100%;
	}

	.hero-banner__terms {
		margin-top: 12px;
	}

}
