/* Auto-generated stylesheet | Sunset Orange | Bold Impact */

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

:root {
	/* Colors */
	--theme-muted: #fb923c;
	--theme-accent: #fdba74;
	--theme-dark: #1a0f05;
	--theme-light: #fff7ed;
	--theme-darker: #0d0802;
	--theme-secondary-alpha: #f9731640;
	--theme-primary-alpha: #ea580c40;
	--theme-secondary: #f97316;
	--theme-primary: #ea580c;
	--theme-text: #fed7aa;

	/* Typography */
	--typo-heading: 'Oswald', sans-serif;
	--typo-body: 'Nunito', sans-serif;

	/* Spacing */
	--element-spacing: 30px;
	--section-padding: 70px;
	--gap: 25px;

	/* Border Radius */
	--r-md: 20px;
	--r-full: 50px;
	--r-sm: 12px;
	--r-lg: 28px;

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


/* Base */

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


.bypass-block {
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	padding: 12px 24px;
	background: var(--theme-primary);
	color: #FFFFFF;
	font-weight: 600;
	text-decoration: none;
	border-radius: var(--r-md);
	z-index: 10000;
	transition: top 0.35s ease-in;
}

.bypass-block: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;
	}
}

/*! Animations */

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

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

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



html {
	scroll-behavior: smooth;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: var(--typo-heading);
	font-weight: 600;
	line-height: 120%;
}

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

a {
	text-decoration: none;
	color: inherit;
	transition: all 0.35s ease-in;
}


/** Container **/

.inner_J0YqP {
	max-width: 1280px;
	margin-inline: auto;
	padding: 0 24px;
}



.header_2pm1R {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0;
	z-index: 1000;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	background: rgba(0, 0, 0, 0.85);
	backdrop-filter: blur(12px);
	transition: all 0.35s ease-in;
}

.header_2pm1R.scrolled {
	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 rgba(0,0,0,0.3);
}

.header_2pm1R .inner_J0YqP {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

.navigation_0T5hM {
	display: flex;
	gap: 2rem;
}

.navigation_0T5hM a {
	font-weight: 500;
	color: var(--theme-text);
	opacity: 0.8;
	transition: all 0.35s ease-in;
}

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

.header_2pm1R-actions {
	display: flex;
	gap: 0.75rem;
}


/* Buttons */

.action_HE6yo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-top: 12px;
	padding-right: 28px;
	padding-bottom: 12px;
	padding-left: 28px;
	font-family: var(--typo-body);
	font-size: 0.938rem;
	font-weight: 600;
	border-radius: var(--r-md);
	cursor: pointer;
	transition: all 0.35s ease-in;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.action_HE6yo--primary {
	background: var(--theme-primary);
	border: none;
	color: rgb(255,255,255);
}

.action_HE6yo--primary:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-elevated);
}

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

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

.action_HE6yo--large {
	padding-top: 18px;
	padding-right: 40px;
	padding-bottom: 18px;
	padding-left: 40px;
	font-size: 17px;
}

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


.hero_KQJEM {
	min-height: 100svh;
	display: flex;
	align-items: center;
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
	background: linear-gradient(125deg, var(--theme-dark) 0%, var(--theme-darker) 50%, var(--theme-dark) 100%);
	position: relative;
	overflow: hidden;
}

.hero_KQJEM::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;
}

.hero_KQJEM .inner_J0YqP {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.hero_KQJEM-content {
	order: 2;
}

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

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

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

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

.hero_KQJEM-ctas {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 2.5rem;
}

.hero_KQJEM-features {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

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

.hero_KQJEM-feature span {
	font-size: 1.188rem;
}

.hero_KQJEM-image {
	order: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero_KQJEM-image img {
	width: 100%;
	max-width: 450px;
	max-height: 500px;
	object-fit: contain;
}


/* -- SECTIONS -- */

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

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

.segment_FS1yR-subtitle {
	text-align: center;
	font-size: 1.063rem;
	color: var(--theme-muted);
	margin-bottom: 3rem;
	max-width: 680px;
	margin-inline: auto;
}

/*! Cards */

.card_A9Zpe {
	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(--r-lg);
	padding: var(--element-spacing);
	transition: all 0.35s ease-in;
}

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

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

.card_A9Zpe--bonus {
	text-align: center;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}

.card_A9Zpe-icon {
	font-size: 56px;
	margin-bottom: 1.25rem;
}

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

.card_A9Zpe--bonus p {
	color: var(--theme-muted);
	margin-bottom: 24px;
	line-height: 1.7;
}

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

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

.card_A9Zpe--game img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

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

.card_A9Zpe-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.35s ease-in;
}

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

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

.card_A9Zpe-name {
	font-weight: 600;
	color: #FFFFFF;
}

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

.card_A9Zpe--provider {
	display: flex;
	place-content: center;
	place-items: center;
	padding: 0;
	overflow: hidden;
	aspect-ratio: 5/2;
	position: relative;
}

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

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

.card_A9Zpe--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(--theme-muted);
	text-align: center;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
	opacity: 0;
	transition: opacity 0.35s ease-in;
}

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

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

.card_A9Zpe--review {
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 28px;
}

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

.reviewer-avatar {
	width: 52px;
	height: 54px;
	border-radius: 14px;
	background: linear-gradient(120deg, var(--theme-primary), var(--theme-secondary));
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: rgb(255, 255, 255);
}

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

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

.card_A9Zpe--review p {
	color: var(--theme-muted);
	font-style: italic;
	line-height: 1.7;
}


/*
 * About / Content Layout
 */

.info-layout {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.info-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3.75rem;
	align-items: center;
}

.info-row--reverse {
	direction: rtl;
}

.info-row--reverse > * {
	direction: ltr;
}

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

.info-text p {
	color: var(--theme-muted);
	margin-bottom: 1rem;
	line-height: 180%;
}

.info-visual {
	display: flex;
	place-content: center;
	place-items: center;
}

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

/* CTA Blocks */

.segment_FS1yR--cta {
	text-align: center;
	padding: 80px 0;
	background: linear-gradient(to right, var(--theme-primary) 0%, var(--theme-secondary) 100%);
	position: relative;
	overflow: hidden;
}

.segment_FS1yR--cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	opacity: 0.25;
}

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

.segment_FS1yR--cta p {
	font-size: 1.188rem;
	color: rgba(255,255,255,0.9);
	margin-bottom: 32px;
	position: relative;
}

.segment_FS1yR--cta .action_HE6yo {
	position: relative;
	background: rgb(255,255,255);
	color: var(--theme-primary);
}

.segment_FS1yR--cta .action_HE6yo:hover {
	background: var(--theme-dark);
	color: #fff;
}



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

.payments-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: rgba(255,255,255,0.02);
	border-radius: var(--r-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: capitalize;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.payments-table tbody tr {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.05);
	transition: background 0.35s ease-in;
}

.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: 4px 12px;
	background: var(--theme-primary-alpha);
	border-radius: var(--r-full);
	font-size: 13px;
	color: var(--theme-accent);
}

/*
 * SEO Text
 */

.info-block {
	margin-top: 48px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background: rgba(255, 255, 255, 0.02);
	border-radius: var(--r-lg);
	border: 1px solid rgba(255,255,255,0.05);
}

.info-block h3 {
	font-size: 1.5rem;
	margin-bottom: 20px;
	color: var(--theme-accent);
}

.info-block p {
	color: var(--theme-muted);
	margin-bottom: 1rem;
	line-height: 180%;
}

.info-block p:last-child {
	margin-bottom: 0px;
}

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

.seo-content {
	max-width: 960px;
	margin: 0px auto;
}

.seo-content h2 {
	font-size: 2.5rem;
	margin-bottom: 24px;
	color: rgb(255,255,255);
}

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

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


/*! FAQ */

.faq-list {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.faq-item {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.08);
	border-radius: var(--r-md);
	margin-bottom: 12px;
	background: rgb(255 255 255 / 2%);
}

.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: rgb(255,255,255);
	text-align: left;
	transition: color 0.35s ease-in;
}

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

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

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

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

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

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


/** Info Table **/

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

.info-table tr {
	border: solid 0 0 1px 0 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_Nr3YJ {
	background: var(--theme-darker);
	padding: 80px 0px 0px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgba(255,255,255,0.05);
}

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

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

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

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

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

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

.security-badges {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.security-badges img {
	height: 50px;
	filter: grayscale(80%) brightness(1.5);
	transition: all 0.35s ease-in;
}

.security-badges img:hover {
	filter: brightness(1) contrast(1);
	opacity: 1;
}

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

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

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

.safe-play {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.safe-play a {
	display: block;
	transition: all 0.35s ease-in;
}

.safe-play a:hover {
	transform: translateY(-2px);
}

.safe-play img {
	height: 40px;
	filter: grayscale(100%);
	opacity: 0.5;
	transition: all 0.35s ease-in;
}

.safe-play a:hover img {
	filter: none;
	opacity: 1;
}

.bottom-bar_Nr3YJ-bottom {
	padding: 24px 0;
	text-align: center;
}

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

.bottom-bar_Nr3YJ-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-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	opacity: 0.5;
	line-height: 1.6em;
}

/* --- Hamburger & Mobile --- */

.hamburger {
	display: none;
	flex-direction: column;
	gap: 0.38rem;
	cursor: pointer;
	padding: 0.5rem;
	background: none;
	border: none;
	z-index: 1002;
}

.hamburger span {
	width: 28px;
	height: 3px;
	background: var(--theme-accent);
	transition: all 0.35s ease-in;
	border-radius: 2px;
}

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

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

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

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


@media (max-width: 64em) {
	.hero_KQJEM .inner_J0YqP {
		grid-template-columns: 1fr;
		text-align: center;
	}

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

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

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

	.info-row { grid-template-columns: 1fr; }
	.info-row--reverse { direction: ltr; }

	.bottom-bar_Nr3YJ-grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		text-align: center;
	}

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

	.security-badges { justify-content: center; }
}


/* RESPONSIVE - MOBILE */

@media (max-width: 767px) {
	.header_2pm1R {
		padding: 0px;
	}

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

	.logo {
		display: none;
	}

	.logo-mobile {
		display: block;
		font-family: var(--typo-heading);
		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(90deg, var(--theme-primary), var(--theme-secondary));
		color: #ffffff;
		font-size: 13px;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: 0.05em;
		border-radius: var(--r-md);
		box-shadow: 0 4px 15px var(--theme-primary-alpha);
	}

	.header_2pm1R-actions {
		display: none;
	}

	.hamburger {
		display: flex;
	}

	.navigation_0T5hM {
		position: fixed;
		top: 0;
		right: -100%;
		width: 75%;
		max-width: 420px;
		height: 100vh;
		background: var(--theme-darker);
		flex-direction: column;
		padding: 100px 30px 40px;
		transition: right 0.35s ease-in;
		box-shadow: -8px 0 32px rgba(0,0,0,0.7);
		border-left: 2px solid var(--theme-primary);
		z-index: 1001;
		gap: 0;
	}

	.navigation_0T5hM.active {
		right: 0px;
	}

	.navigation_0T5hM a {
		font-size: 1.188rem;
		padding: 1rem 0;
		border-bottom: 1px solid rgb(255 255 255 / 10%);
	}

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

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

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

@media (max-width: 479px) {
	.inner_J0YqP { padding: 0px 16px; }
	.segment_FS1yR { padding: 60px 0px; }
	.hero_KQJEM-ctas { flex-direction: column; }
	.hero_KQJEM-ctas .action_HE6yo { width: 100%; }

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