/* Reset and Base Styles */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		sans-serif;
	background-color: #0d1017;
	color: #ffffff;
	line-height: 1.6;
	overflow-x: hidden;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Header */
.header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(13, 16, 23, 0.95);
	backdrop-filter: blur(5px);
	border-bottom: 1px solid rgba(255, 68, 68, 0.2);
	height: 80px;
}

.nav {
	padding: 15px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.nav-mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.logo {
	display: block;
	width: 117px;
	height: 45px;
}

.logo svg {
	width: 100%;
	height: 100%;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 32px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.nav-link {
	font-weight: 500;
	font-size: 16px;
	color: #f0f0f0;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.3s ease;
	position: relative;
}

.nav-link:hover {
	color: #fe2400;
}

.nav-link.active {
	color: #fe2400;
	padding-bottom: 8px;
}

.nav-link.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #fe2400;
}

.auth-buttons {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-left: auto;
}

/* Buttons */
.btn {
	padding: 0 24px;
	height: 52.31px;
	border: none;
	border-radius: 12px;
	font-weight: 600;
	font-size: 15.2px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.btn-primary {
	background: linear-gradient(133.499deg, #dc143c 0%, #8b0000 100%);
	color: white;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.8);
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0px 6px 25px 0px rgba(220, 20, 60, 0.5);
}

.btn-outline {
	background: #0d1017;
	border: 2px solid #fe2400;
	color: white;
}

.btn-outline:hover {
	background: #fe2400;
}

.btn-large {
	height: 68.14px;
	padding: 0 40px;
	font-size: 17.6px;
	letter-spacing: 0.5px;
}

.btn-block {
	width: 100%;
	text-transform: uppercase;
}

/* Hero Section */
.hero {
	min-height: 695.31px;
	background: radial-gradient(
			circle at 30% 20%,
			rgba(255, 68, 68, 0.1) 0%,
			transparent 50%
		),
		radial-gradient(
			circle at 70% 80%,
			rgba(0, 255, 234, 0.1) 0%,
			transparent 50%
		),
		linear-gradient(90deg, #0d1017 0%, #0d1017 100%);
	padding: 100px 0;
}

.hero-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.hero-title {
	font-size: 56px;
	font-weight: 800;
	line-height: 61.6px;
	margin-bottom: 32px;
}

.gradient-text {
	background: linear-gradient(154.316deg, #dc143c 0%, #8b0000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.white-text {
	color: white;
}

.hero-subtitle {
	font-size: 19.2px;
	line-height: 30.72px;
	color: #f0f0f0;
	margin-bottom: 32px;
}

.hero-stats {
	display: flex;
	gap: 48px;
	margin-bottom: 32px;
}

.stat-item {
	text-align: center;
}

.stat-value {
	font-size: 32px;
	font-weight: 800;
	line-height: 32px;
	margin-bottom: 8px;
}

.stat-label {
	font-size: 14.4px;
	line-height: 23.04px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.hero-buttons {
	display: flex;
	gap: 16px;
}

.hero-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 495.31px;
}

.hero-image img {
	width: 400px;
	height: 100%;
	object-fit: contain;
}

/* Sections */
.section {
	background: #0d1017;
	padding: 100px 0;
}

.section .container {
	position: relative;
}

.section-header {
	text-align: center;
	margin-bottom: 150px;
}
.section-header.n {
	margin-bottom: 50px;
}

.section-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 64px;
	margin-bottom: 8px;
}

.section-underline {
	height: 3px;
	width: 80px;
	margin: 0 auto;
	border-radius: 2px;
	background: linear-gradient(135deg, #dc143c 0%, #8b0000 100%);
}

/* Bonuses Section */
.bonus-girl {
	display: flex;
	justify-content: flex-end;
	top: -50px;
	right: 25px;
	position: absolute;
	z-index: 1;
}

.bonus-girl img {
	width: 200px;
	height: 215.8px;
	object-fit: cover;
}

.bonus-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin: 0 0 30px 0;
}

.bonus-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%; /* важно для grid */
	background: linear-gradient(149.12deg, #000000 0%, #0a0a0a 100%);

	border: 1px solid rgba(255, 68, 68, 0.2);
	border-radius: 12px;
	padding: 32px;
	transition: transform 0.3s ease, border-color 0.3s ease;
}

.bonus-card button {
	margin-top: auto;
}

.bonus-card:hover {
	background: linear-gradient(
			135.063deg,
			rgba(255, 68, 68, 0.1) 0%,
			rgba(0, 51, 16, 0.1) 100%
		),
		linear-gradient(135.063deg, #000000 0%, #0a0a0a 100%);
	transform: translateY(-5px);
	border-color: #ffffff;
}

.best-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(250, 6, 6, 0.89);
	border-radius: 6px;
	padding: 8px 16px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	box-shadow: 0px 2px 10px 0px rgba(250, 6, 6, 0.89);
}

.bonus-icon {
	text-align: center;
	font-size: 48px;
	margin-bottom: 24px;
}

.bonus-title {
	font-size: 24px;
	line-height: 38.4px;
	text-align: center;
	margin-bottom: 16px;
}

.bonus-amount {
	font-size: 40px;
	font-weight: 800;
	line-height: 64px;
	text-align: center;
	margin-bottom: 16px;
}

.gradient-text-alt {
	background: linear-gradient(132.899deg, #dc143c 0%, #8b0000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.bonus-description {
	font-size: 16px;
	line-height: 25.6px;
	color: #f0f0f0;
	text-align: center;
	margin-bottom: 24px;
}

.bonus-features {
	list-style: none;
	margin-bottom: 32px;
}

.bonus-features li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	line-height: 25.6px;
	color: #f0f0f0;
	margin-bottom: 12px;
}

.check {
	color: #00ff00;
	font-weight: bold;
}

.bonus-spacer {
	display: none;
}

/* Games Section */
.game-filters {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-bottom: 48px;
	flex-wrap: wrap;
}

.filter-btn {
	background: transparent;
	border: 2px solid #1a1a1a;
	border-radius: 12px;
	padding: 12px 24px;
	font-weight: 500;
	font-size: 16px;
	color: #f0f0f0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
	background: rgba(255, 68, 68, 0.1);
	border-color: #fe2400;
	color: #fe2400;
}

.games-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
	margin: 0 0 30px 0;
}

.game-card {
	background: #0d1017;
	border: 1px solid #444;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
}

.game-card:hover {
	border-color: #fe2400;
	transform: translateY(-5px);
}

.pageMenu li a {
	color: #fe2400;
}

.game-image {
	height: 150px;
	background: linear-gradient(135deg, #000000 0%, #0a0a0a 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.game-info {
	padding: 16px;
	text-align: center;
}

.game-name {
	font-weight: 600;
	font-size: 17.6px;
	line-height: 28.16px;
	margin-bottom: 4px;
}

.game-provider {
	font-size: 14.4px;
	line-height: 23.04px;
	color: #ccc;
}

/* Reviews Section */
.reviews-girl {
	display: flex;
	justify-content: flex-end;
	top: -50px;
	right: 25px;
	position: absolute;
	z-index: 1;
}

.reviews-girl img {
	width: 200px;
	height: 235.64px;
	object-fit: cover;
}

.reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;

	margin: 48px 0 30px 0;
}

.review-card {
	background: #0d1017;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 24px;
	transition: all 0.3s ease;
}

.review-card:hover {
	border-color: rgba(255, 68, 68, 0.3);
	transform: translateY(-5px);
}

.review-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.review-user {
	display: flex;
	align-items: center;
	gap: 12px;
}

.user-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(133.499deg, #dc143c 0%, #8b0000 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.user-name {
	font-weight: 600;
	font-size: 16px;
}

.review-rating {
	display: flex;
	gap: 4px;
}

.star {
	font-size: 14.4px;
	color: #ccc;
}

.star.filled {
	color: #fe2400;
}

.review-text {
	font-style: italic;
	font-size: 16px;
	line-height: 25.6px;
	color: #f0f0f0;
	margin-bottom: 16px;
}

.review-date {
	font-size: 13.6px;
	line-height: 21.76px;
	color: #ccc;
}

/* Footer */
.footer {
	background: #0d1017;
	border-top: 1px solid rgba(255, 68, 68, 0.2);
	padding: 40px 0;
}

.footer-content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	margin-bottom: 32px;
}

.footer-logo {
	display: block;
	width: 104px;
	height: 40px;
	margin-bottom: 26px;
}

.footer-logo svg {
	width: 100%;
	height: 100%;
}

.footer-text {
	font-size: 14.4px;
	line-height: 23.04px;
	color: #f0f0f0;
}

.footer-heading {
	color: #fe2400;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 16px;
}

.footer-links {
	list-style: none;
}

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

.footer-links a {
	font-size: 14.4px;
	color: #f0f0f0;
	text-decoration: none;
	transition: color 0.3s ease;
}

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

.social-links {
	display: flex;
	gap: 16px;
}

.social-link {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.social-link:hover {
	background: #fe2400;
	transform: scale(1.1);
}

.footer-bottom {
	border-top: 1px solid #ffffff1a;
	padding-top: 24px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.footer-bottom p {
	font-size: 13.6px;
	color: #ccc;
}

.burger {
	display: none;
}

.table {
	width: 100%;
	overflow-x: auto;
	margin: 30px auto;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	padding: 10px 15px;
	border: 1px solid #fff;
	width: max-content;
}

.section h2,
.section h3 {
	margin: 0 0 20px 0;
}
.section p {
	margin: 0 0 15px 0;
}
.section ul,
.section ol {
	padding: 0 0 0 30px;
	margin: 0 0 30px 0;
}

.img-cov {
	width: 100%;
	height: 100%;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}

/* Responsive Design */
@media (max-width: 1200px) {
	.container {
		padding: 0 60px;
	}

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

@media (max-width: 992px) {
	.hero-content {
		display: flex;
		flex-direction: column-reverse;
	}

	.hero-image {
		order: -1;
		height: 300px;
	}

	.bonus-cards,
	.reviews-grid {
		grid-template-columns: repeat(2, 1fr);
	}

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

@media (max-width: 768px) {
	.container {
		padding: 0 20px;
	}

	.nav {
		flex-wrap: wrap;
	}

	.nav-links {
		margin-left: 0;
		order: 3;
		width: 100%;
		justify-content: center;
		align-items: flex-start;
		position: relative;
		top: auto;
		left: auto;
		flex-direction: column;
		padding-top: 16px;
		transform: none;
		margin: 0 0 40px 0;
	}

	.hero-title {
		font-size: 40px;
		line-height: 48px;
	}

	.bonus-cards,
	.reviews-grid,
	.games-grid {
		grid-template-columns: 1fr;
	}

	.footer-content {
		grid-template-columns: 1fr;
	}

	.nav-mobile {
		position: fixed;
		top: -100%;
		left: 0;
		flex-direction: column-reverse;
		opacity: 0;
		visibility: hidden;
		background: #0d1017;
		width: 100%;
		padding: 30px;
		border-left: 2px solid #fe2400;
	}
	.nav-mobile.active {
		top: 0;
		opacity: 1;
		visibility: visible;
	}

	.auth-buttons {
		flex-direction: column;
		margin: 0;
		width: 100%;
	}

	.auth-buttons button {
		width: 100%;
	}

	.hero-stats {
		display: none;
	}
	.hero-buttons {
		flex-direction: column;
	}

	.burger {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		width: 30px;
		height: 30px;
	}
	.burger span {
		width: 100%;
		height: 2px;
		background-color: #fff;
	}

	.burger.active span:first-child {
		transform: rotate(45deg) translate(4px, -1px);
	}
	.burger.active span:nth-child(2) {
		display: none;
	}
	.burger.active span:last-child {
		transform: rotate(-45deg) translate(4px, 0px);
	}

	.bonus-girl,
	.reviews-girl {
		position: relative;
		top: auto;
		right: auto;
		justify-content: center;
		margin: 0 0 80px 0;
	}
	.section-header {
		margin-bottom: 30px;
	}
	.footer-bottom {
		flex-direction: column;
	}
}

/* Smooth Scrolling */
html {
	scroll-behavior: smooth;
}

/* Selection */
::selection {
	background: #fe2400;
	color: white;
}
