.best-casinos-page {
	margin-top: 80px;
	margin-bottom: 0;
	padding: 4rem 0 0;
	/* background: linear-gradient(135deg, #11021c, #2c3e50); */
	min-height: calc(100vh - 80px);
	position: relative;
	overflow: hidden
}


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

.page-description {
	max-width: 800px;
	margin: 0 auto;
	color: #ffffffe6;
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	line-height: 1.6
}

.highlights-section {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.highlights-section h2 {
	text-align: center;
	color: #9909ff;
	margin-bottom: 2rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem)
}

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

.highlight-card {
	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
}

/* .highlight-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
} */

/* .highlight-card:hover:before {
	left: 100%
} */

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

.highlight-icon {
	font-size: 2.5rem;
	color: rgb(224, 135, 19);
	margin-bottom: 1rem;
	display: block;
	transition: transform .3s ease
}

.highlight-card:hover .highlight-icon {
	transform: scale(1.1) rotate(5deg)
}

.highlight-card h3 {
	color: #9909ff;
	background: linear-gradient(135deg, #9909ff, #e17915);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.highlight-card p {
	color: #fffc;
	font-size: .95rem;
	line-height: 1.5;
	margin: 0
}

.best-casinos-list {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.best-casinos-list h2 {
	text-align: center;
	color: #9909ff;
	margin-bottom: 2rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem)
}

.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:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px #0006;
	background: #ffffff14;
	border-color: #9909ff66
}

.casino-card.featured {
	border: 2px solid #9909ff;
	box-shadow: 0 0 40px #9909ff4d
}

.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;
	z-index: 10
}

.badge.first-place {
	background: linear-gradient(135deg, gold, orange);
	color: #11021c
}

.badge.second-place {
	background: linear-gradient(135deg, silver, #a8a8a8);
	color: #11021c
}

.badge.third-place {
	background: linear-gradient(135deg, #cd7f32, #b8860b);
	color: #fff
}

.badge.top-rated {
	background: linear-gradient(135deg, #ff5722, #e64a19);
	color: #fff
}

.badge.verified {
	background: linear-gradient(135deg, #4caf50, #45a049);
	color: #fff
}

.badge.popular {
	background: linear-gradient(135deg, #9c27b0, #7b1fa2);
	color: #fff
}

.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: #000
}

.casino-card:hover .brand-logo {
	transform: scale(1.05);
	filter: brightness(1.2) contrast(1.2);
	border-color: #9909ff4d
}

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

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

.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
}

.comparison-table {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.comparison-table h2 {
	text-align: center;
	color: #9909ff;
	margin-bottom: 2rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem)
}

.table-container {
	background: #ffffff0d;
	border-radius: 16px;
	padding: 2rem;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .1);
	overflow-x: auto
}

.casino-comparison {
	width: 100%;
	border-collapse: collapse;
	color: #ffffffe6
}

.casino-comparison th {
	background: #9909ff33;
	color: #9909ff;
	padding: 1rem;
	text-align: left;
	font-weight: 600;
	border-bottom: 2px solid rgba(255, 167, 38, .3)
}

.casino-comparison td {
	padding: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	vertical-align: middle
}

.casino-comparison tr:hover {
	background: #ffffff0d
}

.featured-row {
	background: #9909ff1a;
	border: 1px solid rgba(255, 167, 38, .3)
}

.casino-name {
	display: flex;
	align-items: center;
	gap: .75rem;
	font-weight: 600
}

.table-logo {
	width: 40px;
	height: 30px;
	object-fit: contain;
	border-radius: 4px;
	background: #000;
	padding: 2px
}

.bonus {
	color: #9909ff;
	font-weight: 600
}

.games {
	color: #9909ff;
	font-weight: 600
}

.rtp {
	color: #4caf50;
	font-weight: 600
}

.license {
	font-size: .9rem
}

.rating {
	color: #9909ff;
	font-size: 1.1rem
}

.faq-section {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.faq-section h2 {
	text-align: center;
	color: #9909ff;
	margin-bottom: 2rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem)
}

.faq-container {
	max-width: 800px;
	margin: 0 auto
}

.faq-item {
	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:hover {
	background: #ffffff14;
	border-color: #9909ff4d
}

.faq-question {
	width: 100%;
	padding: 1.5rem;
	background: none;
	border: none;
	color: #fff;
	font-size: 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:hover {
	color: #9909ff
}

.faq-icon {
	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-expanded=true] .faq-icon {
	transform: rotate(45deg);
	background: #9909ff33;
	color: #9909ff
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease, padding .3s ease
}

.faq-item[data-expanded=true] .faq-answer {
	max-height: 300px;
	padding-bottom: 1.5rem
}

.faq-answer p {
	padding: 0 1.5rem;
	color: #fffc;
	line-height: 1.6;
	margin: 0;
	font-size: .95rem
}

.selection-criteria {
	margin-bottom: 4rem;
	position: relative;
	z-index: 1
}

.selection-criteria h2 {
	text-align: center;
	color: #9909ff;
	margin-bottom: 2rem;
	font-size: clamp(1.5rem, 3vw, 1.75rem)
}

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

.criteria-card {
	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
}

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

.criteria-number {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translate(-50%);
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #9909ff, #4ecdc4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #fff;
	font-size: 1.25rem;
	box-shadow: 0 4px 15px #9909ff4d
}

.criteria-card h3 {
	color: #9909ff;
	margin: 1rem 0;
	font-size: 1.25rem
}

.criteria-card p {
	color: #fffc;
	font-size: .95rem;
	line-height: 1.5;
	margin: 0
}

.back-to-home {
	text-align: center;
	margin-top: 3rem;
	position: relative;
	z-index: 1
}

@media (max-width: 768px) {
	.best-casinos-page {
		margin-top: 70px;
		padding: 2rem 0
	}

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

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

	.feature-value {
		text-align: center
	}

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

	.table-container {
		padding: 1rem
	}

	.casino-comparison {
		font-size: .9rem
	}

	.casino-comparison th,
	.casino-comparison td {
		padding: .75rem .5rem
	}

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

@media (max-width: 480px) {
	.best-casinos-page {
		margin-top: 65px;
		padding: 1.5rem 0
	}

	.casino-card,
	.highlight-card,
	.criteria-card {
		padding: 1.5rem
	}

	.table-container {
		padding: .75rem
	}

	.casino-comparison {
		font-size: .8rem
	}

	.casino-comparison th,
	.casino-comparison td {
		padding: .5rem .25rem
	}

	.faq-question {
		padding: 1.25rem;
		font-size: .95rem
	}

	.faq-answer p {
		padding: 0 1.25rem
	}

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