body {
    font-family: 'Inter', sans-serif;
    background-color: #000000; 
    color: #ffffff; 
}


:root {
    --spinrank-black: #000000;
    --spinrank-dark-grey: #1a1a1a;
    --spinrank-secondary-dark: #2c2c2c;
    --spinrank-red: #e60000;
    --spinrank-red-hover: #cc0000;
    --spinrank-white: #ffffff;
    --spinrank-light-grey: #cccccc;
    --spinrank-warning-dark: #4d0000; 
}

.bg-dark {
    background-color: var(--spinrank-dark-grey) !important;
}

.bg-black {
    background-color: var(--spinrank-black) !important;
}

.bg-secondary-dark {
    background-color: var(--spinrank-secondary-dark) !important;
}

.bg-red {
    background-color: var(--spinrank-red) !important;
}

.text-red {
    color: var(--spinrank-red) !important;
}

.btn-red {
    background-color: var(--spinrank-red);
    color: var(--spinrank-white);
    border: 1px solid var(--spinrank-red);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-red:hover {
    background-color: var(--spinrank-red-hover);
    border-color: var(--spinrank-red-hover);
    color: var(--spinrank-white);
}

.btn-outline-light {
    color: var(--spinrank-white);
    border-color: var(--spinrank-light-grey);
}

.btn-outline-light:hover {
    background-color: var(--spinrank-light-grey);
    color: var(--spinrank-black);
    border-color: var(--spinrank-light-grey);
}

.section-title {
    color: var(--spinrank-red);
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--spinrank-red);
    border-radius: 2px;
}


.age-verification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
}

.age-verification-content {
    background-color: var(--spinrank-secondary-dark);
    border: 2px solid var(--spinrank-red);
    max-width: 500px;
}


.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1020; 
}

.responsible-gaming-text {
    color: var(--spinrank-red);
    line-height: 1.4;
}


.hero-section {
    min-height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--spinrank-white);
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-section h1 {
    color: var(--spinrank-red); 
}


.card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3) !important;
}

.card-img-top {
    height: 120px;
    object-fit: contain;
    background-color: var(--spinrank-black); 
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.card-body {
    display: flex;
    flex-direction: column;
}

.rating-stars i {
    color: gold; 
}

.features-list li {
    font-size: 0.9rem;
    color: var(--spinrank-light-grey);
    margin-bottom: 5px;
}

.featured-card {
    background-color: var(--spinrank-secondary-dark);
    border: 2px solid var(--spinrank-red);
}

.featured-card .badge {
    background-color: var(--spinrank-red) !important;
    color: var(--spinrank-white);
}


.comparison-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-table th,
.comparison-table td {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.comparison-table th:last-child,
.comparison-table td:last-child {
    border-right: none;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
    border-bottom: none;
}

.sticky-top-table-header {
    position: sticky;
    top: 0;
    z-index: 10;
}

.sticky-top-table-header th {
    background-color: var(--spinrank-dark-grey);
    color: var(--spinrank-white);
    border-bottom: 2px solid var(--spinrank-red);
}


.criteria-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.criteria-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.criteria-card h4 {
    color: var(--spinrank-red);
}


.disclaimer-section {
    background-color: var(--spinrank-warning-dark); 
    color: var(--spinrank-white);
}

.disclaimer-content {
    border: 2px solid var(--spinrank-red);
    background-color: rgba(0, 0, 0, 0.4); 
}

.disclaimer-content .text-red {
    color: var(--spinrank-red) !important;
}


.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .policy-links a:hover {
    color: var(--spinrank-red) !important;
}

.footer-img-container {
    gap: 15px; 
}

.footer-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px; 
    flex-shrink: 0; 
}

.footer-logo {
    max-width: 140px; 
    max-height: 100%;
    object-fit: contain;
}

.footer-logo-18plus {
    max-width: 60px; 
    max-height: 100%;
    object-fit: contain;
    filter: saturate(1.5) hue-rotate(-20deg); 
}


.cookie-banner {
    z-index: 1050;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-banner p {
    color: var(--spinrank-light-grey);
}

.cookie-banner .btn-red {
    min-width: 100px;
}


.modal-content {
    border: 1px solid var(--spinrank-red);
}

.modal-header, .modal-footer {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.form-check-label {
    color: var(--spinrank-white);
}

.form-check-input:checked {
    background-color: var(--spinrank-red);
    border-color: var(--spinrank-red);
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(230, 0, 0, 0.25);
}


.btn {
    text-decoration: none !important;
}


@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
    .responsible-gaming-text {
        font-size: 0.75rem;
    }
    .section-title {
        font-size: 2rem;
    }
    .footer-img-container {
        flex-direction: column;
        align-items: center;
    }
    .footer-logo-link, .footer-logo-18plus {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .footer-img-container {
        flex-direction: row;
    }
}


.lawMatrixNode {
  margin-top: 1.5rem; 
  margin-inline: 1rem; 
  
}


.lawMatrixNode h1 {
  font-size: 1.8rem; 
  font-weight: 700; 
  line-height: 1.2; 
  margin-top: 2rem; 
  margin-bottom: 1rem; 
}


.lawMatrixNode h2 {
  font-size: 1.5rem; 
  font-weight: 600; 
  line-height: 1.3;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
}


.lawMatrixNode h3 {
  font-size: 1.3rem; 
  font-weight: 600;
  line-height: 1.4;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}


.lawMatrixNode h4 {
  font-size: 1.15rem; 
  font-weight: 500; 
  line-height: 1.5;
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
}


.lawMatrixNode h5 {
  font-size: 1rem; 
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
}


.lawMatrixNode p {
  font-size: 1rem; 
  line-height: 1.6; 
  margin-top: 0; 
  margin-bottom: 1rem; 
}


.lawMatrixNode ul {
  list-style-type: disc; 
  margin-top: 1rem; 
  margin-bottom: 1rem; 
  padding-left: 1.5rem; 
}


.lawMatrixNode li {
  font-size: 1rem; 
  line-height: 1.6; 
  margin-bottom: 0.5rem; 
}


.lawMatrixNode p:last-child,
.lawMatrixNode ul:last-child,
.lawMatrixNode ol:last-child {
  margin-bottom: 0;
}
  #ageVerificationOverlay {
    display: none; 
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    align-items: center;
    justify-content: center;
  }

  .age-verification-content {
    background: #222;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
  }