
header {
	 background: #fff; /* Background for Header */
	 padding: 1.2rem 0;
	 justify-content: center;
	 align-items: center;
	 top: 0;
	 z-index: 100;
	 transition: background .3s, box-shadow .3s, border-bottom .3s;
	 border-bottom: 1px solid transparent;
	 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

body {
	 font-family: 'Montserrat', Arial, sans-serif;
	 line-height: 1.6;
	 background: #fff !important; /* Background for Body */
}

h1, h2, h3 {
color: #C20E0E !important; /* Background for H1, H2, H3 */
}

.site-footer {
	 background: #EDEBEB; /* Background for Footer */
	 color: #000; 
	 padding: 40px 25px;
	 box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
	 margin-top: 4rem;
}

.author-detail {
	 background: #fff; /* Background for Author Block */
	 border-radius: 16px; 
	 padding: 3rem 2rem; 
	 margin: 3rem 0; 
	 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.casino-box {
  background: #fff; /* Background for Rating Block */
  border: 1px solid #2a2a3e;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 60px 200px 1fr 2fr auto;
  gap: 30px;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-play {
  background: #C41616; /* Background for #C20E0Eirect Button on Rating Block */
  color: #fff;
  padding: 14px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.headline {
	 margin-bottom: 3rem;
	 padding: 1rem 1rem;
	 background: #fff; /* Background for Text under H1 */
	 border-radius: 16px;
	 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.headline p {
	 font-size: 1rem;
	 color: #fff; /* Color for Text under H1 */
max-width:800px;
	 margin: 0 auto;
}

nav a {
	 color: #000; /* Color NAV LINK */
	 font-weight: 600;
	 transition: all .2s;
	 padding: 8px 16px;
	 border-radius: 6px;
}

.main-text {
	 margin-bottom: 3rem;
	 background: #fff; /* Background for Main Text */
	 border-radius: 16px;
}

.main-text p {
color: #000; /* Color for Main Text */
	 font-size: 1rem;
	 margin-bottom: 1rem;
}

ul, ol {
color: #000; /* Color for <ul>, <ol>, <li> */
margin-left: 40px;
margin-top: 20px;
margin-bottom: 20px;
}

header .header-content,
main {
	 max-width: 1400px;
	 padding: 0 1rem;
}

header,
header .logo,
nav ul {
	 display: flex;
}
body,
nav li ul li a:hover {
	 background: var(--color-bg);
}
.headline,
.site-footer p {
	 text-align: center;
}
.author-detail__socials a:hover,
.breadcrumbs a:hover,
.footer-bottom-links a:hover,
.footer-links a:hover,
.sources-list li a:hover {
	 text-decoration: underline;
}
.sources-list li,
nav li {
	 position: relative;
}
.footer-col ul,
.footer-links,
.sources-list,
nav li ul,
nav ul {
	 list-style: none;
}
.content-button {
	 display: block;
	 padding: 1rem 4rem;
	 border-radius: var(--radius);
	 text-decoration: none;
	 margin: 1rem auto;
	 transition: background .2s, transform .1s;
	 text-align: center;
	 width: fit-content;
	 font-size: 1.2rem;
	 background: linear-gradient(90deg,rgba(255, 0, 0, 1) 1%, rgba(255, 166, 0, 1) 100%);
	 color: #FCFAFA;
}
.content-button:hover {
	 box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}
:root {
	 --color-primary: #ff5722;
	 --color-secondary: #C20E0E;
	 --color-secondary-dark: #ff6b00;
	 --color-bg: #f8f9fa;
	 --color-card-bg: #fff;
	 --color-text: #1a1a1a;
	 --color-muted: #6c757d;
	 --radius: 12px;
	 --box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
*,
::after,
::before {
	 box-sizing: border-box;
	 margin: 0;
	 padding: 0;
}
a {
	 text-decoration: none;
	 color: inherit;
}
nav ul {
	 gap: 1.5rem;
}
nav a:hover {
	 color: #C20E0E;
	 transform: translateY(-2px);
}
main {
	 margin: 2rem auto;
}
header.scrolled {
	 box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	 border-bottom: 1px solid rgba(255, 255, 255, .2);
}
header .header-content {
	 width: 100%;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
header .logo {
	 align-items: center;
	 padding: 0;
	 margin-left: 0;
}
header .logo img {
	 display: block;
	 width: 250px;
	 height: auto;
	 object-fit: contain;
}
.name-brand p {
	 font-size: 26px;
	 font-weight: 900;
}
.brand-name p {
	 font-size: 24px;
	 font-weight: 900;
}
.headline h2 {
	 font-size: 2rem;
	 margin-bottom: .75rem;
	 color: #222;
}
.main-text h2 {
	 color: #222;
}
.main-text,
.main-text img,
nav li ul {
	 border-radius: var(--radius);
}
.author-detail__bio{
	 font-size: 1rem;
	 color: #000;
	 margin-bottom: 1rem;
}
.site-footer {
	 padding: 25px;
	 box-shadow: 0 -4px 12px rgba(0, 0, 0, .05);
}
.author-detail,
.main-text img,
.table-of-contents,
.table-responsive,
nav li ul {
	 box-shadow: var(--box-shadow);
}
.site-footer .container {
	 max-width: 1200px;
	 margin: 0 auto;
}
.main-text .container {
	 max-width: 1200px;
	 margin: 0 auto;
}
.main-text img {
	 max-width: 100%;
	 height: auto;
	 display: block;
	 margin: 1rem auto;
}
.main-text .container img {
	 max-width: 100%;
	 width: auto;
	 height: auto;
	 object-fit: contain;
}
.footer-links {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 1rem;
	 justify-content: center;
	 margin: 20px 0;
	 padding: 15px;
	 background: rgba(255, 255, 255, 0.05);
	 border-radius: 8px;
}

.footer-links span {
	 color: #7f8c8d;
}

.disclaimer {
	 font-size: 0.85rem;
	 color: #95a5a6 !important;
	 font-style: italic;
	 margin-top: 10px;
}

.footer-links a {
	 font-size: .875rem;
	 color: #000;
}
.site-footer p {
	 font-size: .875rem;
	 color: #000 !important;
}
.logo h1 {
	 font-size: 1.6rem;
	 background: linear-gradient(45deg, #ff6b6b, #ffd93d);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
}
nav ul {
	 gap: 2rem;
}
nav li a {
	 padding-right: .5rem;
}
nav li:hover ul {
	 display: block;
}
nav li ul {
	 position: absolute;
	 top: 100%;
	 left: 0;
	 display: none;
	 padding: .5rem 0;
}
nav li ul li a {
	 display: block;
	 padding: .5rem 1rem;
	 white-space: nowrap;
}
.footer-bottom,
.footer-notice {
	 border-top: 1px solid #e1e5e8;
	 text-align: center;
}
.content-button:hover {
	 background: linear-gradient(135deg, #cc3a3a 0%, #991f00 100%);
	 transform: translateY(-2px);
transition: 0.3s;
}
.footer-col a {
	 text-decoration: none;
	 transition: color .2s;
}
.meta-info {
	 margin: 1rem 0 2rem;
	 font-size: .875rem;
	 color: var(--color-muted);
}
.breadcrumbs {
	 display: flex;
	 gap: .25rem;
	 flex-wrap: wrap;
	 margin-bottom: .5rem;
}
.breadcrumbs a,
.footer-bottom-links a {
	 color: #000;
	 text-decoration: none;
}
.meta-info hr {
	 border: none;
	 border-top: 1px solid #ddd;
	 margin: .5rem 0 1rem;
}
.author-info {
	 display: flex;
	 align-items: center;
	 gap: .75rem;
}
.author-avatar {
	 width: 100px;
	 height: 100px;
	 border-radius: 50%;
	 object-fit: cover;
}
.author-text {
	 display: flex;
	 flex-wrap: wrap;
	 gap: .5rem 1rem;
	 align-items: center;
}
.author-name {
	 font-weight: 600;
	 color: #000;
}
.author-badge {
	 display: inline-block;
	 padding: .15rem .5rem;
	 background: #e6f5ff;
	 color: #0073e6;
	 border-radius: var(--radius);
}
.author-detail__stat p {
color: #000;
}
.author-link a {
color: blue;
}
.author-detail__extras strong,
.author-detail__name,
.author-update {
	 color: #000;
}
.author-detail {
	 border-radius: var(--radius);
	 padding: 2rem 1rem;
	 margin: 2rem 0;
}
.author-detail__inner {
	 display: flex;
	 align-items: flex-start;
	 gap: 1.5rem;
}
.author-detail__avatar img {
	 width: 200px;
	 height: 270px;
	 border-radius: 16px;
	 object-fit: cover;
	 flex-shrink: 0;
	 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.author-detail__info {
	 flex: 1;
}
.author-detail__name {
	 margin: 0;
	 font-size: 1.25rem;
}
.author-detail__role {
	 margin: .25rem 0 1rem;
	 font-size: 20px;
	 color: #C20E0E;
font-weight: 900;
}
.author-detail__info hr {
	 border: none;
	 border-top: 1px solid #ddd;
	 margin: 0 0 1rem;
}
.author-detail__extras {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 1.5rem;
	 font-size: .875rem;
	 color: #fff;
}
.author-detail__socials a,
.footer-col a:hover,
.sources-list li a,
td a {
	 color: #0022FF;
}
.author-detail__socials a {
	 text-decoration: none;
	 margin: 0 .25rem;
}
@media (max-width:600px) {
	 header .logo img {
		  width: 120px;
	 }
	 header .header-content {
		  padding: 0 1rem;
	 }
	 .author-detail__inner {
		  flex-direction: column;
		  align-items: center;
		  text-align: center
	 }
	 .author-detail__socials {
		  justify-content: center;
	 }
}
.sources-list {
	 margin: 0;
	 padding: 0;
	 column-count: 2;
	 column-gap: 2rem;
}
.sources-list li {
	 padding: .5em 0 .5em 1.75em;
	 margin-bottom: .5em;
	 break-inside: avoid;
	 line-height: 1.5;
}
.sources-list li::before {
	 content: "";
	 position: absolute;
	 left: 0;
	 top: .6em;
	 width: 1em;
	 height: 1em;
	 background: url("./icons/link.png") center center/contain no-repeat;
}
.sources-list li a {
	 text-decoration: none;
}
.headline h1 {
	 font-size: 30px;
	 line-height: 1.2;
	 margin-bottom: 1.5rem;
	 color: #1a1a1a;
	 font-weight: 800;
	 text-align: center;
}
.main-text h2 {
	 font-size: 1.75rem;
	 line-height: 1.3;
	 margin: 2rem 0 1rem;
	 color: #000;
}
.site-footer a {
	 color: #C20E0E;
	 transition: color 0.3s;
}

.site-footer a:hover {
	 color: #C20E0E;
}

.responsible-gaming {
	 background: rgba(255, 255, 255, 0.1);
	 padding: 25px;
	 border-radius: 12px;
	 margin: 20px 0;
}

.responsible-gaming h4 {
	 color: #C20E0E !important;
	 margin-bottom: 15px;
}

.responsible-gaming ul {
	 list-style: none;
	 padding-left: 0;
}

.responsible-gaming li {
	 margin-bottom: 10px;
	 padding-left: 25px;
	 position: relative;
}

.responsible-gaming li:before {
	 content: "→";
	 position: absolute;
	 left: 0;
	 color: #C20E0E;
	 font-weight: bold;
}


.footer-top {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 2rem;
	 padding: 2rem 1rem;
}
.footer-logo-desc {
	 flex: 1 1 240px;
}
.footer-logo {
	 max-width: 180px;
	 height: auto;
	 margin-bottom: 1rem;
}
.footer-desc {
	 margin: 0;
	 color: var(--color-muted);
}
.footer-col a,
.footer-col h4,
.footer-notice,
table,
td:first-child {
	 color: #000;
}
.footer-columns {
	 display: flex;
	 flex: 2 1 20px;
	 gap: 2rem;
}
.footer-col h4 {
	 margin-bottom: .75rem;
	 font-size: 1rem;
}
.footer-col ul {
	 padding: 0;
	 margin: 0;
}
.footer-col li {
	 margin-bottom: .5rem;
}
.footer-notice {
	 background: #fff;
	 padding: 1rem;
	 font-size: .875rem;
}
.footer-partners {
	 display: flex;
	 gap: 1.5rem;
	 justify-content: center;
	 align-items: center;
	 padding: 1.5rem 0;
	 flex-wrap: wrap;
}
.footer-partners img {
	 display: block;
	 width: 70px;
	 height: auto;
	 opacity: .7;
	 transition: opacity .2s;
	 flex-shrink: 0;
}
@media (max-width: 600px) {
  .footer-partners {
	 flex-direction: column;
	 gap: 1rem;
	 align-items: center;
  }
  .footer-partners img {
	 width: 60px;
  }
}
.toc-list a,
td a {
	 text-decoration: none;
	 transition: color .2s;
}
.footer-partners img:hover {
	 opacity: 1;
}
.footer-bottom {
	 padding: 1rem 0;
}
.footer-bottom-links {
	 list-style: none;
	 padding: 0;
	 margin: 0 0 .5rem;
	 display: flex;
	 flex-wrap: wrap;
	 gap: 1rem;
	 justify-content: center;
}
.footer-copy {
	 margin: 0;
	 color: var(--color-muted);
	 font-size: .8rem;
}
.table-responsive,
table {
	 width: 100%;
	 border-radius: var(--radius);
}
.table-responsive {
	 overflow-x: auto;
	 margin: 1.5rem 0;
}
table {
	 min-width: 600px;
	 border-collapse: collapse;
	 margin: 0;
	 font-size: 16px;
	 text-align: left;
	 overflow: hidden;
}
th {
	 color: #000;
	 font-weight: 600;
}
td,
th {
	 padding: 1rem 1.5rem;
	 border: none;
}
th {
	 text-transform: none;
	 font-size: .95rem;
}
td {
	 border: 1px solid #e5e5e5;
	 vertical-align: middle;
}
tr:last-child td {
	 border: 1px solid #e5e5e5;
}
td a:hover {
	 color: var(--color-secondary-dark);
	 text-decoration: underline;
}
td a {
	 font-weight: 500;
}
td:first-child {
	 font-weight: 600;
}
@media screen and (max-width:768px) {
	 .table-responsive {
		  overflow-x: auto;
		  -webkit-overflow-scrolling: touch;
	 }
	 table {
		  min-width: 700px;
	 }
	 td,
	 th {
		  padding: .75rem 1rem;
		  font-size: 14px;
	 }
}
@media screen and (max-width:450px) {
	 td,
	 th {
		  padding: .5rem .75rem;
		  font-size: 13px;
	 }
}
.table-of-contents {
	 background: #333131;
	 border: 2px solid var(--color-secondary);
	 border-radius: var(--radius);
	 padding: 1.5rem;
	 margin: 2rem 0;
}
.table-of-contents h3 {
	 margin: 0 0 1rem;
	 color: #00690E;
	 font-size: 1.25rem;
	 font-weight: 600;
	 text-align: center;
}
.toc-list {
	 margin: 0;
	 padding-left: 1.5rem;
	 list-style: decimal;
}
.toc-list li {
	 margin-bottom: .5rem;
	 line-height: 1.4;
}
.toc-list a {
	 color: #000;
	 font-size: .95rem;
	 color: #2626de;
}
.toc-list a:hover {
	 color: var(--color-secondary);
	 text-decoration: underline;
}
@media (max-width:768px) {
	 .sources-list {
		  column-count: 1;
	 }
	 .footer-top {
		  flex-direction: column;
		  text-align: center;
	 }
	 .footer-columns {
		  flex-direction: column;
		  align-items: center;
	 }
	 .footer-col,
	 .footer-logo-desc {
		  flex: none;
		  width: 100%;
	 }
	 .footer-col ul {
		  display: inline-block;
		  text-align: left;
	 }
	 .footer-partners {
		  gap: 1rem;
	 }
	 .table-of-contents {
		  padding: 1rem;
	 }
	 .toc-list {
		  padding-left: 1rem;
	 }
	 .toc-list a {
		  font-size: .9rem;
	 }
}
.sources-list a {
	 color: #2626de;
	 text-decoration: underline;
}
.contact-page {
	 min-height: 100vh;
}
.contact-header {
	 text-align: center;
	 margin-bottom: 50px;
}
.contact-header h1 {
	 font-size: 2.5em;
	 color: #2c3e50;
	 margin-bottom: 20px;
}
.contact-intro {
	 font-size: 1.2em;
	 color: #555;
	 max-width: 600px;
	 margin: 0 auto;
	 line-height: 1.6;
}
.contact-content {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 gap: 40px;
	 margin-bottom: 50px;
}
.contact-card {
	 background: white;
	 padding: 30px;
	 border-radius: 15px;
	 box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	 margin-bottom: 30px;
}
.contact-card h2 {
	 color: #2c3e50;
	 margin-bottom: 20px;
	 font-size: 1.4em;
}
.detail-item {
	 padding: 10px 0;
	 border-bottom: 1px solid #f1f1f1;
}
.detail-item:last-child {
	 border-bottom: none;
}
.contact-method {
	 display: flex;
	 align-items: center;
	 margin-bottom: 20px;
	 padding: 15px;
	 background: #f8f9fa;
	 border-radius: 10px;
}
.contact-method .icon {
	 font-size: 1.5em;
	 margin-right: 15px;
}
.contact-method strong {
	 color: #2c3e50;
	 display: block;
}
.contact-method small {
	 color: #777;
	 font-size: 0.9em;
}
.hours-item {
	 padding: 8px 0;
	 display: flex;
	 justify-content: space-between;
}
.contact-form {
	 margin-top: 20px;
}
.form-group {
	 margin-bottom: 20px;
}
.form-row {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 gap: 20px;
}
.form-group label {
	 display: block;
	 margin-bottom: 8px;
	 font-weight: 600;
	 color: #2c3e50;
}
.form-group input,
.form-group select,
.form-group textarea {
	 width: 100%;
	 padding: 12px;
	 border: 2px solid #ddd;
	 border-radius: 8px;
	 font-size: 16px;
	 transition: border-color 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	 outline: none;
	 border-color: #3498db;
}
.checkbox-label {
	 display: flex !important;
	 align-items: center;
	 cursor: pointer;
	 font-weight: 400 !important;
}
.checkbox-label input[type="checkbox"] {
	 width: auto !important;
	 margin-right: 10px;
}
.submit-button {
	 width: 100%;
	 padding: 15px;
	 background: linear-gradient(135deg, #3498db, #2980b9);
	 color: white;
	 border: none;
	 border-radius: 10px;
	 font-size: 1.1em;
	 font-weight: 600;
	 cursor: pointer;
	 transition: all 0.3s;
}
.submit-button:hover {
	 transform: translateY(-2px);
	 box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}
.submit-button:disabled {
	 opacity: 0.7;
	 cursor: not-allowed;
	 transform: none;
}
.additional-resources {
	 display: grid;
	 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	 gap: 30px;
	 margin-bottom: 40px;
}
.resource-card {
	 background: white;
	 padding: 25px;
	 border-radius: 12px;
	 box-shadow: 0 3px 15px rgba(0,0,0,0.08);
	 text-align: center;
}
.resource-card h3 {
	 color: #2c3e50;
	 margin-bottom: 15px;
}
.resource-links {
	 margin-top: 15px;
}
.resource-link {
	 display: inline-block;
	 margin: 5px 10px;
	 padding: 8px 15px;
	 color: blue;
	 text-decoration: none;
	 border-radius: 20px;
	 font-size: 0.9em;
	 transition: background 0.3s;
}
.resource-link:hover {
	 background: #000;
}
.resource-link a {
color: #fff !important;
}
.faq-preview {
	 background: white;
	 padding: 30px;
	 border-radius: 15px;
	 box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.faq-preview h2 {
	 color: #2c3e50;
	 margin-bottom: 25px;
}
.faq-item {
	 margin-bottom: 20px;
	 padding: 15px;
	 background: #f8f9fa;
	 border-radius: 8px;
	 border-left: 4px solid #3498db;
}
.faq-item strong {
	 color: #2c3e50;
	 display: block;
	 margin-bottom: 8px;
}
.faq-link {
	 display: inline-block;
	 margin-top: 20px;
	 color: #3498db;
	 text-decoration: none;
	 font-weight: 600;
}
.faq-link:hover {
	 text-decoration: underline;
}
@media (max-width: 768px) {
	 .contact-content {
		  grid-template-columns: 1fr;
		  gap: 20px;
padding: 40px;
	 }
	 
	 .form-row {
		  grid-template-columns: 1fr;
	 }
	 
	 .additional-resources {
		  grid-template-columns: 1fr;
	 }
	 
	 .contact-header h1 {
		  font-size: 2em;
	 }
}
.contact-details a {
color: blue;
}
.contact-content h1, h2, h3, h4, h5 {
margin-top: 20px;
margin-bottom: 20px;
}

/* Mobile Menu Button */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.mobile-menu-toggle span {
  width: 30px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* Burger Animation */
.mobile-menu-toggle.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

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

.mobile-menu-toggle.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/* Mobile Menu Styles */
@media (max-width: 768px) {
  .mobile-menu-toggle {
	 display: flex;
  }

  .main-nav {
	 position: fixed;
	 top: 0;
	 right: -100%;
	 width: 280px;
	 height: 100vh;
	 background: linear-gradient(180deg, #fff 0%, #ffe6cc 100%);
	 box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
	 transition: right 0.4s ease;
	 z-index: 1000;
	 overflow-y: auto;
	 padding-top: 80px;
  }

  .main-nav.active {
	 right: 0;
  }

  .main-nav ul {
	 flex-direction: column;
	 gap: 0;
	 padding: 20px;
  }

  .main-nav li {
	 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .main-nav a {
	 display: block;
	 padding: 15px 10px;
	 font-size: 18px;
	 font-weight: 600;
	 color: #000;
	 transition: all 0.3s ease;
  }

  .main-nav a:hover {
	 color: #C20E0E;
	 padding-left: 20px;
  }

  /* Overlay */
  body.menu-open::before {
	 content: '';
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(0, 0, 0, 0.5);
	 z-index: 999;
	 animation: fadeIn 0.3s ease;
  }

  body.menu-open {
	 overflow: hidden;
  }
}

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

/* Desktop menu stays the same */
@media (min-width: 769px) {
  .main-nav {
	 display: block;
  }
}

/* Estilos generales del footer */

.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Parte superior del footer */
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col h4 {
  color: #C20E0E;
  font-size: 1.1rem;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 12px;
}

.footer-col a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 0.95rem;
}

.footer-col a:hover {
  color: #C20E0E;
  transform: translateX(5px);
}

/* Sobre el proyecto */
.footer-about .footer-description {
  color: #000;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-stats {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}

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

.stat-item strong {
  display: block;
  color: #C20E0E;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.stat-item span {
  color: #000;
  font-size: 0.85rem;
}

/* Disclaimer */
.footer-disclaimer {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
}

.important-notice p {
  color: #C20E0E !important;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.important-notice ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 25px 0;
}

.important-notice li {
  color: #000 !important;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
}

.important-notice li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #C20E0E;
  font-weight: bold;
}

/* Bloque de advertencia */
.warning-block {
  background: rgba(231, 76, 60, 0.2);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 2px solid #e74c3c;
  text-align: center;
}

.warning-block p {
  color: #fff !important;
  font-size: 1.05rem;
  margin: 0;
}

/* Restricción de edad */
.age-restriction {
  background: rgba(52, 73, 94, 0.5);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  border: 2px solid #C20E0E;
}

.age-restriction p {
  color: #fff !important;
  margin: 5px 0;
  font-size: 1.05rem;
}

/* Parte inferior */
.footer-bottom {
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
  text-align: center;
}

.footer-copy {
  color: #95a5a6 !important;
  font-size: 0.9rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .site-footer {
	 padding: 40px 20px 20px;
  }
  
  .footer-top {
	 grid-template-columns: 1fr;
	 gap: 30px;
	 margin-bottom: 30px;
  }
  
  .footer-stats {
	 justify-content: center;
  }
  
  .footer-disclaimer {
	 padding: 20px;
  }
}

@media (max-width: 480px) {
  .footer-stats {
	 flex-direction: column;
	 gap: 15px;
  }
  
  .warning-block p,
  .age-restriction p {
	 font-size: 0.95rem;
  }
}

.top-casino {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 20px;
}

.casino-box:hover {
  border-color: #C20E0E;
}

/* Casino Number Badge */
.casino-number {
  width: 50px;
  height: 50px;
  background: #C20E0E;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

/* Logo Section */
.casino-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.casino-logo a {
  display: block;
  padding: 15px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.casino-logo a:hover {
  transform: scale(1.05);
}

.casino-logo img {
  max-width: 200px;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* Rating */
.casino-rating {
  background: #000;
  padding: 6px 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.rating-icon {
  width: 18px;
  height: 18px;
}

.rating-value {
  color: #C20E0E;
  font-weight: 700;
  font-size: 16px;
}

/* Specs Section */
.casino-specs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.spec-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 16px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.spec-label {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.spec-value {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

/* Bonus Section */
.casino-bonus {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bonus-icon {
  font-size: 32px;
  line-height: 1;
}

.bonus-text {
  color: #C20E0E;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.bonus-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bonus-features li {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 0;
}

.bonus-features li::before {
  content: '';
  display: none;
}

/* Actions Section */
.casino-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 200px;
}

.btn-play:hover {
  transform: translateY(-2px);
  background: #FFCC00;
}

.btn-review {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-review:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

/* TOP 3 Special Styling */
.casino-box:nth-child(1) .casino-number {
  background: #C20E0E;
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.5);
}

.casino-box:nth-child(2) .casino-number {
  background: #C20E0E;
  box-shadow: 0 4px 20px rgba(192, 192, 192, 0.4);
}

.casino-box:nth-child(3) .casino-number {
  background: #C20E0E;
  box-shadow: 0 4px 20px rgba(205, 127, 50, 0.4);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .casino-box {
	 grid-template-columns: 50px 180px 1fr 1.5fr auto;
	 gap: 20px;
	 padding: 25px;
  }
  
  .bonus-text {
	 font-size: 18px;
  }
}

@media (max-width: 992px) {
  .casino-box {
	 grid-template-columns: 1fr;
	 gap: 20px;
	 padding: 25px;
  }
  
  .casino-logo {
	 flex-direction: row;
	 justify-content: space-between;
	 width: 100%;
  }
  
  .casino-specs {
	 flex-direction: row;
	 flex-wrap: wrap;
  }
  
  .spec-item {
	 flex: 1;
	 min-width: 150px;
  }
  
  .casino-actions {
	 flex-direction: row;
  }
  
  .btn-play,
  .btn-review {
	 flex: 1;
  }
}

@media (max-width: 640px) {
  .top-casino {
	 padding: 20px;
  }
  
  .casino-box {
	 padding: 20px;
	 margin-bottom: 20px;
  }
  
  .casino-number {
	 width: 40px;
	 height: 40px;
	 font-size: 20px;
  }
  
  .casino-logo img {
	 max-width: 160px;
  }
  
  .spec-item {
	 flex-direction: column;
	 text-align: center;
	 gap: 5px;
  }
  
  .bonus-text {
	 font-size: 16px;
  }
  
  .bonus-features li {
	 font-size: 13px;
  }
  
  .casino-actions {
	 flex-direction: column;
  }
}

.casino-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 160px;
  max-width: 200px;
  overflow: hidden;
}

.casino-name {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.promo-code {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(255, 237, 78, 0.1) 100%);
  border: 1px dashed #C20E0E;
  border-radius: 10px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
}

.promo-code:hover {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25) 0%, rgba(255, 237, 78, 0.2) 100%);
  border-color: #ffed4e;
}

.promo-label {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
  flex-shrink: 0;
}

.promo-value {
  color: #000;
  font-size: 12px;
  font-weight: 900;
  font-family: 'Courier New', monospace;
  letter-spacing: 0.5px;
  cursor: pointer;
  padding: 4px 8px;
  background: #fff;
  border-radius: 6px;
  transition: all 0.2s ease;
  user-select: all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}

.promo-value:hover {
  background: rgba(255, 215, 0, 0.2);
  transform: scale(1.02);
}

.promo-value:active {
  transform: scale(0.98);
}

.copy-tooltip {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  background: #C20E0E;
  color: #1a1a2e;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  z-index: 10;
}

.copy-tooltip::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #C20E0E;
}

.copy-tooltip.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1);
}

.casino-box {
  grid-template-columns: 60px 200px 180px 1fr 2fr auto;
}


@media (max-width: 1400px) {
  .casino-box {
	 grid-template-columns: 50px 180px 160px 1fr 1.5fr auto;
	 gap: 20px;
	 padding: 25px;
  }
  
  .casino-name {
	 font-size: 18px;
  }
  
  .promo-value {
	 font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .casino-box {
	 grid-template-columns: 50px 160px 150px 1fr auto;
	 gap: 15px;
	 padding: 20px;
  }
  
  .casino-bonus {
	 grid-column: span 1;
  }
  
  .casino-name {
	 font-size: 16px;
  }
  
  .casino-info {
	 min-width: 140px;
  }
}

@media (max-width: 992px) {
  .casino-box {
	 grid-template-columns: 1fr;
	 gap: 20px;
	 padding: 25px;
  }
  
  .casino-info {
	 width: 100%;
	 flex-direction: row;
	 justify-content: space-between;
	 align-items: center;
	 flex-wrap: wrap;
	 gap: 15px;
  }
  
  .casino-name {
	 font-size: 20px;
  }
  
  .promo-code {
	 flex: 1;
	 min-width: 200px;
	 justify-content: center;
  }
}

@media (max-width: 640px) {
  .casino-info {
	 flex-direction: column;
	 align-items: flex-start;
  }
  
  .casino-name {
	 font-size: 18px;
	 text-align: center;
	 width: 100%;
  }
  
  .promo-code {
	 width: 100%;
	 justify-content: center;
  }
  
  .promo-label {
	 font-size: 10px;
  }
  
  .promo-value {
	 font-size: 13px;
  }
  
  .copy-tooltip {
	 top: -30px;
	 font-size: 11px;
	 padding: 5px 12px;
  }
}


@keyframes copyPulse {
  0% {
	 box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.4);
  }
  70% {
	 box-shadow: 0 0 0 10px rgba(255, 215, 0, 0);
  }
  100% {
	 box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
  }
}

.promo-value:active {
  animation: copyPulse 0.5s ease-out;
}


.casino-box:hover .casino-name {
  color: #C20E0E;
}

.casino-box:hover .promo-code {
  border-color: #ffed4e;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 237, 78, 0.15) 100%);
}