:root {
	--bg: #f8f7f4;
	--text: #0b0b0b;
	--muted: #6b7280;
	--border: #e5e7eb;
	--acid: #b6ff2e;
	--steel: #c7d2fe;
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: 'Inter', sans-serif;
    font-size: 17px;
}

a {
    text-decoration: none;
}

ul li {
    color: var(--muted);
}

b, strong {
    color: var(--text)
}

p {
    color: var(--muted);
}

h2 {
	margin-bottom: 10px!important;
}

h3 {
	margin-bottom: 3px;
	margin-top: 30px;
}

h3 + ul {
    margin-top: 7px;
}

ul li {
    margin-bottom: 10px;
}

/* ===== HERO ===== */
.hero-brutal {
	position: relative;
	min-height: 80vh;
	overflow: hidden;
	padding-top: 120px;
}

.hero-bg-word {
	position: absolute;
	top: -120px;
	left: -60px;
	font-family: 'Anton', sans-serif;
	font-size: 24rem;
	line-height: 1;
	opacity: .035;
	pointer-events: none;
}

.hero-main {
	padding: 0 8vw 4vw;
}

.hero-main h1 {
	font-family: 'Anton', sans-serif;
	font-size: 100px;
	line-height: 1.1;
	letter-spacing: -1px;
    margin-bottom: 20px;
}

.hero-desc {
	margin-top: 10px;
	font-size: 20px;
	color: var(--muted);
}

.btn-brutal {
	display: inline-block;
	margin-top: 40px;
	padding: 18px 46px;
	background: var(--acid);
	color: #000;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
	transition: .3s;
}

.btn-brutal:hover {
	transform: translateY(-3px);
}

.hero-side {
	position: relative;
	padding: 0 4vw;
}

.side-box {
	background: #fff;
	border: 1px solid var(--border);
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: .9rem;
	margin-top: 140px;
}

.side-vertical {
	position: absolute;
	bottom: 40px;
	right: -30px;
	transform: rotate(-90deg);
	font-family: 'Anton', sans-serif;
	font-size: 3rem;
	letter-spacing: 3px;
	color: var(--steel);
}

/* ===== TABLE ===== */
.casino-table {
	padding: 120px 0;
	background: #fff;
}

.table-modern {
	border-top: 1px solid var(--border);
}

.row-casino {
	display: grid;
	grid-template-columns: 2fr 2fr 1fr 1fr auto;
	gap: 20px;
	padding: 28px 0;
	border-bottom: 1px solid var(--border);
	align-items: center;
}

.row-casino:hover {
	background: #fafafa;
}

.badge-best {
	background: #ecfeff;
	color: #0891b2;
	font-weight: 600;
	font-size: .75rem;
	padding: 6px 12px;
	border-radius: 999px;
}

.play-link {
	color: #0b0b0b;
	font-weight: 600;
	text-decoration: none;
}

/* ===== TABLE ===== */
table {
	background: #f1f1f1;
	border-radius: 10px;
	overflow: hidden;
	vertical-align: middle;
}

table thead {
	background: #222;
}

table th,
table td {
	color: #111;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}

table tbody tr:hover {
	background: #f7f7f7;
	transform: scale(1.02);
	transition: all 0.3s;
}

table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.bonus-btn {
	background: var(--acid);
	color: #111;
	border: none;
	border-radius: 50px;
	padding: 15px 25px;
	transition: all 0.3s;
}

.bonus-btn:hover {
	transform: scale(1.1);
	box-shadow: 0 0 20px var(--acid);
}

.table {
	max-width: 1100px;
	margin: 0 auto 20px;
    --bs-table-bg: #f1f1f1!important;
}

.table td {
	font-size: 22px;
    color: #111!important;
}

.table th {
    color: #111!important;
    background-color: #f7f7f7!important;
}

.table tr:nth-child(even) {
    --bs-table-bg: #f7f7f7;
}

.table img {
	min-height: 70px!important;
}

/* ===== MOBILE CARDS ===== */
@media (max-width: 768px) {
	.table-responsive {
	  overflow: visible;
	}
  
	.table,
	.table thead,
	.table tbody,
	.table tr,
	.table td {
	  display: block;
	  width: 100%;
	}
  
	.table thead {
	  display: none;
	}
  
	.table tbody tr {
	  background: #f1f1f1;
	  border-radius: 14px;
	  margin-bottom: 30px;
	  padding: 15px;
	  box-shadow: 0 10px 15px rgba(0,0,0,.4);
	  transform: none !important;
	}
  
	.table td {
	  padding: 10px 0;
	}
  
	.table td:first-child {
	  text-align: center;
	}
  
	.table img {
	  height: 90px!important;
	  margin: 10px auto;
	}

	.table td:nth-child(2) {
	  font-weight: 600;
	  font-size: 26px;
	}
  
	.table td:nth-child(3) {
	  font-size: 20px;
	}
  
	.bonus-btn {
	  display: block;
	  width: 60%;
	  padding: 14px;
	  font-size: 20px;
      margin: 0 auto 20px;
	  text-align: center;
	}

	#table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

    .lead {
		font-size: 18px;
	}

	.hero-brutal h1 {
		font-size: 44px;
	}

    .hero-bg-word {
        font-size: 12rem;
        top: -60px;
        left: -30px
    }

    .section h2 {
        font-size: 34px!important;
    }
}

html, body {
	overflow-x: hidden;
}

#table {
	text-align: left;
	margin-bottom: 20px;
    margin-top: 20px;
    min-width: 80%;
}

#table th {
	background-color: var(--acid);
	vertical-align: middle;
}

#table td {
	vertical-align: middle;
}

/* ===== CONTENT ===== */
.section {
	padding: 80px 0;
}

.section h2 {
	font-family: 'Anton', sans-serif;
	font-size: 3rem;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.card-soft {
	background: #fff;
	border-radius: 24px;
	padding: 45px;
	height: 100%;
	border: 1px solid var(--border);
}

.card-soft p {
	color: var(--muted);
}

/* ===== FINAL ===== */
.final {
	padding: 140px 20px;
	background: #0b0b0b;
	color: #fff;
	text-align: center;
}

.final h2 {
	font-family: 'Anton', sans-serif;
	font-size: 3.5rem;
	letter-spacing: 1px;
}

.final .btn-brutal {
	background: var(--acid);
}

footer {
	padding: 30px 0 10px;
	text-align: center;
	font-size: .9rem;
	color: #9ca3af;
	background: #0b0b0b;
}

/* RESPONSIVE */
@media(max-width:991px) {
	.hero-side {
		display: none
	}

	.hero-main {
		padding: 0 24px
	}
}