* {
	box-sizing: border-box;
}

html,
body {
	overflow-x: hidden;
}

body {
	font-family: 'Inter', sans-serif;
	background-color: #0b0e14;
	color: #f8fafc;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
}

.section-padding {
	padding: 80px 0;
}

.bg-darker {
	background-color: #111827;
}

.primary {
	background-color: #eab308 !important;
	color: #000 !important;
	font-weight: 700;
	transition: transform 0.3s ease;
}

.primary:hover {
	background-color: #ca8a04 !important;
	transform: translateY(-2px);
}

/* Age Verification Modal */
.age-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.95);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.age-modal-content {
	background: #1e293b;
	padding: 40px;
	border-radius: 12px;
	max-width: 500px;
	width: 90%;
	border: 2px solid #eab308;
}

.age-modal-logo {
	max-width: 180px;
	margin-bottom: 20px;
}

.support-phone {
	margin-top: 20px;
	font-weight: 700;
	color: #eab308;
}

/* Legal Bars */
.legal-warning-bar {
	background: #000;
	color: #fff;
	font-size: 0.75rem;
	padding: 8px 0;
	text-align: center;
	border-bottom: 1px solid #333;
}

.header-top-info {
	background: #1e293b;
	padding: 10px 0;
	border-bottom: 1px solid #eab308;
}

.risk-warning-text {
	margin: 0;
	font-size: 0.85rem;
	font-weight: 600;
}

/* Header */
.site-header {
	position: relative;
	z-index: 100;
}

.header-main {
	padding: 20px 0;
	background: #0b0e14;
	position: relative;
}

/* Burger Menu */
.burger-menu-toggle {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 24px;
	cursor: pointer;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.burger-menu-toggle span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #eab308;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.burger-menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}

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

.burger-menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Navigation */
.mobile-nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 280px;
	height: 100vh;
	background: #1e293b;
	z-index: 1000;
	padding: 80px 30px 30px;
	transition: right 0.3s ease;
	border-left: 2px solid #eab308;
	overflow-y: auto;
}

.mobile-nav.active {
	right: 0;
}

/* Mobile Nav Close Button */
.mobile-nav-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	background: transparent;
	border: 2px solid #eab308;
	border-radius: 50%;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.mobile-nav-close:hover {
	background: #eab308;
}

.mobile-nav-close:hover span {
	background-color: #000;
}

.mobile-nav-close span {
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: #eab308;
	border-radius: 2px;
	transition: background-color 0.3s ease;
}

.mobile-nav-close span:first-child {
	transform: rotate(45deg);
}

.mobile-nav-close span:last-child {
	transform: rotate(-45deg);
}

.mobile-nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.mobile-nav-overlay.active {
	opacity: 1;
	visibility: visible;
}

.mobile-nav-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-nav-links li {
	margin-bottom: 15px;
}

.mobile-nav-links a {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	transition: color 0.3s;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #334155;
}

.mobile-nav-links a:hover {
	color: #eab308;
}

.site-logo {
	height: 50px;
	margin-right: 15px;
}

.site-name {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	font-weight: 800;
	color: #ffffff;
	vertical-align: middle;
}

/* Hero Section */
.hero-wrapper {
	position: relative;
}

.hero-slider {
	height: 100%;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	height: 450px;
	padding: 80px 0 100px;
	box-sizing: border-box;
}

.hero-wrapper .swiper-pagination {
	bottom: 30px;
	position: absolute;
	left: 0;
	right: 0;
}

.hero-wrapper .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
	width: 12px;
	height: 12px;
}

.hero-wrapper .swiper-pagination-bullet-active {
	background: #eab308;
	opacity: 1;
}

.hero-lead {
	font-size: 1.25rem;
	margin-bottom: 30px;
	color: #cbd5e1;
}

/* Rating Cards */
.section-title-block {
	margin-bottom: 50px;
}

.section-title {
	font-size: 2.5rem;
	margin-bottom: 10px;
	background: linear-gradient(90deg, #fff, #eab308);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.rating-card {
	background: #1e293b;
	border-radius: 12px;
	margin-bottom: 30px;
	border: 1px solid #334155;
	transition: all 0.3s ease;
	overflow: hidden;
}

.rating-card:hover {
	border-color: #eab308;
	transform: scale(1.01);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.horizontal-card {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.card-image-col {
	flex: 0 0 250px;
	padding: 30px;
	text-align: center;
	background: #0f172a;
}

.operator-logo {
	max-width: 100%;
	height: auto;
	max-height: 80px;
	object-fit: contain;
}

.card-content-col {
	flex: 1;
	padding: 30px;
	border-left: 1px solid #334155;
}

.card-header-info {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.rank-badge {
	background: #eab308;
	color: #000;
	padding: 5px 12px;
	border-radius: 4px;
	font-weight: 800;
}

.star-rating {
	color: #eab308;
}

.rating-value {
	margin-left: 10px;
	color: #fff;
	font-weight: 700;
}

.card-features {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.card-features li {
	font-size: 0.9rem;
	color: #94a3b8;
}

.card-features i {
	color: #22c55e;
	margin-right: 5px;
}

.card-action-col {
	flex: 0 0 250px;
	padding: 30px;
	text-align: center;
}

.badge-safe-pick,
.badge-most-popular {
	display: block;
	margin-top: 15px;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.badge-safe-pick {
	color: #22c55e;
}

.badge-most-popular {
	color: #f97316;
}

/* Methodology */
.method-item {
	display: flex;
	gap: 20px;
	margin-bottom: 25px;
}

.method-icon {
	font-size: 2rem;
	color: #eab308;
}

.method-text h5 {
	margin-bottom: 5px;
}

.rounded-img {
	border-radius: 15px;
}

.shadow {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

/* Rules */
.rule-box {
	background: #1e293b;
	padding: 30px;
	border-radius: 12px;
	height: 100%;
	border-bottom: 4px solid #eab308;
}

.poker-rules-section .cell {
	margin-bottom: 30px;
}

.rule-num {
	color: #eab308;
	font-size: 1.5rem;
	margin-right: 10px;
}

/* Tournament Table */
.table-scroll {
	overflow-x: auto;
}

.tournament-table {
	width: 100%;
	border-collapse: collapse;
	background: #1e293b;
	color: #fff;
	border-radius: 12px;
	overflow: hidden;
}

.tournament-table th {
	background: #eab308;
	color: #000;
	padding: 15px;
	text-align: left;
}

.tournament-table td {
	color: #000;
	padding: 15px;
	border-bottom: 1px solid #334155;
}

/* FAQ Accordion */
.accordion {
	background: transparent;
	border: none;
}

.accordion-item {
	background: #1e293b;
	border: 1px solid #334155 !important;
	border-radius: 8px;
	margin-bottom: 10px;
}

.accordion-title {
	color: #fff !important;
	font-weight: 700;
	padding: 20px !important;
	background: transparent !important;
}

.accordion-title::before {
	color: #eab308 !important;
}

.accordion-content {
	background: transparent !important;
	color: #cbd5e1;
	padding: 20px !important;
	border: none !important;
}

/* Contact Form */
.contact-form input,
.contact-form textarea {
	background: #0f172a;
	border: 1px solid #334155;
	color: #fff;
	border-radius: 6px;
	padding: 12px;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #eab308;
	background: #0f172a;
	box-shadow: none;
}

.contact-info-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-info-list li {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.contact-info-list i {
	color: #eab308;
}

/* Disclaimer Banner */
.disclaimer-banner {
	background: #450a0a;
	padding: 30px 0;
	border-top: 4px solid #dc2626;
}

.disclaimer-content {
	display: flex;
	align-items: center;
	gap: 20px;
}

.disclaimer-content i {
	font-size: 2.5rem;
	color: #f87171;
}

.disclaimer-content p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.6;
	color: #fecaca;
}

/* Footer */
.site-footer {
	background: #0b0e14;
	padding: 60px 0 20px;
	border-top: 1px solid #334155;
}

.footer-logo {
	height: 40px;
	margin-bottom: 15px;
}

.footer-title {
	font-size: 1.1rem;
	margin-bottom: 25px;
	color: #eab308;
}

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

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

.footer-links a {
	color: #94a3b8;
	transition: color 0.3s;
}

.footer-links a:hover {
	color: #eab308;
}

.footer-partners-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}

.footer-partners-grid img {
	max-width: 120px;
	filter: brightness(0) invert(1);
	opacity: 0.7;
	transition: opacity 0.3s;
}

.footer-partners-grid img:hover {
	opacity: 1;
}

.footer-partners-grid .age-icon {
	max-width: 40px;
	filter: none;
	opacity: 1;
}

.footer-bottom {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #334155;
	font-size: 0.85rem;
	color: #64748b;
}

/* Cookie Banner */
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #1e293b;
	padding: 20px 0;
	z-index: 1000;
	border-top: 2px solid #eab308;
	box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
	display: none;
}

.cookie-option {
	margin-bottom: 15px;
}

.cookie-option label {
	margin-left: 10px;
	color: #fff;
}

label {
	color: #fff;
}

/* Responsive */
@media screen and (max-width: 1024px) {
	.horizontal-card {
		flex-direction: column;
	}

	.card-image-col,
	.card-content-col,
	.card-action-col {
		flex: 0 0 100%;
		width: 100%;
		border: none;
		border-bottom: 1px solid #334155;
	}

	.card-action-col {
		border-bottom: none;
	}

	.site-name {
		font-size: 1.2rem;
	}

	.section-title {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 768px) {
	.swiper-slide {
		height: auto;
		min-height: 400px;
		padding: 50px 20px 80px;
	}

	.swiper-slide h1 {
		font-size: 1.5rem;
	}

	.swiper-slide h2 {
		font-size: 1.3rem;
	}

	.hero-wrapper .swiper-pagination {
		bottom: 20px;
	}

	.hero-lead {
		font-size: 0.95rem;
	}

	.site-logo {
		height: 40px;
	}

	.header-top-info p {
		font-size: 0.7rem;
	}
}

@media screen and (max-width: 480px) {
	.swiper-slide {
		height: auto;
		min-height: 380px;
		padding: 40px 15px 70px;
	}

	.swiper-slide h1 {
		font-size: 1.3rem;
	}

	.swiper-slide h2 {
		font-size: 1.1rem;
	}

	.hero-lead {
		font-size: 0.9rem;
		margin-bottom: 20px;
	}

	.hero-wrapper .swiper-pagination {
		bottom: 15px;
	}

	.hero-wrapper .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.swiper-slide .button {
		font-size: 0.9rem;
		padding: 12px 20px;
	}
}

/* Main container spacing */
.policyScopeWrap {
	padding-top: 40px;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

/* Paragraph styles */
.policyScopeWrap p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 16px;
	color: #fff;
}

/* Heading styles with conservative font sizes */
.policyScopeWrap h1 {
	font-size: 28px;
	margin-bottom: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.policyScopeWrap h2 {
	font-size: 22px;
	margin-top: 32px;
	margin-bottom: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

.policyScopeWrap h3 {
	font-size: 18px;
	margin-top: 24px;
	margin-bottom: 12px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
}

.policyScopeWrap h4 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #fff;
}

.policyScopeWrap h5 {
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 8px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

/* List styles */
.policyScopeWrap ul {
	margin-bottom: 16px;
	padding-left: 25px;
	list-style-type: disc;
	color: #fff;
}

.policyScopeWrap li {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}