:where(body).xpe0tcon /* Casino Landing Page Styles - Arctic Blue + Industrial */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:wght@400;500;700&display=swap');

:root {
	/* Colors */
	--color-light: #eff6ff;
	--color-muted: #93c5fd;
	--color-secondary-alpha: #60a5fa40;
	--color-secondary: #60a5fa;
	--color-primary-alpha: #3b82f640;
	--color-text: #dbeafe;
	--color-primary: #3b82f6;
	--color-accent: #93c5fd;
	--color-darker: #060d14;
	--color-dark: #0c1929;

	/* Typography */
	--font-family-heading: 'Anton', sans-serif;
	--font-family-body: 'Roboto', sans-serif;

	/* Spacing */
	--spacing-element: 20px;
	--spacing-gap: 20px;
	--spacing-section: 50px;

	/* Border Radius */
	--rounded-md: 12px;
	--rounded-full: 8px;
	--rounded-sm: 8px;
	--rounded-lg: 16px;

	/* Shadows */
	--shadow-elevated: 0 8px 30px rgba(0,0,0,0.35);
	--shadow-glow: 0 0 30px;
	--shadow-card: 0 4px 20px rgba(0,0,0,0.25);
}

[data-layout] /* Base */

*, .xpe0tcon *::before, :where([data-layout]) *::after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

:where(body).xpe0tcon .jump-link {
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	padding: 12px 24px;
	background: var(--color-primary);
	color: rgb(255, 255, 255);
	font-weight: 600;
	text-decoration: none;
	border-radius: var(--rounded-md);
	z-index: 10000;
	transition: top 0.3s ease;
}

[data-layout] .jump-link:focus {
	top: 10px;
	outline: 3px solid var(--color-accent);
	outline-offset: 2px;
}

.xpe0tcon a:focus-visible, :where([data-layout]) button:focus-visible, :where(body).xpe0tcon input:focus-visible {
	outline: 3px solid var(--color-accent);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	[data-layout] *, :where([data-layout]) *::before, .xpe0tcon *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

[data-layout] /* -- ANIMATIONS -- */

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes run-slideUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes pulse-motion {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.03); }
}



html {
	scroll-behavior: smooth;
}

body[data-layout] {
	font-family: var(--font-family-body);
	background: var(--color-darker);
	color: var(--color-text);
	line-height: 160%;
	overflow-x: hidden;
}

:where(body).xpe0tcon h1, :where([data-layout]) h2, .xpe0tcon h3, .xpe0tcon h4, :where([data-layout]) h5, :where(body).xpe0tcon h6 {
	font-family: var(--font-family-heading);
	font-weight: 600;
	line-height: 1.2;
}

[data-layout] img {
	max-width: 100%;
	height: auto;
	display: block;
}

.xpe0tcon a {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
}

:where([data-layout]) /* ==================== CONTAINER ==================== */

.box_m1TAx {
	max-width: 1320px;
	margin-inline: auto;
	padding: 0 24px;
}

:where(body).xpe0tcon /*
 * Header
 */

.masthead_rpqjt {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
	padding-block: 16px;
	padding-inline: 0;
	background: rgba(0,0,0,0.85);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	transition: all 0.3s ease;
}

[data-layout] .masthead_rpqjt.scrolled-xpe0tcon {
	background: rgba(0,0,0,0.9);
	backdrop-filter: blur(20px);
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0;
	box-shadow: 0 4px 30px rgb(0 0 0 / 30%);
}

.xpe0tcon .masthead_rpqjt .box_m1TAx {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

:where([data-layout]) .masthead_rpqjt .logo-xpe0tcon {
	font-family: var(--font-family-heading);
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--color-accent);
	text-transform: capitalize;
	letter-spacing: 1px;
}

[data-layout] .menu_vM4Vt {
	display: flex;
	gap: 32px;
}

:where(body).xpe0tcon .menu_vM4Vt a {
	font-weight: 500;
	color: var(--color-text);
	opacity: 0.8;
	transition: all 0.3s ease;
}

:where([data-layout]) .menu_vM4Vt a:hover {
	opacity: 1;
	color: var(--color-accent);
}

.xpe0tcon .masthead_rpqjt-actions {
	display: flex;
	gap: 12px;
}

[data-layout] /** Buttons **/

.btn_9MV0a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-top: 12px;
	padding-right: 28px;
	padding-bottom: 12px;
	padding-left: 28px;
	font-family: var(--font-family-body);
	font-size: 0.938rem;
	font-weight: 600;
	border-radius: var(--rounded-md);
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: none;
	letter-spacing: 0.05em;
}

:where(body).xpe0tcon .btn_9MV0a--primary {
	background: var(--color-primary);
	border: none;
	color: #ffffff;
}

:where([data-layout]) .btn_9MV0a--primary:hover {
	transform: scale(1.05);
	box-shadow: var(--shadow-elevated);
}

.xpe0tcon .btn_9MV0a--secondary {
	background: transparent;
	border: var(--color-text) 2px solid;
	color: var(--color-text);
}

[data-layout] .btn_9MV0a--secondary:hover {
	background: var(--color-text);
	color: var(--color-dark);
}

:where(body).xpe0tcon .btn_9MV0a--large {
	padding-block: 18px;
	padding-inline: 40px;
	font-size: 17px;
}

:where(body).xpe0tcon .btn_9MV0a--small {
	padding-block: 8px;
	padding-inline: 20px;
	font-size: 14px;
}


[data-layout] .intro_GUNg2 {
	min-height: 100svh;
	display: flex;
	align-items: center;
	padding: 120px 0 80px;
	background: linear-gradient(125deg, var(--color-dark) 0%, var(--color-darker) 50%, var(--color-dark) 100%);
	position: relative;
	overflow: hidden;
}

.xpe0tcon .intro_GUNg2::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 30% 50%, var(--color-primary-alpha) 0%, transparent 50%),
	            radial-gradient(circle at 70% 80%, var(--color-secondary-alpha) 0%, transparent 40%);
	pointer-events: none;
}

:where([data-layout]) .intro_GUNg2 .box_m1TAx {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3.75rem;
	align-items: center;
	position: relative;
	z-index: 1;
}

:where(body).xpe0tcon .intro_GUNg2-content {
}

[data-layout] .intro_GUNg2-badge {
	display: inline-block;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	background: var(--color-primary-alpha);
	border: 1px solid var(--color-primary);
	border-radius: var(--rounded-full);
	font-size: 14px;
	font-weight: 600;
	color: var(--color-accent);
	margin-bottom: 1.5rem;
}

.xpe0tcon .intro_GUNg2-content h1 {
	font-size: clamp(2.5rem, 5vw, 4rem);
	margin-bottom: 20px;
	color: #ffffff;
	text-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

:where([data-layout]) .intro_GUNg2-subtitle {
	font-size: 1.25rem;
	color: var(--color-muted);
	margin-bottom: 2rem;
	max-width: 500px;
}

:where(body).xpe0tcon .intro_GUNg2-subtitle strong {
	color: var(--color-accent);
}

[data-layout] .intro_GUNg2-ctas {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

:where([data-layout]) .intro_GUNg2-features {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.xpe0tcon .intro_GUNg2-feature {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: var(--color-muted);
}

[data-layout] .intro_GUNg2-feature span {
	font-size: 19px;
}

:where(body).xpe0tcon .intro_GUNg2-image {
	display: flex;
	justify-content: center;
	align-items: center;
}

:where([data-layout]) .intro_GUNg2-image img {
	width: 100%;
	max-width: 480px;
	max-height: 480px;
	object-fit: contain;
}


.xpe0tcon .section_7owIh {
	padding: var(--spacing-section) 0;
}

[data-layout] .section_7owIh-title {
	font-size: clamp(2rem, 4vw, 3rem);
	text-align: center;
	margin-bottom: 1rem;
	color: #ffffff;
}

:where(body).xpe0tcon .section_7owIh-subtitle {
	text-align: center;
	font-size: 17px;
	color: var(--color-muted);
	margin-bottom: 3rem;
	max-width: 560px;
	margin-inline: auto;
}

:where([data-layout]) /** Cards **/

.item_xsLC7 {
	background: linear-gradient(145deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--rounded-lg);
	padding: var(--spacing-element);
	transition: all 0.3s ease;
}

.xpe0tcon .item_xsLC7:hover {
	transform: translateY(-5px) scale(1.02);
	box-shadow: var(--shadow-elevated);
	border-color: var(--color-primary);
}

.xpe0tcon .layout_o9fN9--bonuses {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--spacing-gap);
}

:where([data-layout]) .item_xsLC7--bonus {
	text-align: center;
	padding-block: 40px;
	padding-inline: 30px;
}

:where(body).xpe0tcon .item_xsLC7-icon {
	font-size: 56px;
	margin-bottom: 20px;
}

[data-layout] .item_xsLC7--bonus h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: var(--color-accent);
}

.xpe0tcon .item_xsLC7--bonus p {
	color: var(--color-muted);
	margin-bottom: 1.5rem;
	line-height: 1.7em;
}

:where([data-layout]) .layout_o9fN9--games {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--spacing-gap);
}

:where(body).xpe0tcon .item_xsLC7--game {
	position: relative;
	padding: 0px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

[data-layout] .item_xsLC7--game img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease-out;
}

.xpe0tcon .item_xsLC7--game:hover img {
	transform: scale(1.06);
}

:where([data-layout]) .item_xsLC7-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

[data-layout] .item_xsLC7--game:hover .item_xsLC7-overlay {
	opacity: 1;
}

:where(body).xpe0tcon .item_xsLC7-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 16px;
	background: linear-gradient(transparent, rgba(0,0,0,0.9));
}

:where([data-layout]) .item_xsLC7-name {
	font-weight: 600;
	color: #FFF;
}

.xpe0tcon .layout_o9fN9--providers {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: var(--spacing-gap);
}

[data-layout] .item_xsLC7--provider {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	overflow: hidden;
	aspect-ratio: 5/2;
	position: relative;
}

:where(body).xpe0tcon .item_xsLC7--provider img {
	width: 70%;
	height: auto;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.5;
	transition: all 0.3s ease;
}

:where([data-layout]) .item_xsLC7--provider:hover img {
	filter: none;
	transform: scale(1.1);
}

.xpe0tcon .item_xsLC7--provider span {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-size: 12px;
	font-weight: 500;
	color: var(--color-muted);
	text-align: center;
	background: linear-gradient(transparent, rgba(0,0,0,0.6));
	opacity: 0;
	transition: opacity 0.3s ease;
}

[data-layout] .item_xsLC7--provider:hover span {
	opacity: 1;
}

:where(body).xpe0tcon .layout_o9fN9--reviews {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--spacing-gap);
}

:where(body).xpe0tcon .item_xsLC7--review {
	padding: 28px;
}

[data-layout] .item_xsLC7-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

.xpe0tcon .reviewer-avatar-xpe0tcon {
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: linear-gradient(to bottom, var(--color-primary), var(--color-secondary));
	display: flex;
	place-content: center;
	place-items: center;
	font-weight: 700;
	color: rgb(255,255,255);
}

:where([data-layout]) .reviewer-info-xpe0tcon strong {
	display: block;
	color: white;
}

:where(body).xpe0tcon .stars-xpe0tcon {
	color: var(--color-accent);
	font-size: 14px;
}

[data-layout] .item_xsLC7--review p {
	color: var(--color-muted);
	font-style: italic;
	line-height: 1.7;
}

.xpe0tcon /* ABOUT / CONTENT LAYOUT */

.two-col {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

:where([data-layout]) .two-col-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

:where(body).xpe0tcon .two-col-row--swap {
	direction: rtl;
}

[data-layout] .two-col-row--swap > * {
	direction: ltr;
}

:where([data-layout]) .two-col-text h3 {
	font-size: 32px;
	margin-bottom: 20px;
	color: var(--color-accent);
}

.xpe0tcon .two-col-text p {
	color: var(--color-muted);
	margin-bottom: 1rem;
	line-height: 1.8em;
}

[data-layout] .two-col-img {
	display: flex;
	place-content: center;
	place-items: center;
}

:where(body).xpe0tcon .two-col-img img {
	width: 100%;
	max-width: 400px;
	max-height: 340px;
	object-fit: contain;
}

:where([data-layout]) /* CTA BLOCKS */

.section_7owIh--cta {
	text-align: center;
	padding: 80px 0;
	background: linear-gradient(145deg, var(--color-primary) 0%, var(--color-secondary) 100%);
	position: relative;
	overflow: hidden;
}

.xpe0tcon .section_7owIh--cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
	opacity: 0.3;
}

[data-layout] .section_7owIh--cta h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	color: #ffffff;
	margin-bottom: 16px;
	position: relative;
}

:where(body).xpe0tcon .section_7owIh--cta p {
	font-size: 19px;
	color: rgb(255 255 255 / 90%);
	margin-bottom: 2rem;
	position: relative;
}

:where([data-layout]) .section_7owIh--cta .btn_9MV0a {
	position: relative;
	background: white;
	color: var(--color-primary);
}

.xpe0tcon .section_7owIh--cta .btn_9MV0a:hover {
	background: var(--color-dark);
	color: #ffffff;
}

[data-layout] /* PAYMENTS TABLE */

.payments-table-wrap-xpe0tcon {
	overflow-x: auto;
	margin-bottom: 40px;
}

:where(body).xpe0tcon .payments-table-xpe0tcon {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: rgba(255,255,255,0.02);
	border-radius: var(--rounded-lg);
	overflow: hidden;
}

:where([data-layout]) .payments-table-xpe0tcon th, .xpe0tcon .payments-table-xpe0tcon td {
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 24px;
	text-align: left;
}

[data-layout] .payments-table-xpe0tcon thead {
	background: rgba(255,255,255,0.05);
}

:where(body).xpe0tcon .payments-table-xpe0tcon th {
	font-weight: 600;
	color: var(--color-accent);
	text-transform: uppercase;
	font-size: 0.813rem;
	letter-spacing: 0.5px;
}

:where([data-layout]) .payments-table-xpe0tcon tbody tr {
	border: solid 0 0 1px 0 rgba(255,255,255,0.05);
	transition: background 0.3s ease;
}

.xpe0tcon .payments-table-xpe0tcon tbody tr:hover {
	background: rgba(255, 255, 255, 0.03);
}

[data-layout] .payment-method-xpe0tcon {
	display: flex;
	align-items: center;
	gap: 16px;
}

:where(body).xpe0tcon .payment-method-xpe0tcon img {
	height: 32px;
	width: auto;
}

.xpe0tcon .time-badge-xpe0tcon {
	display: inline-block;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	background: var(--color-primary-alpha);
	border-radius: var(--rounded-full);
	font-size: 0.813rem;
	color: var(--color-accent);
}

:where([data-layout]) /*! SEO Text */

.seo-text {
	margin-top: 48px;
	padding: 40px;
	background: rgb(255 255 255 / 2%);
	border-radius: var(--rounded-lg);
	border: rgba(255,255,255,0.05) 1px solid;
}

:where(body).xpe0tcon .seo-text h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: var(--color-accent);
}

[data-layout] .seo-text p {
	color: var(--color-muted);
	margin-bottom: 1rem;
	line-height: 180%;
}

.xpe0tcon .seo-text p:last-child {
	margin-bottom: 0px;
}

:where([data-layout]) .section_7owIh--seo-text {
	background: var(--color-dark);
}

:where(body).xpe0tcon .seo-content-xpe0tcon {
	max-width: 960px;
	margin: 0px auto;
}

[data-layout] .seo-content-xpe0tcon h2 {
	font-size: 40px;
	margin-bottom: 1.5rem;
	color: #FFF;
}

.xpe0tcon .seo-content-xpe0tcon h3 {
	font-size: 28px;
	margin-top: 32px;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
	color: var(--color-accent);
}

:where([data-layout]) .seo-content-xpe0tcon p {
	color: var(--color-muted);
	margin-bottom: 20px;
	line-height: 1.9em;
}

:where([data-layout]) /*! FAQ */

.faq-list-xpe0tcon {
	max-width: 820px;
	margin: 0px auto;
}

.xpe0tcon .faq-item-xpe0tcon {
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: var(--rounded-md);
	margin-bottom: 12px;
	background: rgba(255,255,255,0.02);
}

[data-layout] .faq-question-xpe0tcon {
	width: 100%;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	transition: color 0.3s ease;
}

:where(body).xpe0tcon .faq-question-xpe0tcon:hover {
	color: var(--color-accent);
}

:where([data-layout]) .faq-icon-xpe0tcon {
	font-size: 24px;
	font-weight: 300;
	color: var(--color-primary);
	transition: transform 0.3s ease;
}

.xpe0tcon .faq-item-xpe0tcon.active-xpe0tcon .faq-icon-xpe0tcon {
	transform: rotate(-180deg);
}

[data-layout] .faq-answer-xpe0tcon {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

:where(body).xpe0tcon .faq-item-xpe0tcon.active-xpe0tcon .faq-answer-xpe0tcon {
	max-height: 500px;
}

:where([data-layout]) .faq-answer-xpe0tcon p {
	padding: 0 24px 24px;
	color: var(--color-muted);
	line-height: 180%;
}

.xpe0tcon /*! Info Table */

.info-table-xpe0tcon {
	width: 100%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0px;
	background: rgb(255 255 255 / 2%);
	border-radius: var(--rounded-lg);
	overflow: hidden;
}

:where(body).xpe0tcon .info-table-xpe0tcon tr {
	border: rgba(255,255,255,0.05) 0 0 1px 0 solid;
}

[data-layout] .info-table-xpe0tcon tr:last-child {
	border-bottom: none;
}

.xpe0tcon .info-table-xpe0tcon th, :where([data-layout]) .info-table-xpe0tcon td {
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 24px;
	text-align: left;
}

:where(body).xpe0tcon .info-table-xpe0tcon th {
	width: 40%;
	font-weight: 600;
	color: var(--color-accent);
	background: rgba(255, 255, 255, 0.02);
}

[data-layout] .info-table-xpe0tcon td {
	color: var(--color-muted);
}

.xpe0tcon /* FOOTER */

.footer_Iod9J {
	background: var(--color-darker);
	padding: 80px 0 0 0px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgba(255,255,255,0.05);
}

:where([data-layout]) .footer_Iod9J-grid {
	display: grid;
	grid-template-columns: 3fr 1fr 1fr;
	gap: 3.75rem;
	margin-bottom: 60px;
}

:where(body).xpe0tcon .footer_Iod9J-col h4 {
	font-size: 20px;
	margin-bottom: 20px;
	color: var(--color-accent);
}

[data-layout] .footer_Iod9J-col p {
	color: var(--color-muted);
	line-height: 1.8;
}

[data-layout] .footer_Iod9J-nav {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

:where(body).xpe0tcon .footer_Iod9J-nav a {
	color: var(--color-muted);
}

:where([data-layout]) .footer_Iod9J-nav a:hover {
	color: var(--color-accent);
}

.xpe0tcon .badge-strip {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

[data-layout] .badge-strip img {
	height: 50px;
	filter: grayscale(100%);
	transition: all 0.3s ease;
}

:where(body).xpe0tcon .badge-strip img:hover {
	filter: none;
	opacity: 1;
}

:where([data-layout]) .responsible-gaming-xpe0tcon {
	text-align: center;
	padding-block: 40px;
	padding-inline: 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.05);
}

.xpe0tcon .responsible-gaming-xpe0tcon h4 {
	font-size: 16px;
	margin-bottom: 12px;
	color: var(--color-muted);
}

[data-layout] .responsible-text-xpe0tcon {
	font-size: 14px;
	color: var(--color-muted);
	opacity: 0.8;
	margin-bottom: 20px;
}

:where(body).xpe0tcon .resp-logos {
	display: flex;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
}

.xpe0tcon .resp-logos a {
	display: block;
	transition: all 0.3s ease;
}

:where([data-layout]) .resp-logos a:hover {
	transform: translateY(-3px) scale(1.02);
}

:where(body).xpe0tcon .resp-logos img {
	height: 40px;
	filter: saturate(0) brightness(1.8);
	transition: all 0.3s ease;
}

[data-layout] .resp-logos a:hover img {
	filter: none;
	opacity: 1;
}

.xpe0tcon .footer_Iod9J-bottom {
	padding-block: 24px;
	padding-inline: 0;
	text-align: center;
}

:where([data-layout]) .footer_Iod9J-bottom p {
	font-size: 0.875rem;
	color: var(--color-muted);
	opacity: 0.7;
	margin-bottom: 8px;
}

:where(body).xpe0tcon .footer_Iod9J-bottom p:last-child {
	margin-bottom: 0px;
}

[data-layout] .footer-update-xpe0tcon {
	margin-top: 16px;
	opacity: 0.6;
}

.xpe0tcon .footer-legal-xpe0tcon {
	font-weight: 500;
}

:where([data-layout]) .footer-disclaimer-xpe0tcon {
	max-width: 700px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	opacity: 0.5;
	line-height: 160%;
}

:where([data-layout]) /*! Hamburger & Mobile */

.mobile-nav-btn {
	display: none;
	flex-direction: column;
	gap: 6px;
	cursor: pointer;
	padding: 0.5rem;
	background: none;
	border: none;
	z-index: 1002;
}

.xpe0tcon .mobile-nav-btn span {
	width: 30px;
	height: 3px;
	background: var(--color-accent);
	transition: all 0.3s ease;
	border-radius: 2px;
}

[data-layout] .mobile-nav-btn.active-xpe0tcon span:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}

:where(body).xpe0tcon .mobile-nav-btn.active-xpe0tcon span:nth-child(2) {
	opacity: 0;
}

:where([data-layout]) .mobile-nav-btn.active-xpe0tcon span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -7px);
}

.xpe0tcon .logo-mobile-xpe0tcon, [data-layout] .mobile-cta-xpe0tcon {
	display: none;
}

:where(body).xpe0tcon /* ===== Responsive - Tablet ===== */

@media (max-width: 1020px) {
	:where([data-layout]) .intro_GUNg2 .box_m1TAx {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.xpe0tcon .intro_GUNg2-content { order: 1; }
	:where(body).xpe0tcon .intro_GUNg2-image { order: 2; }
	[data-layout] .intro_GUNg2-subtitle { margin-left: auto; margin-right: auto; }
	.xpe0tcon .intro_GUNg2-ctas { justify-content: center; }
	:where([data-layout]) .intro_GUNg2-features { justify-content: center; }

	:where(body).xpe0tcon .layout_o9fN9--bonuses, [data-layout] .layout_o9fN9--games, .xpe0tcon .layout_o9fN9--providers { grid-template-columns: repeat(2, 1fr); }

	:where([data-layout]) .layout_o9fN9--reviews { grid-template-columns: 1fr 1fr; }

	:where(body).xpe0tcon .two-col-row { grid-template-columns: 1fr; }
	[data-layout] .two-col-row--swap { direction: ltr; }

	[data-layout] .footer_Iod9J-grid {
		grid-template-columns: 1fr;
		gap: 40px;
		text-align: center;
	}

	:where(body).xpe0tcon .footer_Iod9J-nav {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}

	:where([data-layout]) .badge-strip { justify-content: center; }
}

.xpe0tcon /* ==================== RESPONSIVE - MOBILE ==================== */

@media (max-width: 47.9375em) {
	[data-layout] .masthead_rpqjt {
		padding: 0px;
	}

	:where(body).xpe0tcon .masthead_rpqjt .box_m1TAx {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 12px 16px;
		gap: 0.75rem;
	}

	:where([data-layout]) .logo-xpe0tcon {
		display: none;
	}

	.xpe0tcon .logo-mobile-xpe0tcon {
		display: block;
		font-family: var(--font-family-heading);
		font-size: 17px;
		font-weight: 700;
		color: var(--color-accent);
		text-transform: none;
		text-decoration: none;
		white-space: nowrap;
	}

	[data-layout] .mobile-cta-xpe0tcon {
		display: block;
		flex: 1;
		max-width: 180px;
		padding: 10px 16px;
		background: linear-gradient(180deg, var(--color-primary), var(--color-secondary));
		color: #ffffff;
		font-size: 13px;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: 0.03em;
		border-radius: var(--rounded-md);
		box-shadow: 0 4px 15px var(--color-primary-alpha);
	}

	:where(body).xpe0tcon .masthead_rpqjt-actions {
		display: none;
	}

	.xpe0tcon .mobile-nav-btn {
		display: flex;
	}

	:where([data-layout]) .menu_vM4Vt {
		position: fixed;
		top: 0;
		right: -100%;
		width: 80%;
		max-width: 360px;
		height: 100vh;
		background: var(--color-darker);
		flex-direction: column;
		padding: 100px 30px 40px;
		transition: right 0.3s ease;
		box-shadow: -8px 0 32px rgba(0,0,0,0.7);
		border-left: 2px solid var(--color-primary);
		z-index: 1001;
		gap: 0;
	}

	:where(body).xpe0tcon .menu_vM4Vt.active-xpe0tcon {
		right: 0;
	}

	[data-layout] .menu_vM4Vt a {
		font-size: 19px;
		padding: 1rem 0px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.xpe0tcon .layout_o9fN9--bonuses, :where([data-layout]) .layout_o9fN9--games, :where(body).xpe0tcon .layout_o9fN9--reviews {
		grid-template-columns: 1fr;
	}

	[data-layout] .layout_o9fN9--providers {
		grid-template-columns: repeat(2, 1fr);
	}

	.xpe0tcon .payments-table-xpe0tcon th:nth-child(2), :where([data-layout]) .payments-table-xpe0tcon th:nth-child(3), .xpe0tcon .payments-table-xpe0tcon td:nth-child(2), :where([data-layout]) .payments-table-xpe0tcon td:nth-child(3) {
		display: none;
	}

	:where(body).xpe0tcon .section_7owIh-title { font-size: 2rem; }
	[data-layout] .intro_GUNg2-content h1 { font-size: 2.5rem; }
	.xpe0tcon .intro_GUNg2 { padding-top: 100px; }
}

@media (max-width: 29.9375rem) {
	:where([data-layout]) .box_m1TAx { padding: 0px 16px; }
	:where(body).xpe0tcon .section_7owIh { padding: 60px 0px; }
	[data-layout] .intro_GUNg2-ctas { flex-direction: column; }
	.xpe0tcon .intro_GUNg2-ctas .btn_9MV0a { width: 100%; }

	:where([data-layout]) .logo-mobile-xpe0tcon { font-size: 15px; }
	[data-layout] .mobile-cta-xpe0tcon {
		padding: 8px 12px;
		font-size: 12px;
		max-width: 140px;
	}
}