body {
	margin: 0;
	font-family: 'Segoe UI', sans-serif;
	background: linear-gradient(180deg, #140c1c, #1e0c24);
	color: #fff;
}

.c {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
header {
	padding: 1rem 2rem;
	background-color: #0d0b14;
	position: relative;
	z-index: 10;
}

.header-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo img {
	max-width: 200px;
}
nav {
	display: flex;
	gap: 1.5rem;
}
nav a {
	color: #ddd;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}
nav a:hover {
	color: #fff;
}
.burger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	gap: 5px;
}
.burger span {
	width: 25px;
	height: 3px;
	background: #fff;
}
.hero {
	text-align: center;
	padding: 4rem 2rem;
	background: radial-gradient(circle at center, #311b50 0%, #0d0b14 100%);
}
.hero h1 {
	font-size: 2rem;
	margin-bottom: 1rem;
}
.hero p {
	font-size: 1.1rem;
	margin-bottom: 2rem;
}
.hero a {
	background: #ff4c60;
	border: none;
	padding: 0.75rem 2rem;
	font-size: 1rem;
	border-radius: 25px;
	cursor: pointer;
	color: white;
	transition: background 0.3s ease;
}
.hero a:hover {
	background: #ff334d;
}
.mobile-nav {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #1a1628;
	padding: 1rem;
}
.mobile-nav a {
	padding: 0.75rem 0;
	border-bottom: 1px solid #333;
	color: #fff;
	text-decoration: none;
}
@media (max-width: 768px) {
	nav {
		display: none;
	}
	.burger {
		display: flex;
	}
	.mobile-nav {
		display: none;
	}
	.mobile-nav.active {
		display: flex;
	}
	.hero h1 {
		font-size: 1.6rem;
	}
	.hero p {
		font-size: 1rem;
	}
}

.casino-grid {
	padding: 4rem 2rem;
	background-color: #111;
	text-align: center;
}

.casino-grid__title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 3rem;
	background: linear-gradient(to right, #f5b942, #ff4470);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.casino-grid__wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	justify-items: center;
}

.casino-grid__card {
	background-color: #1d1d1d;
	padding: 4rem;
	border-radius: 12px;
	box-shadow: 0 0 20px rgba(255, 204, 0, 0.15);
	display: flex;
	flex-direction: column;
	align-items: center;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.casino-grid__card:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 25px rgba(255, 204, 0, 0.3);
}

.casino-grid__card img {
	max-width: 180px;
	margin-bottom: 1.5rem;
	filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

.casino-grid__btn {
	background-color: #ff5533;
	color: #fff;
	padding: 0.6rem 1.5rem;
	border-radius: 25px;
	font-weight: bold;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.casino-grid__btn:hover {
	background-color: #e23c1f;
}

@media (max-width: 768px) {
	.casino-grid__title {
		font-size: 1.5rem;
	}
	.casino-grid__wrapper {
		gap: 1rem;
	}
}

.responsible-gaming {
	background: radial-gradient(circle at top left, #1b1b1b, #0e0e0e);
	padding: 3rem 1.5rem;
	color: #fff;
	font-family: 'Segoe UI', sans-serif;
}
.rg-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}
.rg-text {
	flex: 1 1 360px;
	max-width: 600px;
}
.rg-text h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
	line-height: 1.3;
	font-weight: 700;
}
.rg-text .gradient {
	background: linear-gradient(90deg, #ff5f6d, #ffc371);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.rg-text p {
	font-size: 1rem;
	line-height: 1.6;
	color: #ccc;
}
.rg-logos {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	flex: 1 1 280px;
}
.rg-logos img {
	height: 36px;
	filter: brightness(0) invert(1);
	transition: transform 0.3s ease;
}
.rg-logos img:hover {
	transform: scale(1.1);
}
@media (max-width: 768px) {
	.rg-grid {
		flex-direction: column;
		align-items: flex-start;
	}
	.rg-text h2 {
		font-size: 1.6rem;
	}
	.rg-logos {
		justify-content: flex-start;
	}
}

.safety-info {
	background: linear-gradient(to bottom, #111, #1b1b1b);
	padding: 4rem 1rem;
	color: #fff;
}
.container {
	max-width: 1200px;
	margin: auto;
}
.section-title {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 3rem;
	font-weight: bold;
}
.gradient-title {
	background: linear-gradient(90deg, #ffcc00, #ff0055);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.safety-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
}
.safety-box {
	background: #222;
	padding: 2rem;
	border-radius: 10px;
	border: 1px solid #ffcc00;
	transition: 0.3s;
}
.safety-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 15px rgba(255, 204, 0, 0.4);
}
.box-title {
	font-size: 1.25rem;
	color: #ffd700;
	margin-bottom: 1rem;
}
@media (max-width: 600px) {
	.section-title {
		font-size: 1.5rem;
	}
	.safety-box {
		padding: 1.5rem;
	}
}

.casino-footer {
	background: #0b0b0d;
	color: #fff;
	font-family: 'Orbitron', sans-serif;
	padding: 3rem 1rem 2rem;
	border-top: 3px solid #ffc107;
	box-shadow: 0 -5px 15px rgba(255, 193, 7, 0.1);
}

.footer-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}

.footer-links a {
	margin: 0 1rem;
	color: #f1c40f;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s;
}

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

.footer-logo {
	font-size: 1.3rem;
	font-weight: bold;
	background: linear-gradient(45deg, #f12711, #f5af19);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 1rem;
}

.footer-bottom {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	font-size: 0.875rem;
	color: #ccc;
}

.legal-warning strong {
	color: #ff5c5c;
}

.footer-copy {
	font-size: 0.8rem;
	text-align: center;
	color: #888;
}

@media (max-width: 768px) {
	.footer-top {
		flex-direction: column;
		align-items: center;
	}

	.footer-links {
		margin-bottom: 1rem;
		text-align: center;
	}

	.footer-links a {
		display: inline-block;
		margin: 0.5rem;
	}
}

.warning-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	background: linear-gradient(to right, #1e1e1e, #0e0e0e);
	padding: 0.8rem 1.5rem;
	border-bottom: 3px solid #ff0055;
	box-shadow: 0 0 10px rgba(255, 0, 85, 0.4);
	font-family: 'Orbitron', sans-serif;
	color: #eee;
	font-size: 0.95rem;
	animation: fadeInSlide 0.8s ease-out both;
}

.warning-icon {
	background-color: #ff0055;
	color: #fff;
	padding: 0.3rem 0.8rem;
	border-radius: 8px;
	font-weight: bold;
	font-size: 1rem;
	text-shadow: 1px 1px 2px #000;
}

.warning-banner a {
	color: #ffc107;
	text-decoration: underline;
	transition: color 0.3s ease;
}

.warning-banner a:hover {
	color: #fff200;
}

@keyframes fadeInSlide {
	0% {
		opacity: 0;
		transform: translateY(-12px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.age-modal {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.92);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Orbitron', sans-serif;
	backdrop-filter: blur(3px);
}

.age-modal-content {
	background: linear-gradient(145deg, #191919, #1e1e1e);
	color: #fff;
	padding: 2rem 3rem;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0 0 15px rgba(255, 0, 85, 0.4);
	animation: zoomIn 0.4s ease;
}

.age-modal-content h2 {
	font-size: 1.5rem;
	background: linear-gradient(to right, #ff4e50, #f9d423);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 1.5rem;
}

.age-buttons {
	display: flex;
	justify-content: center;
	gap: 1.2rem;
}

.btn-age {
	background: #ff0055;
	color: white;
	padding: 0.7rem 1.5rem;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	font-size: 1rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.btn-age.decline-age {
	background: transparent;
	border: 2px solid #ff0055;
}

.btn-age:hover {
	background: #ff3366;
	transform: scale(1.05);
}

@keyframes zoomIn {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.casino-info-blocks {
	padding: 2rem;
	background: #111;
	color: #f3f3f3;
	font-family: 'Segoe UI', sans-serif;
}
.block-row {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-bottom: 2rem;
}
.block-item {
	background: linear-gradient(135deg, #1b1b1b, #222);
	border: 1px solid #444;
	border-radius: 12px;
	padding: 1.5rem;
	flex: 1;
	min-width: 280px;
	box-shadow: 0 0 15px rgba(255, 215, 0, 0.05);
	transition: transform 0.3s;
}
.block-item:hover {
	transform: translateY(-5px);
}
.block-item.wide {
	flex: 100%;
	background: linear-gradient(135deg, #2a2a2a, #1f1f1f);
}
.block-item h2 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	color: #ffd700;
}
.block-item ul {
	list-style: disc;
	padding-left: 1.5rem;
}
.block-item ul li {
	margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
	.block-row {
		flex-direction: column;
	}
}

.casino-offers {
	padding: 5rem 0;
}

.casino-offers-c {
	display: grid;
	gap: 2rem;
}

.casino-card {
	background: #554b4b;
	border-radius: 16px;
	padding: 1.5rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	box-shadow: 0 0 20px rgba(255, 221, 79, 0.1);
	transition: transform 0.3s ease;
}

.casino-card:hover {
	transform: translateY(-5px);
}

.casino-logo img {
	max-height: 90px;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.casino-logo img {
		max-height: 130px;
		margin-bottom: 1rem;
	}
}

.casino-info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.casino-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.1rem;
	font-weight: 600;
}

.rating .star {
	color: #ffc107;
	margin-left: 0.2rem;
}

.bonus {
	font-size: 1rem;
	font-weight: 400;
}

.casino-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	padding: 0;
}

.casino-tags li {
	background: #1f1f1f;
	border-radius: 20px;
	padding: 0.4rem 1rem;
	font-size: 0.85rem;
	border: 1px solid #333;
}

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

.btn-green {
	background: linear-gradient(135deg, #00e676, #1de9b6);
	padding: 0.6rem 1.5rem;
	border-radius: 30px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	transition: background 0.3s ease;
}

.btn-green:hover {
	background: linear-gradient(135deg, #1de9b6, #00e676);
}

.secure {
	font-size: 0.8rem;
	color: #aaa;
}

@media (min-width: 768px) {
	.casino-offers {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.casino-offers {
		grid-template-columns: repeat(3, 1fr);
	}
}

.hero-casino {
	background: radial-gradient(circle at top, #1e1e1e, #121212);
	padding: 4rem 1rem;
	text-align: center;
	color: #f8f8f8;
}

.hero-casino .hero-title {
	font-size: 2.2rem;
	font-weight: 800;
	margin-bottom: 1rem;
	color: #ffe272;
}

.hero-casino .hero-subtitle {
	font-size: 1.2rem;
	color: #dcdcdc;
	max-width: 700px;
	margin: 0 auto 2rem;
}

.hero-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom: 2rem;
}

.tag {
	background: #2d2d2d;
	color: #fff;
	padding: 0.6rem 1.2rem;
	border-radius: 30px;
	display: flex;
	align-items: center;
	font-weight: 600;
	gap: 0.5rem;
	font-size: 0.95rem;
}

.tag img {
	width: 20px;
	height: 20px;
}

.hero-payments {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-top: 1rem;
}

.hero-payments img {
	width: 36px;
	height: 36px;
	filter: grayscale(1) brightness(1.2);
	transition: transform 0.3s;
}

.hero-payments img:hover {
	transform: scale(1.1);
	filter: none;
}

@media (max-width: 600px) {
	.hero-casino .hero-title {
		font-size: 1.5rem;
	}
	.hero-casino .hero-subtitle {
		font-size: 1rem;
	}
	.tag {
		font-size: 0.85rem;
		padding: 0.4rem 1rem;
	}
}

.responsible-play-section {
	background: #111;
	color: #f5f5f5;
	padding: 3rem 1rem;
	font-family: 'Segoe UI', sans-serif;
}
.responsible-play-section .container {
	max-width: 900px;
	margin: auto;
}
.responsible-play-section h2 {
	font-size: 2.2rem;
	margin-bottom: 1rem;
	color: #ffcc33;
}
.responsible-play-section h3 {
	margin-top: 2rem;
	color: #ff6666;
	font-size: 1.4rem;
}
.responsible-play-section p,
.responsible-play-section ul {
	font-size: 1rem;
	line-height: 1.6;
}
.responsible-play-section ul {
	padding-left: 1.2rem;
	margin-bottom: 1.5rem;
}
.responsible-play-section li {
	margin-bottom: 0.6rem;
}
.responsible-play-section a {
	color: #ffd700;
	text-decoration: underline;
}
.responsible-play-section a:hover {
	text-decoration: none;
}

.about-casino {
	padding: 10px 20px;
	background: linear-gradient(180deg, #0e0e0e 0%, #181818 100%);
	color: #f1f1f1;
	font-family: 'Segoe UI', sans-serif;
}

.about-casino__container {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.about-casino__title {
	font-size: 2.5rem;
	margin-bottom: 40px;
	font-weight: 700;
}

.gradient-text {
	background: linear-gradient(90deg, #ff3c3c, #ffc542);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-casino__content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
}

.about-casino__card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.about-casino__card:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 20px rgba(255, 200, 50, 0.2);
}

@media (max-width: 600px) {
	.about-casino__title {
		font-size: 1.8rem;
	}

	.about-casino__card {
		padding: 18px;
	}
}

.responsible-play {
	background-color: #222;
	padding: 3rem 1rem;
	text-align: center;
}

.responsible-play .container {
	max-width: 1200px;
	margin: 0 auto;
}

.gradient-title {
	font-size: 1.8rem;
	background: linear-gradient(90deg, #f95858, #fcd34d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	margin-bottom: 2rem;
}

.logo-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	background: #111;
	padding: 1.5rem;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.logo-row img {
	height: 40px;
	filter: brightness(0) invert(1);
	opacity: 0.85;
	transition: transform 0.3s ease;
}

.logo-row img:hover {
	transform: scale(1.1);
	opacity: 1;
}

@media (max-width: 600px) {
	.gradient-title {
		font-size: 1.4rem;
	}

	.logo-row {
		gap: 1rem;
	}

	.logo-row img {
		height: 32px;
	}
}
.terms-section {
	background: #121212;
	color: #eee;
	padding: 3rem 1rem;
	font-family: 'Segoe UI', sans-serif;
	line-height: 1.6;
}

.terms-section .container {
	max-width: 900px;
	margin: 0 auto;

	padding: 2rem;
}

.terms-title {
	font-size: 2.25rem;
	margin-bottom: 1.5rem;
	background: linear-gradient(to right, #ff5858, #ffc107);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	text-align: center;
}

.terms-section h2 {
	color: #ffc107;
	margin-top: 2rem;
	font-size: 1.3rem;
}

@media (max-width: 768px) {
	.terms-title {
		font-size: 1.8rem;
	}

	.terms-section .container {
		padding: 1.5rem;
	}
}

.cookie-policy {
	background: #121212;
	color: #f4f4f4;
	padding: 3rem 1.5rem;
	font-family: 'Arial Rounded MT Bold', sans-serif;
}
.cookie-policy .container {
	max-width: 960px;
	margin: 0 auto;
}
.cookie-policy h1.cookie-title {
	font-size: 2.5rem;
	color: linear-gradient(90deg, #ff5f6d, #ffc371);
	margin-bottom: 1rem;
	text-shadow: 0 1px 4px rgba(255, 255, 255, 0.1);
}
.cookie-policy h2 {
	font-size: 1.4rem;
	color: #ffba00;
	margin-top: 2rem;
}
.cookie-policy p,
.cookie-policy li {
	line-height: 1.6;
	font-size: 1rem;
}
.cookie-policy ul.cookie-list {
	list-style: square inside;
	padding-left: 0;
}
.cookie-policy a {
	color: #ffd166;
	text-decoration: underline;
}
@media screen and (max-width: 600px) {
	.cookie-policy {
		padding: 2rem 1rem;
	}
	.cookie-policy h1.cookie-title {
		font-size: 1.8rem;
	}
	.cookie-policy h2 {
		font-size: 1.2rem;
	}
}

.privacy-section {
	padding: 4rem 2rem;
	background-color: #121212;
	color: #f0f0f0;
	font-family: 'Segoe UI', sans-serif;
}
.privacy-section .container {
	max-width: 960px;
	margin: 0 auto;
}
.privacy-section h2.section-title {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
	background: linear-gradient(90deg, #ff5e62, #ff9966);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.privacy-section h3 {
	margin-top: 2rem;
	font-size: 1.5rem;
	color: #ffcc70;
}
.privacy-section ul {
	margin-left: 1.5rem;
	list-style: disc;
	color: #ddd;
}
.privacy-section p {
	line-height: 1.6;
	margin: 1rem 0;
}
@media (max-width: 768px) {
	.privacy-section {
		padding: 2rem 1rem;
	}
	.privacy-section h2.section-title {
		font-size: 2rem;
	}
	.privacy-section h3 {
		font-size: 1.25rem;
	}
}

.disclosure-section {
	background: #0f0f0f;
	color: #fff;
	padding: 4rem 1.5rem;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.disclosure-section .container {
	max-width: 900px;
	margin: 0 auto;
}

.disclosure-title {
	font-size: 2rem;
	font-weight: bold;
	background: linear-gradient(90deg, #ff4d4d, #ffb347);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 2rem;
	text-align: center;
}

.disclosure-content p {
	line-height: 1.7;
	margin-bottom: 1.5rem;
	font-size: 1rem;
}

.disclosure-content a {
	color: #ffd700;
	text-decoration: underline;
}

@media (max-width: 600px) {
	.disclosure-title {
		font-size: 1.5rem;
	}
	.disclosure-content p {
		font-size: 0.95rem;
	}
}

.casino-review {
	padding: 3rem 1rem;
	background: linear-gradient(to bottom, #1c1c1c, #eae6dc);
	color: #111;
	font-family: 'Segoe UI', sans-serif;
}
.casino-review__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: center;
}

.casino-description {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	padding: 2rem;
	flex: 1 1 420px;
}

.casino-rating {
	font-size: 1rem;
	margin-bottom: 1rem;
	color: #333;
}
.casino-rating .star {
	color: #eab308;
}
.casino-offer img {
	width: 160px;
	display: block;
	margin: 0 auto 1rem;
}
.bonus-amount {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #111;
	margin-bottom: 1.5rem;
}
.bonus-text {
	text-align: center;
	color: #666;
	margin-bottom: 1rem;
}
.btn-cta {
	display: block;
	background: #10b981;
	color: #fff;
	text-align: center;
	padding: 0.75rem;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none;
}
.section-label {
	color: #f43f5e;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
}
.casino-title {
	font-size: 1.75rem;
	margin-bottom: 1rem;
}
.casino-description p {
	margin-bottom: 1rem;
	line-height: 1.6;
}
.casino-features {
	display: flex;
	gap: 2rem;
	margin-top: 2rem;
	flex-wrap: wrap;
}
.feature {
	text-align: center;
	flex: 1;
}
.feature .icon {
	font-size: 2rem;
	display: block;
	margin-bottom: 0.5rem;
	color: #10b981;
}
.disclaimer {
	font-size: 0.8rem;
	color: #888;
	margin-top: 2rem;
}
@media (max-width: 768px) {
	.casino-review__wrapper {
		flex-direction: column;
	}
}

.casino-review-bottom {
	background: #111;
	color: #eee;
	padding: 3rem 1.5rem;
	font-family: 'Segoe UI', sans-serif;
}
.review-container {
	max-width: 900px;
	margin: 0 auto;
	background: #1e1e1e;
	padding: 2rem;
	border-radius: 12px;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}
.gradient-title {
	font-size: 1.6rem;
	background: linear-gradient(90deg, #ff3c3c, #fca311);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.review-container p {
	line-height: 1.6;
	margin-bottom: 1.2rem;
	font-size: 1rem;
}
@media (max-width: 768px) {
	.review-container {
		padding: 1.5rem;
	}
	.gradient-title {
		font-size: 1.4rem;
	}
}

.pros-contras-section {
	padding: 4rem 2rem;
	background: linear-gradient(180deg, #1e1e1e 0%, #141414 100%);
	color: #fff;
}
.pros-contras-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
}
.pros-block,
.contras-block {
	flex: 1 1 300px;
	background-color: #121212;
	border-radius: 12px;
	padding: 2rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.block-title {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: transparent;
	background: linear-gradient(90deg, #ff4f4f, #ffcc00);
	-webkit-background-clip: text;
	background-clip: text;
}
.pros-block ul,
.contras-block ul {
	list-style: none;
	padding-left: 0;
}
.pros-block li,
.contras-block li {
	margin-bottom: 0.75rem;
	font-size: 1rem;
}
.promo-banner {
	flex: 1 1 280px;
	background: #000;
	border-radius: 16px;
	padding: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.banner-card {
	text-align: center;
	color: #fff;
}
.banner-card img {
	width: 160px;
	margin-bottom: 1rem;
}
.bonus-value {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 2.25rem;
}
.bonus-desc {
	display: block;
	margin-bottom: 1rem;
	color: #ccc;
}
.btn-primary {
	background: #00c853;
	color: #fff;
	padding: 0.75rem 1.5rem;
	border-radius: 30px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.3s;
}
.btn-primary:hover {
	background: #00a843;
}
@media (max-width: 768px) {
	.pros-contras-wrapper {
		flex-direction: column;
		align-items: stretch;
	}
	.promo-banner {
		order: -1;
	}
}

.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, #2d1e56, #401c3b);
	color: #fff;
	padding: 1rem 1.5rem;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.5);
}

.cookie-banner__content {
	max-width: 1100px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
}

.cookie-banner__actions {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.cookie-btn {
	padding: 8px 18px;
	border: none;
	cursor: pointer;
	border-radius: 30px;
	font-weight: bold;
	transition: background 0.3s ease;
	text-decoration: none;
}

.cookie-btn.accept {
	background-color: #f8b700;
	color: #1e1e1e;
}

.cookie-btn.accept:hover {
	background-color: #ffd05c;
}

.cookie-btn.more {
	background-color: transparent;
	color: #f8b700;
	border: 1px solid #f8b700;
}

.cookie-btn.more:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
	.cookie-banner__content {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.cookie-banner__actions {
		justify-content: flex-end;
	}
}
