@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:wght@400;500;600;700;800;900&display=swap');

.title {
	text-transform: uppercase;
	font-family: "Libre Baskerville", serif;
}

.h2 {
	font-family: "Libre Baskerville", serif;
	text-transform: capitalize;
}


.hero {
	position: relative;
	overflow: hidden;
	min-height: 60vh;
	display: flex;
	align-items: center;
	padding: 5rem 1rem 3rem;
	background-attachment: fixed;
}

.hero-sm {
	min-height: 45vh;
}

.icon {
	max-width: 100%;
	height: 140px;
}

.hero-content {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(3rem, 8vw, 3rem);
	align-items: center;
	position: relative;
	z-index: 1;
	text-align: center;
}

.hero-text {
	animation: fadeInUp .8s ease-out
}


.hero-title {
	color: #fff;
	margin-bottom: 2rem;
	background: linear-gradient(135deg, #9909ff, #e17915);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1.2;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: -.02em
}

.hero-subtitle {
	font-size: clamp(1.125rem, 3vw, 1.375rem);
	color: #ffffffd9;
	line-height: 1.6;
	max-width: 95%;
	font-weight: 400
}

.hero-visual {
	display: flex;
	justify-content: center;
	align-items: center;
	animation: fadeInUp .8s ease-out .2s both
}

.hero-image-container {
	position: relative;
	width: 100%;
	max-width: 500px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 60px #0006, 0 0 0 1px #ffffff1a;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	background: #ffffff05
}

.hero-image-container:hover {
	transform: translateY(-12px) scale(1.02);
	box-shadow: 0 30px 80px #00000080, 0 0 0 1px #9909ff4d
}

.hero-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 20px;
	transition: transform .4s cubic-bezier(.4, 0, .2, 1)
}

.hero-image-container:hover .hero-image {
	transform: scale(1.05)
}

.image-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #9909ff14, #9909ff14, #11021c26);
	border-radius: 20px;
	pointer-events: none;
	opacity: .8;
	transition: opacity .3s ease
}

.hero-image-container:hover .image-overlay {
	opacity: .6
}

.floating-elements {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 2
}

.floating-chip,
.floating-icon {
	position: absolute;
	font-size: 1.5rem;
	background: #fffffff2;
	backdrop-filter: blur(10px);
	border-radius: 50%;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 25px #0000004d, 0 0 0 1px #fff3;
	animation: float 4s ease-in-out infinite;
	transition: all .3s ease
}

.floating-chip:hover,
.floating-icon:hover {
	transform: scale(1.1);
	box-shadow: 0 12px 35px #0006, 0 0 0 2px #9909ff4d
}

.chip-1 {
	top: 15%;
	right: 8%;
	animation-delay: 0s
}

.chip-2 {
	top: 65%;
	right: 5%;
	animation-delay: -1.5s
}

.chip-3 {
	bottom: 25%;
	left: 8%;
	animation-delay: -3s
}

.icon-1 {
	top: 30%;
	left: 5%;
	animation-delay: -.8s
}

.icon-2 {
	bottom: 15%;
	right: 18%;
	animation-delay: -2.2s
}

@keyframes float {

	0%,
	to {
		transform: translateY(0) rotate(0)
	}

	25% {
		transform: translateY(-8px) rotate(2deg)
	}

	50% {
		transform: translateY(-15px) rotate(0)
	}

	75% {
		transform: translateY(-8px) rotate(-2deg)
	}
}

.featured-casinos {
	position: relative;
	z-index: 1;
	animation: fadeInUp .8s ease-out .4s both
}

.featured-casinos h2 {
	text-align: center;
	margin-bottom: 1.5rem;
	color: #9909ff;
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 700
}

.featured-description {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 3rem;
	color: #ffffffd9;
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	line-height: 1.6;
	padding: 0 1rem
}

.casino-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto
}

.casino-card {
	background: #ffffff0d;
	border-radius: 20px;
	padding: 2rem;
	backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	position: relative;
	overflow: hidden;
	text-align: center
}

.casino-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 167, 38, .1), transparent);
	transition: left .6s ease
}

.casino-card:hover:before {
	left: 100%
}

.casino-card:nth-child(1) {
	background: linear-gradient(135deg, #041525cc, #ffffff0d);
	border-color: #04152580
}

.casino-card:nth-child(2) {
	background: linear-gradient(135deg, #d2161e26, #ffffff0d);
	border-color: #d2161e4d
}

.casino-card:nth-child(3) {
	background: linear-gradient(135deg, #0000004d, #ffffff0d);
	border-color: #fff3
}

.casino-card.featured {
	border: 2px solid #9909ff;
	box-shadow: 0 0 40px #9909ff4d;
	background: linear-gradient(135deg, #9909ff1a, #ffffff0d)
}

.casino-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px #0006;
	background: #ffffff14;
	border-color: #9909ff66
}

.casino-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5rem;
	height: 60px
}

.brand-logo {
	max-height: 50px;
	max-width: 120px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: brightness(1.1) contrast(1.1);
	transition: all .3s ease;
	border-radius: 8px;
	border: 2px solid rgba(255, 255, 255, .1);
	padding: 8px;
	background: #fffffff2
}

.casino-card:hover .brand-logo {
	transform: scale(1.05);
	filter: brightness(1.2) contrast(1.2);
	border-color: #9909ff4d;
	box-shadow: 0 4px 15px #0000001a
}

.casino-header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
	flex-direction: column;
	gap: .75rem;
	position: relative
}

.casino-header h3 {
	color: #fff;
	font-size: clamp(1.25rem, 3vw, 1.5rem);
	margin: 0;
	font-weight: 700
}

.badge {
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: .4rem 1rem;
	border-radius: 25px;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: .5px;
	box-shadow: 0 4px 15px #0003;
	transition: all .3s ease;
	z-index: 10
}

.badge.first-place {
	background: linear-gradient(135deg, gold, orange);
	color: #11021c;
	box-shadow: 0 4px 15px #ffd70066
}

.badge.second-place {
	background: linear-gradient(135deg, silver, #a8a8a8);
	color: #11021c;
	box-shadow: 0 4px 15px #c0c0c066
}

.badge.third-place {
	background: linear-gradient(135deg, #cd7f32, #b8860b);
	color: #fff;
	box-shadow: 0 4px 15px #cd7f3266
}

.badge:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px #0000004d
}

.stars {
	margin: 1rem 0;
	font-size: 1.3rem;
	letter-spacing: 2px;
	color: #9909ff
}

.casino-features {
	margin: 1.5rem 0;
	text-align: left
}

.feature {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .75rem;
	padding-bottom: .75rem;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	gap: 1rem
}

.feature:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0
}

.feature-label {
	color: #ffffffb3;
	font-weight: 500;
	flex-shrink: 0;
	font-size: .9rem
}

.feature-value {
	color: #9909ff;
	font-weight: 600;
	text-align: right;
	font-size: .9rem
}

.casino-card .btn {
	width: 100%;
	margin-top: 1.5rem;
	padding: 1rem 2rem;
	font-size: .95rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	transition: all .3s ease
}

.casino-card .btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px #9909ff66
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(40px)
	}

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

@media (max-width: 1024px) {
	.hero-content {
		gap: 3rem
	}

	.casino-grid {
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		max-width: 900px
	}
}

@media (max-width: 768px) {
	.hero {
		padding: 8rem 0 4rem;
		min-height: auto
	}

	.hero-content {
		grid-template-columns: 1fr;
		gap: 3rem;
		text-align: center
	}

	.hero-subtitle {
		max-width: 100%
	}

	.hero-image-container {
		max-width: 400px
	}

	.floating-chip,
	.floating-icon {
		width: 40px;
		height: 40px;
		font-size: 1.25rem
	}

	.casino-header {
		justify-content: center;
		text-align: center
	}

	.feature {
		flex-direction: column;
		text-align: center;
		gap: .5rem
	}

	.feature-value,
	.casino-features {
		text-align: center
	}

	.casino-grid {
		grid-template-columns: 1fr;
		max-width: 400px
	}

	.badge {
		top: .75rem;
		right: .75rem;
		font-size: .7rem;
		padding: .3rem .8rem
	}
}

@media (max-width: 480px) {
	.hero {
		padding: 7rem 0 3rem
	}

	.casino-card {
		padding: 1.5rem
	}

	.hero-image-container {
		max-width: 320px
	}

	.floating-chip,
	.floating-icon {
		width: 35px;
		height: 35px;
		font-size: 1.1rem
	}

	.casino-grid {
		gap: 1.5rem
	}

	.featured-description {
		font-size: 1rem;
		padding: 0 .5rem
	}

	.badge {
		top: .5rem;
		right: .5rem;
		font-size: .65rem;
		padding: .25rem .6rem
	}
}

.recommended-casinos {
	position: relative;
	overflow: hidden
}

/* .recommended-casinos:before {
	content: "";
	position: absolute;
	inset: 0;
} */

.section-title {
	text-align: center;
	margin-bottom: 1.5rem;
	color: #9909ff;
	position: relative;
	z-index: 1;
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 700
}

.description {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 3rem;
	color: #ffffffd9;
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	line-height: 1.6;
	padding: 0 1rem;
	position: relative;
	z-index: 1
}

.casinos-list {
	display: grid;
	gap: 1.5rem;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.casino-item {
	background: #ffffff0d;
	border-radius: 16px;
	padding: clamp(1.25rem, 4vw, 1.5rem);
	display: flex;
	align-items: center;
	gap: 1.5rem;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .3s ease;
	position: relative;
	overflow: hidden
}

.casino-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 167, 38, .05), transparent);
	transition: left .5s ease
}

.casino-item:hover:before {
	left: 100%
}

.casino-item:hover {
	transform: translate(8px);
	background: #ffffff14;
	border-color: #9909ff4d;
	box-shadow: 0 8px 25px #0003
}

.casino-logo {
	flex-shrink: 0;
	width: 120px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	border-radius: 12px;
	border: 2px solid rgba(255, 255, 255, .2);
	transition: all .3s ease;
	box-shadow: 0 4px 15px #0000001a;
	padding: 5px
}

.casino-item:hover .casino-logo {
	transform: scale(1.05);
	box-shadow: 0 6px 20px #9909ff33
}

.brand-logo {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: brightness(1.1) contrast(1.1);
	transition: all .3s ease
}

.casino-item:hover .brand-logo {
	filter: brightness(1.2) contrast(1.2);
	transform: scale(1.02)
}

.casino-info {
	flex: 1;
	position: relative;
	z-index: 1
}

.casino-name {
	font-size: clamp(1.125rem, 3vw, 1.25rem);
	font-weight: 600;
	color: #fff;
	margin-bottom: .75rem;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

.casino-details {
	display: flex;
	gap: 1rem;
	margin-bottom: .75rem;
	flex-wrap: wrap
}

.casino-details span {
	font-size: .875rem;
	padding: .3rem .8rem;
	border-radius: 20px;
	font-weight: 500;
	white-space: nowrap;
	transition: all .3s ease
}

.license {
	background: #9909ff33;
	color: #9909ff;
	border: 1px solid rgba(128, 203, 196, .3)
}

.license:hover {
	background: #9909ff4d;
	transform: translateY(-1px)
}

.bonus {
	background: #9909ff33;
	color: #9909ff;
	border: 1px solid rgba(255, 167, 38, .3)
}

.bonus:hover {
	background: #9909ff4d;
	transform: translateY(-1px)
}

.rating {
	background: #ffffff1a;
	color: #9909ff;
	border: 1px solid rgba(255, 255, 255, .2);
	letter-spacing: 1px
}

.rating:hover {
	background: #ffffff26;
	transform: translateY(-1px)
}

.casino-description {
	color: #fffc;
	font-size: clamp(.9rem, 2.5vw, .95rem);
	line-height: 1.4;
	font-weight: 500
}

.casino-cta {
	flex-shrink: 0;
	white-space: nowrap;
	font-size: .9rem;
	padding: 12px 24px;
	position: relative;
	z-index: 1;
	transition: all .3s ease;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	border-radius: 12px
}

.casino-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px #9909ff66
}

@media (max-width: 1024px) {
	.casino-item {
		gap: 1rem
	}

	.casino-logo {
		width: 100px;
		height: 70px
	}

	.casino-details {
		gap: .75rem
	}
}

@media (max-width: 768px) {
	.casino-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.5rem;
		text-align: center
	}

	.casino-logo {
		align-self: center;
		width: 120px;
		height: 80px
	}

	.casino-info {
		width: 100%;
		text-align: center
	}

	.casino-cta {
		align-self: stretch;
		text-align: center
	}

	.casino-details {
		justify-content: center;
		gap: .75rem
	}

	.description {
		padding: 0 1rem;
		margin-bottom: 2.5rem
	}
}

@media (max-width: 480px) {
	.casino-details {
		flex-direction: column;
		gap: .5rem;
		align-items: center
	}

	.casino-details span {
		display: inline-block
	}

	.casino-item {
		padding: 1.25rem
	}

	.casino-logo {
		width: 100px;
		height: 70px
	}

	.description {
		padding: 0 .5rem;
		font-size: .95rem
	}
}

.educational {
	position: relative;
	overflow: hidden
}

.educational:before {
	content: "";
	position: absolute;
	inset: 0;
}

@keyframes slide {
	0% {
		transform: translate(-60px)
	}

	to {
		transform: translate(0)
	}
}

.educational-header {
	text-align: center;
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.educational-header h2 {
	color: #9909ff;
	margin-bottom: 1.5rem
}

.intro-text {
	font-size: clamp(1.125rem, 3vw, 1.25rem);
	color: #ffffffe6;
	margin-bottom: 2rem;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6
}

.criteria-grid {
	display: grid;
	/* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
	gap: 1.5rem;
	max-width: 1000px;
	margin: 0 auto;
}

.criteria-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .3s ease;
	backdrop-filter: blur(10px)
}

.criteria-item:hover {
	background: #ffffff14;
	border-color: #9909ff4d;
	transform: translateY(-2px)
}

.criteria-icon {
	font-size: 1.75rem;
	flex-shrink: 0
}

.criteria-text {
	color: #ffffffe6;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4
}

.topics-section {
	position: relative;
	z-index: 1
}

.topics-section h3 {
	text-align: center;
	color: #9909ff;
	margin-bottom: 2rem;
	font-size: clamp(1.25rem, 4vw, 1.5rem)
}

.topics-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 1.5rem
}

.topic-card {
	background: #ffffff0d;
	border-radius: 12px;
	padding: 1.75rem;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .3s ease;
	position: relative;
	overflow: hidden
}

.topic-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #9909ff, #9909ff);
	transform: scaleX(0);
	transition: transform .3s ease
}

.topic-card:hover:before {
	transform: scaleX(1)
}

.topic-card:hover {
	transform: translateY(-6px);
	background: #ffffff14;
	border-color: #9909ff4d;
	box-shadow: 0 10px 30px #0000004d
}

.topic-card h4 {
	color: #9909ff;
	margin-bottom: .75rem;
	font-size: clamp(1rem, 2.5vw, 1.1rem);
	line-height: 1.3
}

.topic-card p {
	color: #fffc;
	font-size: clamp(.9rem, 2.5vw, .95rem);
	line-height: 1.5;
	margin: 0
}

@media (max-width: 768px) {

	.criteria-grid,
	.topics-grid {
		grid-template-columns: 1fr
	}

	.criteria-item {
		flex-direction: column;
		text-align: center;
		gap: .75rem
	}

	.criteria-icon {
		font-size: 2rem
	}

	.topic-card {
		padding: 1.5rem
	}
}

@media (max-width: 480px) {
	.criteria-item {
		padding: 1rem
	}

	.topic-card {
		padding: 1.25rem
	}
}

.game-discovery {
	position: relative;
	overflow: hidden
}

/* 
.game-discovery {
	background: linear-gradient(135deg, #11021c, #2c3e50);
	position: relative;
	overflow: hidden
} */

/* .game-discovery:before {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255, 167, 38, .08) 0%, transparent 70%);
	animation: rotate 30s linear infinite
} */

@keyframes rotate {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.games-header {
	text-align: center;
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.games-header h2 {
	color: #9909ff;
	margin-bottom: 2rem
}

.game-categories {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	max-width: 1000px;
	margin: 0 auto
}

.game-tile {
	background: #ffffff0d;
	border-radius: 16px;
	padding: 2rem;
	text-align: center;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .3s ease;
	position: relative;
	overflow: hidden
}

.game-tile:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 167, 38, .1), transparent);
	transition: left .6s ease
}

.game-tile:hover:before {
	left: 100%
}

.game-tile:hover {
	transform: translateY(-8px);
	border-color: #9909ff66;
	box-shadow: 0 15px 40px #9909ff33;
	background: #ffffff14
}

.game-icon {
	font-size: clamp(2.5rem, 6vw, 3rem);
	margin-bottom: 1rem;
	display: block;
	transition: transform .3s ease
}

.game-tile:hover .game-icon {
	transform: scale(1.1) rotate(5deg)
}

.game-tile h3 {
	color: #fff;
	margin-bottom: 1rem;
	font-size: clamp(1.125rem, 3vw, 1.25rem)
}

.game-tile p {
	color: #fffc;
	font-size: clamp(.9rem, 2.5vw, .95rem);
	line-height: 1.5;
	margin: 0
}

.selection-process {
	position: relative;
	z-index: 1
}

.selection-process h3 {
	text-align: center;
	color: #9909ff;
	margin-bottom: 2rem;
	font-size: clamp(1.25rem, 4vw, 1.5rem)
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	max-width: 1100px;
	margin: 0 auto
}

.process-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	background: #ffffff0d;
	padding: 1.75rem;
	border-radius: 12px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .3s ease;
	position: relative;
	overflow: hidden
}

.process-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(180deg, #9909ff, #9909ff);
	transform: scaleY(0);
	transition: transform .3s ease
}

.process-item:hover:before {
	transform: scaleY(1)
}

.process-item:hover {
	background: #ffffff14;
	transform: translate(6px);
	box-shadow: 0 8px 25px #0003
}

.process-icon {
	font-size: clamp(1.75rem, 4vw, 2rem);
	flex-shrink: 0;
	margin-top: .25rem;
	transition: transform .3s ease
}

.process-item:hover .process-icon {
	transform: scale(1.1)
}

.process-content h4 {
	color: #9909ff;
	margin-bottom: .5rem;
	font-size: clamp(1rem, 2.5vw, 1.1rem)
}

.process-content p {
	color: #fffc;
	font-size: clamp(.875rem, 2.5vw, .9rem);
	line-height: 1.4;
	margin: 0
}

@media (max-width: 768px) {

	.game-categories,
	.process-grid {
		grid-template-columns: 1fr
	}

	.process-item {
		flex-direction: column;
		text-align: center;
		gap: 1rem
	}

	.process-icon {
		margin-top: 0
	}

	.game-tile {
		padding: 1.75rem
	}

	.process-item {
		padding: 1.5rem
	}
}

@media (max-width: 480px) {
	.game-tile {
		padding: 1.5rem
	}

	.process-item {
		padding: 1.25rem
	}
}

.stats-section {

	position: relative;
	overflow: hidden
}


.stats-title {
	text-align: center;
	margin-bottom: 3rem;
	position: relative;
	z-index: 1
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 2rem;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.stat-item {
	background: #ffffff0d;
	border-radius: 16px;
	padding: clamp(2rem, 5vw, 2.5rem);
	text-align: center;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .3s ease;
	position: relative;
	overflow: hidden
}

.stat-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #9909ff, #ed9242);
	transform: scaleX(0);
	transition: transform .3s ease
}

.stat-item:hover:before {
	transform: scaleX(1)
}

.stat-item:hover {
	transform: translateY(-8px);
	background: #ffffff14;
	box-shadow: 0 15px 40px #0000004d;
	border-color: #9909ff4d
}

.stat-icon {
	font-size: clamp(2.5rem, 6vw, 3rem);
	margin-bottom: 1rem;
	display: block;
	transition: transform .3s ease
}

.stat-item:hover .stat-icon {
	transform: scale(1.1)
}

.stat-number {
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 500;
	margin-bottom: .5rem;
	display: inline;
	transition: color .3s ease;
}

.stat-suffix {
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 500;
	margin-bottom: .5rem;
	display: inline;
	transition: color .3s ease;
}

.stat-item:hover .stat-number,
.stat-item:hover .stat-suffix {
	color: #9909ff
}

.stat-label {
	color: #ffffffe6;
	font-size: clamp(1rem, 2.5vw, 1.1rem);
	font-weight: 500;
	letter-spacing: .5px;
	line-height: 1.3
}

@media (max-width: 768px) {
	.stats-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem
	}

	.stat-item {
		padding: 2rem 1.5rem
	}
}

@media (max-width: 480px) {
	.stat-item {
		padding: 1.75rem 1.25rem
	}
}

.games-section {
	position: relative;
	overflow: hidden
}

.games-section:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 25% 75%, rgba(255, 167, 38, .08) 0%, transparent 50%), radial-gradient(circle at 75% 25%, rgba(128, 203, 196, .08) 0%, transparent 50%)
}

.games-title {
	text-align: center;
	color: #9909ff;
	margin-bottom: 3rem;
	position: relative;
	z-index: 1;
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 700
}

.games-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.game-card {
	background: #ffffff0d;
	border-radius: 20px;
	padding: 2rem;
	text-align: center;
	backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	position: relative;
	overflow: hidden
}

.game-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 167, 38, .1), transparent);
	transition: left .6s ease
}

.game-card:hover:before {
	left: 100%
}

.game-card:hover {
	transform: translateY(-12px);
	background: #ffffff14;
	border-color: #9909ff66;
	box-shadow: 0 20px 50px #0006
}

.game-image {
	width: 80px;
	height: 80px;
	margin: 0 auto 1.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	transition: all .3s ease;
	position: relative;
	z-index: 1
}

.game-image.slots {
	background: linear-gradient(135deg, #ff6b6b, #ff8e53);
	box-shadow: 0 8px 25px #ff6b6b4d
}

.game-image.poker {
	background: linear-gradient(135deg, #4ecdc4, #44a08d);
	box-shadow: 0 8px 25px #4ecdc44d
}

.game-image.live-casino {
	background: linear-gradient(135deg, #a8e6cf, #7fcdcd);
	box-shadow: 0 8px 25px #a8e6cf4d
}

.game-card:hover .game-image {
	transform: scale(1.1) rotate(5deg)
}

.game-card:hover .game-image.slots {
	box-shadow: 0 12px 35px #ff6b6b80
}

.game-card:hover .game-image.poker {
	box-shadow: 0 12px 35px #4ecdc480
}

.game-card:hover .game-image.live-casino {
	box-shadow: 0 12px 35px #a8e6cf80
}

.game-cardh3 {
	color: #fff;
	margin-bottom: 1rem;
	font-size: clamp(1.25rem, 3vw, 1.5rem);
	font-weight: 600;
	position: relative;
	z-index: 1
}

.game-cardp {
	color: #fffc;
	font-size: clamp(.95rem, 2.5vw, 1rem);
	line-height: 1.5;
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 1
}

.game-button {
	width: 100%;
	padding: 12px 24px;
	font-size: .95rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
	transition: all .3s ease;
	position: relative;
	z-index: 1;
	border-radius: 12px
}

.game-card:hover .game-button {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px #9909ff66
}

@media (max-width: 768px) {
	.games-cards {
		grid-template-columns: 1fr;
		gap: 1.5rem
	}

	.game-card {
		padding: 1.75rem
	}

	.game-image {
		width: 70px;
		height: 70px;
		font-size: 2rem
	}
}

@media (max-width: 480px) {
	.game-card {
		padding: 1.5rem
	}

	.game-image {
		width: 60px;
		height: 60px;
		font-size: 1.75rem
	}

	.games-title {
		margin-bottom: 2rem
	}
}

.faq-section[data-astro-cid-al2ca2vr] {
	background: #212121;
	position: relative;
	overflow: hidden
}

.faq-section[data-astro-cid-al2ca2vr]:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 70% 30%, rgba(128, 203, 196, .05) 0%, transparent 50%)
}

.faq-title[data-astro-cid-al2ca2vr] {
	text-align: center;
	color: #9909ff;
	margin-bottom: 3rem;
	position: relative;
	z-index: 1
}

.faq-container[data-astro-cid-al2ca2vr] {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.faq-item[data-astro-cid-al2ca2vr] {
	background: #ffffff0d;
	border-radius: 12px;
	margin-bottom: 1rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .3s ease;
	backdrop-filter: blur(10px)
}

.faq-item[data-astro-cid-al2ca2vr]:hover {
	background: #ffffff14;
	border-color: #9909ff4d;
	box-shadow: 0 4px 15px #0003
}

.faq-question[data-astro-cid-al2ca2vr] {
	width: 100%;
	padding: clamp(1.25rem, 4vw, 1.5rem);
	background: none;
	border: none;
	color: #fff;
	font-size: clamp(1rem, 2.5vw, 1.1rem);
	font-weight: 600;
	text-align: left;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .3s ease;
	gap: 1rem
}

.faq-question[data-astro-cid-al2ca2vr]:hover {
	color: #9909ff
}

.faq-question[data-astro-cid-al2ca2vr]:focus {
	outline: 2px solid #9909ff;
	outline-offset: -2px
}

.faq-icon[data-astro-cid-al2ca2vr] {
	font-size: 1.5rem;
	color: #9909ff;
	transition: all .3s ease;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #9909ff1a
}

.faq-item[data-astro-cid-al2ca2vr][data-expanded=true] .faq-icon[data-astro-cid-al2ca2vr] {
	transform: rotate(45deg);
	background: #9909ff33;
	color: #9909ff
}

.faq-answer[data-astro-cid-al2ca2vr] {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease, padding .3s ease
}

.faq-item[data-astro-cid-al2ca2vr][data-expanded=true] .faq-answer[data-astro-cid-al2ca2vr] {
	max-height: 300px;
	padding-bottom: clamp(1.25rem, 4vw, 1.5rem)
}

.faq-answer[data-astro-cid-al2ca2vr] p[data-astro-cid-al2ca2vr] {
	padding: 0 clamp(1.25rem, 4vw, 1.5rem);
	color: #fffc;
	line-height: 1.6;
	margin: 0;
	font-size: clamp(.9rem, 2.5vw, .95rem)
}

@media (max-width: 768px) {
	.faq-question[data-astro-cid-al2ca2vr] {
		padding: 1.25rem;
		font-size: 1rem
	}

	.faq-answer[data-astro-cid-al2ca2vr] p[data-astro-cid-al2ca2vr] {
		padding: 0 1.25rem;
		font-size: .95rem
	}

	.faq-item[data-astro-cid-al2ca2vr][data-expanded=true] .faq-answer[data-astro-cid-al2ca2vr] {
		padding-bottom: 1.25rem
	}
}

@media (max-width: 480px) {
	.faq-question[data-astro-cid-al2ca2vr] {
		padding: 1rem;
		font-size: .95rem
	}

	.faq-answer[data-astro-cid-al2ca2vr] p[data-astro-cid-al2ca2vr] {
		padding: 0 1rem;
		font-size: .9rem
	}

	.faq-item[data-astro-cid-al2ca2vr][data-expanded=true] .faq-answer[data-astro-cid-al2ca2vr] {
		padding-bottom: 1rem
	}

	.faq-icon[data-astro-cid-al2ca2vr] {
		width: 25px;
		height: 25px;
		font-size: 1.25rem
	}
}

.popup-overlay {
	position: fixed;
	inset: 0;
	background: #000000e6;
	backdrop-filter: blur(10px);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

.popup-overlay.show {
	opacity: 1;
	visibility: visible
}

.popup-content {
	background: linear-gradient(135deg, #11021c, #2c3e50);
	border-radius: 20px;
	padding: 2rem;
	max-width: 500px;
	width: 100%;
	border: 2px solid rgba(255, 167, 38, .3);
	box-shadow: 0 20px 60px #00000080;
	position: relative;
	overflow: hidden;
	animation: popupSlideIn .4s ease-out
}

.popup-content:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 0%, rgba(255, 167, 38, .1) 0%, transparent 50%);
	pointer-events: none
}

@keyframes popupSlideIn {
	0% {
		transform: translateY(-50px) scale(.9);
		opacity: 0
	}

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

.popup-header {
	text-align: center;
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 1
}

.age-icon {
	font-size: 3rem;
	margin-bottom: 1rem;
	display: block;
	animation: pulse 2s infinite
}

@keyframes pulse {

	0%,
	to {
		transform: scale(1)
	}

	50% {
		transform: scale(1.1)
	}
}

.popup-header h2 {
	color: #9909ff;
	margin: 0;
	font-size: clamp(1.5rem, 4vw, 1.75rem);
	font-weight: 700
}

.popup-body {
	text-align: center;
	margin-bottom: 2rem;
	position: relative;
	z-index: 1
}

.age-warning {
	color: #ffffffe6;
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	margin-bottom: 1rem;
	line-height: 1.5
}

.age-question {
	color: #9909ff;
	font-size: clamp(1.125rem, 3vw, 1.25rem);
	font-weight: 600;
	margin: 0
}

.popup-actions {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 1;
	flex-direction: column
}

.age-btn {
	flex: 1;
	padding: 1rem;
	font-size: clamp(.9rem, 2.5vw, 1rem);
	font-weight: 600;
	border-radius: 12px;
	transition: all .3s ease;
	text-align: center;
	white-space: nowrap
}

.age-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px #0000004d
}

.popup-footer {
	text-align: center;
	position: relative;
	z-index: 1
}

.disclaimer {
	color: #ffffffb3;
	font-size: clamp(.8rem, 2vw, .9rem);
	margin: 0;
	font-style: italic
}

@media (max-width: 768px) {
	.popup-content {
		padding: 1.5rem;
		margin: 1rem
	}

	.popup-actions {
		flex-direction: column
	}

	.age-icon {
		font-size: 2.5rem
	}
}

@media (max-width: 480px) {
	.popup-content {
		padding: 1.25rem
	}

	.age-btn {
		padding: .875rem;
		font-size: .9rem
	}
}

.cookie-popup {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #11021cfa;
	backdrop-filter: blur(15px);
	border-top: 2px solid rgba(255, 167, 38, .3);
	padding: 1.5rem;
	z-index: 9999;
	transform: translateY(100%);
	transition: transform .4s cubic-bezier(.4, 0, .2, 1);
	box-shadow: 0 -10px 30px #0000004d
}

.cookie-popup.show {
	transform: translateY(0)
}

.cookie-popup:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #9909ff0d, #9909ff0d);
	pointer-events: none
}

.cookie-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 2rem;
	position: relative;
	z-index: 1
}

.cookie-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-shrink: 0
}

.cookie-icon {
	font-size: 2rem;
	animation: bounce 2s infinite
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	to {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-8px)
	}

	60% {
		transform: translateY(-4px)
	}
}

.cookie-header h3 {
	color: #9909ff;
	margin: 0;
	font-size: clamp(1.125rem, 3vw, 1.25rem);
	font-weight: 600
}

.cookie-body {
	flex: 1;
	color: #ffffffe6;
	font-size: clamp(.9rem, 2.5vw, .95rem);
	line-height: 1.4
}

.cookie-body p {
	margin: 0 0 .5rem
}

.cookie-body p:last-child {
	margin: 0
}

.cookie-link {
	color: #9909ff;
	text-decoration: underline;
	transition: color .3s ease
}

.cookie-link:hover {
	color: #9909ff
}

.cookie-actions {
	display: flex;
	gap: 1rem;
	flex-shrink: 0
}

.cookie-btn {
	padding: .75rem 1.5rem;
	font-size: clamp(.85rem, 2vw, .9rem);
	font-weight: 600;
	border-radius: 8px;
	transition: all .3s ease;
	white-space: nowrap
}

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

@media (max-width: 1024px) {
	.cookie-content {
		flex-direction: column;
		text-align: center;
		gap: 1.5rem
	}

	.cookie-header {
		justify-content: center
	}

	.cookie-actions {
		justify-content: center;
		flex-wrap: wrap
	}
}

@media (max-width: 768px) {
	.cookie-popup {
		padding: 1.25rem
	}

	.cookie-content {
		gap: 1rem
	}

	.cookie-actions {
		width: 100%
	}

	.cookie-btn {
		flex: 1;
		min-width: 140px
	}
}

@media (max-width: 480px) {
	.cookie-popup {
		padding: 1rem
	}

	.cookie-actions {
		flex-direction: column;
		gap: .75rem
	}

	.cookie-btn {
		width: 100%;
		padding: 1rem
	}

	.cookie-icon {
		font-size: 1.75rem
	}
}

main {
	margin-top: 80px;
	position: relative
}

@media (max-width: 768px) {
	main {
		margin-top: 70px
	}
}

@media (max-width: 480px) {
	main {
		margin-top: 65px
	}
}