/*
 * Generated Casino Landing Page Stylesheet
 * Color Scheme: Electric Pink
 * Typography: Futuristic
 * Generated: 2026-03-04T17:58:50.931Z
 */

@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@600;700;800&family=Titillium+Web:wght@400;600&display=swap");

:root {
	/* Colors */
	--theme-dark: #1a0a14;
	--theme-darker: #0d0509;
	--theme-primary: #ec4899;
	--theme-secondary: #f472b6;
	--theme-text: #fce7f3;
	--theme-accent: #f9a8d4;
	--theme-secondary-alpha: #f472b640;
	--theme-muted: #f9a8d4;
	--theme-primary-alpha: #ec489940;
	--theme-light: #fdf2f8;

	/* Typography */
	--body-font: 'Titillium Web', sans-serif;
	--heading-font: 'Orbitron', sans-serif;

	/* Spacing */
	--element-spacing: 16px;
	--gap: 12px;
	--section-padding: 40px;

	/* Border Radius */
	--radius-lg: 24px;
	--radius-full: 100px;
	--radius-md: 16px;
	--radius-sm: 4px;

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


/* ===== Base ===== */

*, *::before, *::after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

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

.skip-link:focus {
	top: 10px;
	outline: 3px solid var(--theme-accent);
	outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
	outline: 3px solid var(--theme-accent);
	outline-offset: 2px;
}

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


@keyframes fadeIn-anim {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes slideUp-motion {
	0% { opacity: 0; transform: translateY(30px); }
	100% { opacity: 1; transform: translateY(0); }
}

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

@keyframes go-shimmer {
	0% { background-position: -200% 0; }
	100% { background-position: 200% 0; }
}


html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--body-font);
	background: var(--theme-darker);
	color: var(--theme-text);
	line-height: 1.6;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--heading-font);
	font-weight: 800;
	line-height: 1.2em;
}

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

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

/** Container **/

.content-wrap_td3A2 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 24px;
}

/*! Header */

.masthead_Dvus2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0px;
	z-index: 1000;
	padding: 16px 0;
	background: rgb(0 0 0 / 85%);
	backdrop-filter: blur(12px);
	transition: all .25s ease;
}

.masthead_Dvus2.scrolled {
	background: rgb(0 0 0 / 90%);
	backdrop-filter: blur(20px);
	padding-block: 12px;
	padding-inline: 0;
	box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

.masthead_Dvus2 .content-wrap_td3A2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.masthead_Dvus2 .logo {
	font-family: var(--heading-font);
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--theme-accent);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.main-nav_9Dt3z {
	display: flex;
	gap: 2rem;
}

.main-nav_9Dt3z a {
	font-weight: 500;
	color: var(--theme-text);
	opacity: 0.8;
	transition: all .25s ease;
}

.main-nav_9Dt3z a:hover {
	opacity: 1;
	color: var(--theme-accent);
}

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

/* --- Buttons --- */

.action_0NqTp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-block: 12px;
	padding-inline: 28px;
	font-family: var(--body-font);
	font-size: 15px;
	font-weight: 600;
	border-radius: var(--radius-md);
	cursor: pointer;
	transition: all .25s ease;
	text-transform: none;
	letter-spacing: 0.03em;
}

.action_0NqTp--primary {
	background: var(--theme-primary);
	border: none;
	box-shadow: 0 0 20px var(--theme-primary-alpha);
	color: #FFFFFF;
}

.action_0NqTp--primary:hover {
	transform: translate(0, -3px);
	box-shadow: var(--sh-elevated);
}

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

.action_0NqTp--secondary:hover {
	background: var(--theme-text);
	color: var(--theme-dark);
}

.action_0NqTp--large {
	padding-block: 18px;
	padding-inline: 40px;
	font-size: 1.063rem;
}

.action_0NqTp--small {
	padding-block: 8px;
	padding-inline: 20px;
	font-size: 14px;
}


/* ===== Hero ===== */

.intro_ZlxZi {
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 120px 0 80px;
	background: linear-gradient(to bottom, var(--theme-dark) 0%, var(--theme-darker) 50%, var(--theme-dark) 100%);
	position: relative;
	overflow: hidden;
}

.intro_ZlxZi::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 30% 50%, var(--theme-primary-alpha) 0%, transparent 50%),
	            radial-gradient(circle at 70% 80%, var(--theme-secondary-alpha) 0%, transparent 40%);
	pointer-events: none;
}

.intro_ZlxZi .content-wrap_td3A2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3.75rem;
	align-items: center;
	position: relative;
	z-index: 1;
}

.intro_ZlxZi-content {
}

.intro_ZlxZi-badge {
	display: inline-block;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	background: var(--theme-primary-alpha);
	border: var(--theme-primary) solid 1px;
	border-radius: var(--radius-full);
	font-size: 14px;
	font-weight: 600;
	color: var(--theme-accent);
	margin-bottom: 24px;
}

.intro_ZlxZi-content h1 {
	font-size: clamp(2.5rem, 5vw, 4rem);
	margin-bottom: 1.25rem;
	color: rgb(255, 255, 255);
	text-shadow: 0 4px 30px rgb(0 0 0 / 30%);
}

.intro_ZlxZi-subtitle {
	font-size: 20px;
	color: var(--theme-muted);
	margin-bottom: 32px;
	max-width: 500px;
}

.intro_ZlxZi-subtitle strong {
	color: var(--theme-accent);
}

.intro_ZlxZi-ctas {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.intro_ZlxZi-features {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.intro_ZlxZi-feature {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.875rem;
	color: var(--theme-muted);
}

.intro_ZlxZi-feature span {
	font-size: 19px;
}

.intro_ZlxZi-image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.intro_ZlxZi-image img {
	width: 100%;
	max-width: 420px;
	max-height: 480px;
	object-fit: contain;
}

/* SECTIONS */

.block_l0hcW {
	padding: var(--section-padding) 0px;
}

.block_l0hcW-title {
	font-size: clamp(2rem, 4vw, 3rem);
	text-align: center;
	margin-bottom: 1rem;
	color: rgb(255, 255, 255);
}

.block_l0hcW-subtitle {
	text-align: center;
	font-size: 17px;
	color: var(--theme-muted);
	margin-bottom: 48px;
	max-width: 560px;
	margin: 0px auto;
}

/* --- Cards --- */

.item_0bV7P {
	background: linear-gradient(145deg, rgba(255,255,255,0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
	border: rgb(255 255 255 / 8%) 1px solid;
	border-radius: var(--radius-lg);
	padding: var(--element-spacing);
	transition: all .25s ease;
}

.item_0bV7P:hover {
	transform: translateY(-6px);
	box-shadow: var(--sh-elevated);
	border-color: var(--theme-primary);
}

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

.item_0bV7P--bonus {
	text-align: center;
	padding: 40px 30px;
}

.item_0bV7P-icon {
	font-size: 3.5rem;
	margin-bottom: 20px;
}

.item_0bV7P--bonus h3 {
	font-size: 24px;
	margin-bottom: 16px;
	color: var(--theme-accent);
}

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

.grid_WjN1e--games {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--gap);
}

.item_0bV7P--game {
	position: relative;
	padding: 0px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.item_0bV7P--game img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease-in-out;
}

.item_0bV7P--game:hover img {
	transform: scale(1.03) rotate(1deg);
}

.item_0bV7P-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity .25s ease;
}

.item_0bV7P--game:hover .item_0bV7P-overlay {
	opacity: 1;
}

.item_0bV7P-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	background: linear-gradient(transparent, rgb(0 0 0 / 90%));
}

.item_0bV7P-name {
	font-weight: 600;
	color: #FFF;
}

.grid_WjN1e--providers {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--gap);
}

.item_0bV7P--provider {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	overflow: hidden;
	aspect-ratio: 2.5 / 1;
	position: relative;
}

.item_0bV7P--provider img {
	width: 70%;
	height: auto;
	object-fit: contain;
	filter: grayscale(100%) brightness(2);
	transition: all .25s ease;
}

.item_0bV7P--provider:hover img {
	filter: brightness(1) contrast(1);
	transform: scale(1.03) rotate(1deg);
}

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

.item_0bV7P--provider:hover span {
	opacity: 1;
}

.grid_WjN1e--reviews {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--gap);
}

.item_0bV7P--review {
	padding: 28px;
}

.item_0bV7P-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 16px;
}

.reviewer-avatar {
	width: 46px;
	height: 52px;
	border-radius: 40%;
	background: linear-gradient(45deg, var(--theme-primary), var(--theme-secondary));
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: white;
}

.reviewer-info strong {
	display: block;
	color: #FFF;
}

.stars {
	color: var(--theme-accent);
	font-size: 0.875rem;
}

.item_0bV7P--review p {
	color: var(--theme-muted);
	font-style: italic;
	line-height: 170%;
}

/*
 * About / Content Layout
 */

.feature-grid {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.feature-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.feature-block--alt {
	direction: rtl;
}

.feature-block--alt > * {
	direction: ltr;
}

.feature-text h3 {
	font-size: 32px;
	margin-bottom: 20px;
	color: var(--theme-accent);
}

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

.feature-visual {
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-visual img {
	width: 100%;
	max-width: 450px;
	max-height: 340px;
	object-fit: contain;
}



.block_l0hcW--cta {
	text-align: center;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
	background: linear-gradient(150deg, var(--theme-primary) 0%, var(--theme-secondary) 100%);
	position: relative;
	overflow: hidden;
}

.block_l0hcW--cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	opacity: 0.25;
}

.block_l0hcW--cta h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	color: white;
	margin-bottom: 16px;
	position: relative;
}

.block_l0hcW--cta p {
	font-size: 19px;
	color: rgb(255 255 255 / 90%);
	margin-bottom: 32px;
	position: relative;
}

.block_l0hcW--cta .action_0NqTp {
	position: relative;
	background: #FFFFFF;
	color: var(--theme-primary);
}

.block_l0hcW--cta .action_0NqTp:hover {
	background: var(--theme-dark);
	color: white;
}


/* -- PAYMENTS TABLE -- */

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

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

.payments-table th,
.payments-table td {
	padding-block: 20px;
	padding-inline: 24px;
	text-align: left;
}

.payments-table thead {
	background: rgb(255 255 255 / 5%);
}

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

.payments-table tbody tr {
	border: 0 0 1px 0 solid rgb(255 255 255 / 5%);
	transition: background .25s ease;
}

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

.payment-method {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.payment-method img {
	height: 32px;
	width: auto;
}

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

/* -- SEO TEXT -- */

.text-content {
	margin-top: 3rem;
	padding: 40px;
	background: rgb(255 255 255 / 2%);
	border-radius: var(--radius-lg);
	border: 1px solid rgb(255 255 255 / 5%);
}

.text-content h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: var(--theme-accent);
}

.text-content p {
	color: var(--theme-muted);
	margin-bottom: 16px;
	line-height: 1.8;
}

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

.block_l0hcW--seo-text {
	background: var(--theme-dark);
}

.seo-content {
	max-width: 900px;
	margin-inline: auto;
}

.seo-content h2 {
	font-size: 2.5rem;
	margin-bottom: 24px;
	color: white;
}

.seo-content h3 {
	font-size: 28px;
	margin: 32px 0 16px;
	color: var(--theme-accent);
}

.seo-content p {
	color: var(--theme-muted);
	margin-bottom: 20px;
	line-height: 1.9em;
}

/* --- FAQ --- */

.faq-list {
	max-width: 860px;
	margin-inline: auto;
}

.faq-item {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.08);
	border-radius: var(--radius-md);
	margin-bottom: 12px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.02);
}

.faq-question {
	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: #ffffff;
	text-align: left;
	transition: all .25s ease;
}

.faq-question:hover {
	color: var(--theme-accent);
}

.faq-icon {
	font-size: 24px;
	font-weight: 300;
	color: var(--theme-primary);
	transition: transform .25s ease;
}

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

.faq-answer {
	max-height: 0px;
	overflow: hidden;
	transition: max-height .25s ease;
}

.faq-item.active .faq-answer {
	max-height: 500px;
}

.faq-answer p {
	padding: 0 24px 24px;
	color: var(--theme-muted);
	line-height: 1.8;
}

/* INFO TABLE */

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

.info-table tr {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgba(255,255,255,0.05);
}

.info-table tr:last-child {
	border-bottom: none;
}

.info-table th,
.info-table td {
	padding: 20px 24px;
	text-align: left;
}

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

.info-table td {
	color: var(--theme-muted);
}


/* --- Footer --- */

.bottom-bar_7Uze0 {
	background: var(--theme-darker);
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	border: solid 1px 0 0 0 rgb(255 255 255 / 5%);
}

.bottom-bar_7Uze0-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 60px;
	margin-bottom: 60px;
}

.bottom-bar_7Uze0-col h4 {
	font-size: 20px;
	margin-bottom: 20px;
	color: var(--theme-accent);
}

.bottom-bar_7Uze0-col p {
	color: var(--theme-muted);
	line-height: 1.8em;
}

.bottom-bar_7Uze0-nav {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.bottom-bar_7Uze0-nav a {
	color: var(--theme-muted);
}

.bottom-bar_7Uze0-nav a:hover {
	color: var(--theme-accent);
}

.trust-seals {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.trust-seals img {
	height: 50px;
	filter: grayscale(80%) brightness(1.5);
	transition: all .25s ease;
}

.trust-seals img:hover {
	filter: grayscale(0%) brightness(1);
	opacity: 1;
}

.responsible-gaming {
	text-align: center;
	padding: 40px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.05);
}

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

.responsible-text {
	font-size: 0.875rem;
	color: var(--theme-muted);
	opacity: 0.8;
	margin-bottom: 1.25rem;
}

.responsible-gaming {
	display: flex;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
}

.responsible-gaming a {
	display: block;
	transition: all .25s ease;
}

.responsible-gaming a:hover {
	transform: translateY(-3px);
}

.responsible-gaming img {
	height: 40px;
	filter: brightness(0.6) contrast(0.8);
	transition: all .25s ease;
}

.responsible-gaming a:hover img {
	filter: saturate(1) brightness(1);
	opacity: 1;
}

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

.bottom-bar_7Uze0-bottom p {
	font-size: 14px;
	color: var(--theme-muted);
	opacity: 0.7;
	margin-bottom: 8px;
}

.bottom-bar_7Uze0-bottom p:last-child {
	margin-bottom: 0;
}

.footer-update {
	margin-top: 16px;
	opacity: 0.6;
}

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

.footer-disclaimer {
	max-width: 650px;
	margin: 12px auto 0;
	opacity: 0.5;
	line-height: 1.6;
}



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

.nav-toggle span {
	width: 24px;
	height: 3px;
	background: var(--theme-accent);
	transition: all .25s ease;
	border-radius: 2px;
}

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

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

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

.logo-mobile,
.mobile-cta {
	display: none;
}

/** Responsive - Tablet **/

@media (max-width: 64rem) {
	.intro_ZlxZi .content-wrap_td3A2 {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.intro_ZlxZi-content { order: 1; }
	.intro_ZlxZi-image { order: 2; }
	.intro_ZlxZi-subtitle { margin-left: auto; margin-right: auto; }
	.intro_ZlxZi-ctas { justify-content: center; }
	.intro_ZlxZi-features { justify-content: center; }

	.grid_WjN1e--bonuses,
	.grid_WjN1e--games,
	.grid_WjN1e--providers { grid-template-columns: repeat(2, 1fr); }

	.grid_WjN1e--reviews { grid-template-columns: 1fr 1fr; }

	.feature-block { grid-template-columns: 1fr; }
	.feature-block--alt { direction: ltr; }

	.bottom-bar_7Uze0-grid {
		grid-template-columns: 1fr;
		gap: 40px;
		text-align: center;
	}

	.bottom-bar_7Uze0-nav {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}

	.trust-seals { justify-content: center; }
}

/* Responsive - Mobile */

@media (max-width: 47.9375em) {
	.masthead_Dvus2 {
		padding: 0px;
	}

	.masthead_Dvus2 .content-wrap_td3A2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 12px 16px;
		gap: 12px;
	}

	.logo {
		display: none;
	}

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

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

	.masthead_Dvus2-actions {
		display: none;
	}

	.nav-toggle {
		display: flex;
	}

	.main-nav_9Dt3z {
		position: fixed;
		top: 0px;
		right: -100%;
		width: 75%;
		max-width: 400px;
		height: 100vh;
		background: var(--theme-darker);
		flex-direction: column;
		padding: 100px 30px 40px;
		transition: right .25s ease;
		box-shadow: -8px 0 32px rgb(0 0 0 / 70%);
		border-left: 2px solid var(--theme-primary);
		z-index: 1001;
		gap: 0px;
	}

	.main-nav_9Dt3z.active {
		right: 0px;
	}

	.main-nav_9Dt3z a {
		font-size: 1.188rem;
		padding: 1rem 0px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}

	.grid_WjN1e--bonuses,
	.grid_WjN1e--games,
	.grid_WjN1e--reviews {
		grid-template-columns: 1fr;
	}

	.grid_WjN1e--providers {
		grid-template-columns: repeat(2, 1fr);
	}

	.payments-table th:nth-child(2),
	.payments-table th:nth-child(3),
	.payments-table td:nth-child(2),
	.payments-table td:nth-child(3) {
		display: none;
	}

	.block_l0hcW-title { font-size: 2rem; }
	.intro_ZlxZi-content h1 { font-size: 2.5rem; }
	.intro_ZlxZi { padding-top: 100px; }
}

@media (max-width: 481px) {
	.content-wrap_td3A2 { padding: 0 16px; }
	.block_l0hcW { padding: 60px 0; }
	.intro_ZlxZi-ctas { flex-direction: column; }
	.intro_ZlxZi-ctas .action_0NqTp { width: 100%; }

	.logo-mobile { font-size: 15px; }
	.mobile-cta {
		padding: 8px 12px;
		font-size: 0.75rem;
		max-width: 140px;
	}
}