/* CSS Variables */
:root {
  /*Design System Color*/
  --base-900: #04060a;
  --base-800: #0e1014;
  --base-700: #15171c;
  --base-700-rgb: 21, 23, 28;
  --base-600: #1c1f26;
  --base-500: #252830;
  --base-400: #2e313b;
  --base-300: #78797d;
  --base-200: #a0a1a3;
  --base-100: #c2c3c4;
  --base-50: #f0f0f0;
  --base-0: #ffffff;
  --paragraph-dark-main-text: #ececec;
  --accent-red: #ff1716;
  --accent-orange: #ed8c20;
  --accent-yellow: #ffd805;
  --accent-gold: #f5c54f;
  --gradient-progress: linear-gradient(90deg, #6606ba 0%, #49bfff 100%);
  --gradient-stroke: linear-gradient(180deg, #24fde7 0%, #2d249c 100%);
  --gradient-modal: linear-gradient(180deg, #3a1c7a 0%, #1e1739 100%);
  --gradient-seo: linear-gradient(
    to bottom,
    transparent 20%,
    rgba(var(--base-700-rgb), 0.8) 60%,
    rgba(var(--base-700-rgb), 0.97) 80%,
    rgb(var(--base-700-rgb)) 100%
  );
  --brand-dark: var(--accent-gold);
  --brand-main: linear-gradient(180deg, #f5c54f 0%, #ed8c20 100%);
  --brand-light: var(--accent-gold);
  --interaction-primary-dark: linear-gradient(180deg, #e3b139 0%, #cc720e 100%);
  --interaction-primary-main: linear-gradient(180deg, #f5c54f 0%, #ed8c20 100%);
  --interaction-primary-light: linear-gradient(180deg, #ffdd8a 0%, #ffa94a 100%);
  --interaction-secondary-dark: #08090c;
  --interaction-secondary-main: #12141a;
  --interaction-secondary-light: #2f323b;
  --interaction-delete-dark: linear-gradient(180deg, #e01110 0%, #8a1d07 100%);
  --interaction-delete-main: linear-gradient(180deg, #ff1716 0%, #a8260c 100%);
  --interaction-delete-light: linear-gradient(180deg, #ff5d5c 0%, #fc2423 100%);
  --brand-base-filter: brightness(0) saturate(100%) invert(70%) sepia(6%) saturate(82%) hue-rotate(182deg)
    brightness(91%) contrast(92%);
  --brand-main-filter: brightness(0) saturate(100%) invert(99%) sepia(96%) saturate(4762%) hue-rotate(317deg)
    brightness(100%) contrast(93%);
  --brand-secondary-dark: transparent;
  --brand-secondary-light: transparent;
  --disabled: #454545;
  --disabled-dark: #262626;
  --disabled-light: #646464;
  --surface-yellow-gold: linear-gradient(270deg, #f5c550 -0.04%, #ed8c20 100%);
  --surface-sunset-orange: linear-gradient(180deg, #ffe601 26.6%, #ff0b16 114.91%);
  --surface-fire-red: radial-gradient(
    119.92% 106.39% at 90% 95%,
    #a8260c 0%,
    #750c14 30.48%,
    #200a0e 80%,
    #08090c 100%
  );
  --outline-gradient-orange: linear-gradient(
    180deg,
    rgba(255, 123, 36, 0.5) 0%,
    rgba(179, 165, 119, 0) 48%,
    rgba(62, 58, 43, 0) 100%,
    rgba(25, 25, 25, 0) 100%
  );
  --outline-gradient-light-yellow: linear-gradient(180deg, #1f1e1e 0%, #b3a577 48%, #3e3a2b 74%, #191919 100%);
  --outline-gradient-fire-red: radial-gradient(259.18% 112.59% at 94.88% 78.53%, #ffe101 30%, #ff0f1a 100%);
  --outline-gradient-fire-red-title: radial-gradient(88.76% 253.85% at 94.88% 78.53%, #ffe101 30%, #ff0f1a 100%);
  --outline-gradient-fire-red-title-vertical: linear-gradient(190deg, #ffe601 26.6%, #ff0b16 114.91%);
  --outline-gradient-fire-blood-red: linear-gradient(180deg, #a8260c 0%, #750c14 30.48%, #200a0e 80%, #08090c 100%);
  --system-information-dark: #116cd4;
  --system-information: #2189ff;
  --system-information-light: #80bbff;
  --system-danger: #f33336;
  --system-danger-dark: #b42222;
  --system-danger-light: #fb7d7d;
  --system-success: #28e838;
  --system-success-dark: #18c726;
  --system-success-light: #7bf585;
  --system-warning: #ff8f2e;
  --system-warning-dark: #d96c0d;
  --system-warning-light: #ffbb80;
  --system-warning-main: #ff6e2b;
  --system-error-main: #fb2f2f;

  /*fonts*/
  --font-noto-sans: "Noto Sans", "Noto Sans Fallback";
  --font-montserrat: "Montserrat", "Montserrat Fallback";
  --font-poppins: "Poppins", "Poppins Fallback";
  --font-secondary: var(--font-noto-sans);
  --font-main: var(--font-montserrat);
  --modal-tablet-with: 767px;
  --modal-desktop-with: 1216px;
  --modal-z-index: 105;
  --modal-overlay-z-index: 100;

  /*ui*/
  --button-border-radius: 8px;
  --sidebar-padding: 12px;
  --sidebar-menu-item-padding: 6px;
  --sidebar-menu-item-radius: 8px;
  --sidebar-menu-item-collapsed-radius: 50%;
  --sidebar-menu-item-collapsed-width: 34px;
  --sidebar-menu-item-collapsed-height: 34px;
  --sidebar-menu-items-gap: 4px;
  --mobile-menu-padding: 12px;
  --mobile-menu-header-padding: 0;
  --bottom-navigation-width: 100%;
  --bottom-navigation-bottom: 0;
  --bottom-navigation-translateX: 0;
  --bottom-navigation-raduis: 0;
  --bottom-navigation-background-color: var(--base-800);
  --bottom-navigation-border-color: transparent;
  --header-background: var(--base-800);
  --avatar-border-radius: 50%;
  --body-background-color: #04060a;
  --offer-height: 24px;
}

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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: var(--body-background-color);
    color: #ffffff;
    line-height: 1.5;
    padding-top: 60px; /* header height */
    padding-bottom: 0px;
    /* Will be adjusted by media query for bottom nav space */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    cursor: pointer;
    background: transparent;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Header */
.header {
    background-color: #1a1a1a;
    padding: 10px 0;
    position: fixed;
    top: 0; /* no top-info-bar */
    left: 0;
    right: 0;
    z-index: 1001;
    border-bottom: 1px solid #333;
    height: 60px;
}

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

.burger-menu {
    display: none;
    color: #fff;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 36px;
    width: auto;
}

/* Show desktop logo by default, hide mobile logo */
.logo-mobile {
    display: none;
}

.logo-desktop {
    display: block;
}

.header-actions {
    display: flex;
    gap: 10px;
}

.btn {
    padding: 8px 16px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 4px;
    white-space: nowrap;
}

.btn-primary {
    background: #ffa500;
    color: #000;
}

.btn-secondary {
    border: 1px solid #fff;
    color: #fff;
}

/* sidebar - Default (mobile first) */
.main-layout {
    display: flex;
    min-height: calc(100vh - 60px);
    padding-left: 0;
    transition: padding-left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Add padding for sidebar on desktop */
@media (min-width: 1025px) {
    .main-layout {
        padding-left: 240px;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    
    .main-layout.sidebar-collapsed {
        padding-left: 50px;
    }
    
    /* Content should take full available width on desktop */
    .content {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 auto !important;
        padding: 20px 0 !important;
        margin: 0 !important;
        min-width: 0 !important;
    }
    
    .content > * {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Sections should take full width without restrictions */
    .content .games-section,
    .content .providers-section,
    .content .seo-text-section,
    .content .faq-section {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }
    
    .content .hero-banner {
        width: calc(100% - 40px) !important;
        max-width: calc(100% - 40px) !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
        box-sizing: border-box !important;
    }
}

/* Ensure sidebar is visible on desktop */
@media (min-width: 1025px) {
    .sidebar {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: fixed !important;
        top: 60px !important;
        left: 0 !important;
        width: 240px !important;
        height: calc(100vh - 60px) !important;
        flex-direction: column !important;
        border-right: 1px solid #2a2a2a !important;
        overflow: visible !important;
        transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
    
    .sidebar .mobile-menu-trigger,
    .sidebar .mobile-bottom-nav-item {
        display: none !important;
    }
    
    .sidebar .nav-item,
    .sidebar .sidebar-search {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .sidebar .nav-link:not(.mobile-menu-trigger):not(.mobile-bottom-nav-item) {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .sidebar-links {
        display: flex !important;
        flex-direction: column !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .sidebar .nav-text,
    .sidebar .nav-arrow,
    .sidebar .nav-icon {
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Collapsed sidebar state on desktop - icons only */
    .sidebar.collapsed {
        width: 50px !important;
    }
}

.sidebar {
    /* Hidden by default (mobile first) */
    width: 0;
    background: #15171e;
    border-right: none;
    position: fixed;
    top: 60px; /* header height */
    left: 0;
    height: calc(100vh - 60px);
    flex-shrink: 0;
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 999;
    transition: none;
    visibility: hidden;
    opacity: 0;
    background-color: #15171e;
}

/* Remove transition for width on mobile to avoid strange animation */
@media (max-width: 1024px) {
    .sidebar {
        transition: none !important;
    }
}

/* Ensure sidebar-links is visible on desktop */
.sidebar-links {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: visible;
    opacity: 1;
}

/* Collapsed sidebar state (icons only) */
.sidebar.collapsed {
    width: 50px;
}

.sidebar.collapsed .sidebar-links {
    padding: 20px 0;
    align-items: center;
    transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar.collapsed .nav-link {
    justify-content: center;
    padding: 12px 0;
    position: relative;
    transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar.collapsed .nav-icon {
    margin-right: 0;
}

.sidebar.collapsed .nav-text {
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar.collapsed .nav-arrow {
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar.collapsed .nav-submenu {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: none !important;
}

.sidebar.collapsed .sidebar-search {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: none;
}

.sidebar.collapsed .sidebar-collapse-btn {
    left: 50%;
    transform: translateX(-50%);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar.collapsed .sidebar-collapse-btn svg {
    transform: rotate(180deg);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Smooth appearance/disappearance of elements when expanding */
.sidebar .nav-text,
.sidebar .nav-arrow,
.sidebar .nav-submenu,
.sidebar .sidebar-search {
    transition: opacity 0.3s ease, width 0.4s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hide mobile elements on desktop */
.mobile-side-menu {
    display: none;
}

.sidebar .mobile-menu-trigger,
.sidebar .mobile-bottom-nav-item {
    display: none;
}


.sidebar-search {
    position: relative;
    margin: 0 20px 15px 20px;
}

.search-input {
    width: 100%;
    padding: 10px 40px 10px 12px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    color: #9ca3af;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
}

.search-input:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.search-input::placeholder {
    color: #6b7280;
}

.search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    pointer-events: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-icon svg {
    width: 100%;
    height: 100%;
}

.nav-link {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #9ca3af;
    transition: 0.2s;
}

.nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.nav-icon {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nav-icon svg,
.nav-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-text {
    font-size: 14px;
    font-weight: 500;
    flex: 1;
}

.nav-item {
    position: relative;
}

.nav-link-parent {
    position: relative;
}

.nav-arrow {
    color: #ffa500;
    font-size: 10px;
    margin-left: auto;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-item.expanded .nav-arrow {
    transform: rotate(180deg);
}

.nav-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-item.expanded .nav-submenu {
    max-height: 1000px;
}

.nav-link-child {
    padding-left: 52px;
    font-size: 13px;
}

.nav-link-child .nav-icon {
    width: 18px;
    height: 18px;
}

.nav-item:not(:last-child) .nav-submenu::after {
    content: '';
    display: block;
    height: 1px;
    background: #2a2a2a;
    margin: 8px 20px 0;
}

/* Content */
.content {
    flex: 1 1 auto;
    padding: 20px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* Remove width restrictions for inner content elements */
.content > * {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Content should take full available width */
.content .container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Sections should take full available width */
.games-section {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* SEO Text Section - unified block with text and table */
.seo-text-section {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.seo-text-section .text-content {
    z-index: 3;
    opacity: 1;
    width: 100%;
    font-family: var(--font-secondary);
    color: var(--base-200);
    letter-spacing: 0;
    background-color: var(--base-700);
    border-radius: 12px;
    flex-direction: column;
    margin-top: 24px;
    padding: 16px 16px 8px;
    font-size: 14px;
    line-height: 1.45;
    transition: all 0.3s linear;
    display: flex;
    position: relative;
    overflow-x: visible;
    box-sizing: border-box;
}

/* Automatic table wrapper in .text-content */
.seo-text-section .text-content table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px;
    margin-top: 15px;
}

.seo-text-section .text-content th,
.seo-text-section .text-content td {
    padding: 8px;
    border: 1px solid #333;
    text-align: left;
    font-size: 14px;
}

.seo-text-section .text-content th {
    background: #2a2a2a;
    color: var(--base-0);
}

.seo-text-section .text-content td {
    color: var(--base-200);
}


/* FAQ Section - separate block */
.faq-section {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.faq-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--accent-orange);
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0;
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: var(--base-600);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.2s ease;
}

.faq-question:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.faq-question-text {
    flex: 1;
    color: var(--base-0);
    font-size: 16px;
    font-weight: 400;
    margin-right: 16px;
}

.faq-icon {
    flex-shrink: 0;
    color: var(--accent-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 20px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 20px 16px 20px;
}

.faq-answer p {
    font-size: 14px;
    color: var(--base-200);
    line-height: 1.6;
    margin: 0;
    padding-top: 8px;
}

/* Mobile Adaptation */
@media (max-width: 768px) {
    .faq-section {
        padding: 0 16px;
    }

    .faq-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .faq-accordion {
        gap: 10px;
    }

    .faq-question {
        padding: 14px 16px;
    }

    .faq-question-text {
        font-size: 14px;
    }

    .faq-answer {
        padding: 0 16px;
    }

    .faq-item.active .faq-answer {
        padding: 0 16px 14px 16px;
    }
}

/* Providers Section */
.providers-section {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.providers-section .providers-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 40px 20px 44px;
    min-height: auto;
}

.providers-section .providers-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

/* Hero Banner */
.hero-banner {
    margin-bottom: 30px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    min-height: 359px;
    display: flex;
    align-items: flex-start;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a1a1a 100%);
}

.hero-content {
    position: relative;
    z-index: 3;
    padding: 40px 30px 40px 40px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 100%;
    box-sizing: border-box;
}

.hero-text {
    flex: 0 1 auto;
    max-width: 730px;
    min-width: 600px;
    position: relative;
    z-index: 3;
    padding-left: 0;
}

@media (max-width: 600px) {
    .hero-text {
        min-width: 0;
        max-width: 100%;
    }
}

.title {
    font-family: "Montserrat", "Inter", system-ui, sans-serif;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 50px;
    line-height: 1.15;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
}

.title-line {
    display: block;
    background: linear-gradient(90deg, #ff1b1b 0%, #ff6a00 55%, #ffe600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: var(--base-800);
    white-space: nowrap;
}

@media (max-width: 600px) {
    .title-line {
        white-space: normal;
    }
}

.hero-features {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.btn-hero {
    background: #ffa500;
    color: #000;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    display: inline-block !important;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-top: 20px;
    margin-bottom: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 10;
    visibility: visible !important;
    opacity: 1 !important;
}

.btn-hero:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 165, 0, 0.4);
}

.hero-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 50%;
    z-index: 1;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    overflow: clip;
    overflow-clip-margin: content-box;
    box-sizing: border-box;
}

.offer-text h1 {
    font-size: 24px;
    margin-bottom: 5px;
}

/* Grids */
.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
}

.provider-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Desktop: grid */
@media (min-width: 1025px) {
    .providers-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(214px, 1fr));
        gap: 16px;
    }

    .provider-card {
        width: 214px;
        height: 120px;
        padding: 32px 40px;
        background: #15171C;
        border-radius: 12px;
    }

    .provider-card img {
        width: 132px;
        height: 54px;
        object-fit: contain;
    }
}

@media (max-width: 1024px) {
    .providers-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 12px;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .providers-grid::-webkit-scrollbar {
        display: none;
    }

    .provider-card {
        flex: 0 0 214px;
        width: 214px;
        height: 120px;
        padding: 32px 40px;
        background: #15171C;
        border-radius: 12px;
        scroll-snap-align: start;
    }

    .provider-card img {
        width: 132px;
        height: 54px;
        object-fit: contain;
    }
}

.game-card {
    display: block;
    width: 100%;
    aspect-ratio: 148 / 190;
    overflow: hidden;
}

.game-card img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Extra Menu (Burger) - sliding side menu */
.menu-overlay {
    position: fixed;
    top: 60px; /* header height */
    left: -100%;
    width: 280px;
    height: calc(100vh - 60px);
    background: #15171e;
    z-index: 2000;
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    border-right: 1px solid #2a2a2a;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    display: none;
    flex-direction: column;
}

@media (max-width: 1024px) {
    .menu-overlay {
        display: block;
    }
}

.menu-overlay.active {
    left: 0;
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-content {
    background: transparent;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: auto;
    flex: 1;
}

.menu-search {
    position: relative;
    margin: 0 20px 15px 20px;
}

.menu-search .search-input {
    width: 100%;
    padding: 10px 40px 10px 12px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    color: #9ca3af;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
}

.menu-search .search-input:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.menu-search .search-input::placeholder {
    color: #6b7280;
}

.menu-search .search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    pointer-events: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-search .search-icon svg {
    width: 100%;
    height: 100%;
}

.menu-content a {
    display: block;
    padding: 12px 20px;
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s, background 0.2s;
}

.menu-content a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

/* Sidebar collapse button - close icon at the bottom of sidebar */
.sidebar-collapse-btn {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #ffa500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    transition: color 0.2s;
    z-index: 10;
}

.sidebar-collapse-btn:hover {
    background: transparent;
    border: none;
    color: #ffb84d;
}

.sidebar-collapse-btn svg {
    width: 24px;
    height: 24px;
}

.menu-collapse-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.mobile-collapse-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

/* Tables */
.table-responsive {
    overflow-x: auto;
    margin-top: 15px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px;
}

th,
td {
    padding: 8px;
    border: 1px solid #333;
    text-align: left;
    font-size: 14px;
}

th {
    background: #2a2a2a;
    color: var(--base-0);
}

td {
    color: var(--base-200);
}

/* Mobile table version - horizontal scroll */
@media (max-width: 1024px) {
    .table-responsive {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    
    .table-responsive::-webkit-scrollbar {
        height: 8px;
    }
    
    .table-responsive::-webkit-scrollbar-track {
        background: var(--base-600);
        border-radius: 4px;
    }
    
    .table-responsive::-webkit-scrollbar-thumb {
        background: var(--base-300);
        border-radius: 4px;
    }
    
    .table-responsive::-webkit-scrollbar-thumb:hover {
        background: var(--base-200);
    }
    
    table {
        min-width: 600px; /* Minimum width for 5 columns */
    }
    
    /* Automatic horizontal scroll for tables in .text-content */
    .seo-text-section .text-content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    
    .seo-text-section .text-content::-webkit-scrollbar {
        height: 8px;
    }
    
    .seo-text-section .text-content::-webkit-scrollbar-track {
        background: var(--base-600);
        border-radius: 4px;
    }
    
    .seo-text-section .text-content::-webkit-scrollbar-thumb {
        background: var(--base-300);
        border-radius: 4px;
    }
    
    .seo-text-section .text-content::-webkit-scrollbar-thumb:hover {
        background: var(--base-200);
    }
    
    .seo-text-section .text-content table {
        min-width: 600px; /* Minimum width for 5 columns */
    }
}

/* Footer */
.styles-module-scss-module__ev-Aia__wrapper {
    background: var(--base-800);
    z-index: 2;
    position: relative;
}

.styles-module-scss-module__ev-Aia__container {
    z-index: 1;
    max-width: 1622px;
    margin: 0 auto;
    padding: 32px 24px;
    position: relative;
}

/* Add margin for sidebar on desktop so footer starts after sidebar */
@media (min-width: 1025px) {
    .styles-module-scss-module__ev-Aia__wrapper {
        margin-left: 240px;
    }
    
    body:has(.main-layout.sidebar-collapsed) .styles-module-scss-module__ev-Aia__wrapper {
        margin-left: 50px;
    }
}

/* Payment Logos */
.styles-module-scss-module__ev-Aia__paymentLogos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 32px;
}

.styles-module-scss-module__ev-Aia__paymentLogos img {
    height: 40px;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.styles-module-scss-module__ev-Aia__paymentLogos img:hover {
    opacity: 1;
}

/* Divider */
.styles-module-scss-module__ev-Aia__divider {
    background: var(--base-400);
    width: 100%;
    height: 1px;
    margin: 32px auto;
}

@media (min-width: 1200px) {
    .styles-module-scss-module__ev-Aia__divider {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

/* Bottom Block with Links */
.styles-module-scss-module__ev-Aia__bottomBlock {
    flex-direction: column;
    gap: 40px;
    display: flex;
}

@media (max-width: 640px) {
    .styles-module-scss-module__ev-Aia__bottomBlock {
        gap: 32px;
    }
}

.styles-module-scss-module__ev-Aia__footerLinks {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 24px;
}

.styles-module-scss-module__ev-Aia__footerLinks a {
    color: var(--base-200);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}

.styles-module-scss-module__ev-Aia__footerLinks a:hover {
    color: var(--base-0);
}

/* License Text */
.styles-module-scss-module__ev-Aia__licenseText {
    margin-top: 24px;
    text-align: center;
    max-width: 100%;
}

.styles-module-scss-module__ev-Aia__licenseText p {
    color: var(--base-300);
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

@media (max-width: 640px) {
    .styles-module-scss-module__ev-Aia__licenseText {
        margin-top: 20px;
        text-align: left;
    }
    
    .styles-module-scss-module__ev-Aia__licenseText p {
        font-size: 11px;
    }
}

/* Mobile Adaptation for Payment Logos */
@media (max-width: 640px) {
    .styles-module-scss-module__ev-Aia__paymentLogos {
        flex-direction: row;
        justify-content: center;
        gap: 16px;
        margin-bottom: 24px;
    }
    
    .styles-module-scss-module__ev-Aia__paymentLogos img {
        height: 32px;
        flex: 0 0 auto;
    }
    
    .styles-module-scss-module__ev-Aia__footerLinks {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
        align-items: center;
        justify-content: center;
    }
    
    .styles-module-scss-module__ev-Aia__footerLinks a {
        font-size: 13px;
        white-space: nowrap;
    }
    
    .styles-module-scss-module__ev-Aia__container {
        padding: 24px 16px;
    }
    
    .styles-module-scss-module__ev-Aia__divider {
        margin: 24px auto;
    }
}

/* Mobile / Tablet Adaptation */
@media (max-width: 1024px) {
    body {
        padding-bottom: 58px;
        /* Space for bottom nav */
    }

    .header-content {
        padding: 0 15px;
    }

    .burger-menu {
        display: block;
    }

    /* Show burger for extra menu */

    /* Remove all left padding on mobile */
    body {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    
    .main-layout {
        padding-left: 0 !important;
        width: 100% !important;
        margin-left: 0 !important;
        max-width: 100% !important;
    }
    
    .content {
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px !important;
        margin: 0 !important;
        margin-left: 0 !important;
        padding-left: 20px !important;
        box-sizing: border-box !important;
    }
    
    .content > * {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .content .container {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 20px !important;
    }
    
    .hero-banner,
    .hero-content {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    
    .games-section,
    .seo-text-section {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
    }
    
    .seo-text-section .text-content {
        margin-top: 20px;
        padding: 16px;
    }
    
    .faq-section {
        width: 100% !important;
        max-width: 100% !important;
        margin: 30px 0 !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
    }
    

    .sidebar {
        /* Transform sidebar to bottom nav */
        position: fixed !important;
        bottom: 0 !important;
        top: auto !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: auto !important;
        border-right: none !important;
        border-top: 1px solid #2a2a2a !important;
        z-index: 1000 !important;
        flex-direction: row !important;
        background: #15171e !important;
        padding-bottom: env(safe-area-inset-bottom) !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: flex !important;
        transition: none !important; /* Remove transition on mobile */
    }

    .sidebar-links {
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        padding: 2px 0;
    }

    /* Hide search on mobile */
    .sidebar-search {
        display: none;
    }

    /* Hide collapse button in mobile bottom nav */
    .sidebar .sidebar-collapse-btn {
        display: none;
    }

    /* Hide desktop sidebar items in mobile */
    .sidebar .nav-item,
    .sidebar .nav-submenu,
    .sidebar .nav-link-parent .nav-arrow,
    .sidebar .nav-link:not(.mobile-menu-trigger):not(.mobile-bottom-nav-item) {
        display: none !important;
    }

    /* Show only mobile bottom nav items */
    .sidebar .nav-link:not(.mobile-menu-trigger):not(.mobile-bottom-nav-item) {
        display: none;
    }

    .sidebar .mobile-menu-trigger,
    .sidebar .mobile-bottom-nav-item {
        display: flex;
    }

    .nav-link {
        flex-direction: column;
        padding: 4px 5px;
        gap: 4px;
        flex: 1;
        justify-content: center;
        min-width: 0;
    }

    .nav-icon {
        margin-right: 0;
        width: 24px;
        height: 24px;
    }

    .nav-icon img,
    .nav-icon svg {
        width: 24px;
        height: 24px;
    }

    .nav-text {
        font-size: 11px;
        white-space: nowrap;
    }

    /* Mobile Side Menu - sliding side menu */
    .mobile-side-menu {
        display: block;
        position: fixed;
        top: 60px; /* header height */
        left: -100%;
        width: 280px;
        height: calc(100vh - 60px);
        background: #15171e;
        z-index: 999;
        transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
        border-right: 1px solid #2a2a2a;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    }

    .mobile-side-menu.active {
        left: 0;
        transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mobile-menu-content {
        padding: 20px 0 80px 0;
        flex: 1;
        overflow-y: auto;
    }

    .mobile-nav-link {
        flex-direction: row !important;
        padding: 12px 20px !important;
        gap: 12px;
        justify-content: flex-start !important;
    }

    .mobile-nav-link .nav-icon {
        margin-right: 12px;
        width: 20px;
        height: 20px;
    }

    .mobile-nav-link .nav-text {
        font-size: 14px;
    }

    .mobile-arrow {
        margin-left: auto;
        color: #9ca3af;
        font-size: 12px;
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mobile-nav-item.expanded .mobile-arrow {
        transform: rotate(180deg);
    }

    .mobile-submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mobile-nav-item.expanded .mobile-submenu {
        max-height: 1000px;
    }

    .mobile-submenu .nav-link-child {
        padding-left: 52px;
    }

    /* Horizontal scroll for content */
    .games-grid {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 10px;
        scrollbar-width: none;
    }

    .game-card {
        flex: 0 0 130px;
    }


    /* Hero Banner Responsive */
    .hero-banner {
        height: auto;
        min-height: 300px;
    }
    
    .hero-content {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        gap: 20px;
        padding: 30px 20px 30px 20px;
    }
    
    .hero-text {
        padding-left: 0;
        width: 100%;
    }
    
    .title {
        font-size: 38px;
    }
    
    .hero-text {
        max-width: 100%;
        min-width: 0;
    }

}

@media (max-width: 768px) {
    .hero-banner {
        min-height: 250px;
    }
    
    .title {
        font-size: 32px;
    }
    
    .hero-features {
        font-size: 14px;
    }
    
    .btn-hero {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .hero-content {
        padding: 20px 15px 20px 15px;
        text-align: left;
        align-items: flex-start;
    }
    
    .hero-text {
        padding-left: 0;
        width: 100%;
    }
}

@media (max-width: 445px) {
    .hero-banner {
        min-height: 220px;
    }
    
    .hero-content {
        padding: 20px 12px 20px 12px;
    }
    
    .title {
        font-size: 26px;
        line-height: 1.2;
        margin: 0 0 15px 0;
    }
    
    .title-line {
        white-space: normal;
        word-wrap: break-word;
    }
    
    .hero-features {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    
    .btn-hero {
        padding: 10px 20px;
        font-size: 13px;
        margin-top: 15px;
    }
    
    .hero-text {
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }
}

/* On screens below 470px show small logo without name */
@media (max-width: 470px) {
    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
        height: 36px;
        width: auto;
    }
}