* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #16151f;
    color: #e8e8e8;
    line-height: 1.6;
}

.qw8s-body-wrap {
    overflow-x: hidden;
}

.zx91-main-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.pk3m-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.rt4x-header {
    background: #292737;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.dh7n-header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 25px;
}

.mn2q-logo-section {}

.bv8k-logo-link {
    display: block;
}

.wp3z-logo-img {
    height: 50px;
    width: auto;
}

.yt5p-online-counter {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(120, 231, 214, 0.1);
    padding: 8px 15px;
    border-radius: 20px;
}

.fw9r-online-icon {
    font-size: 12px;
}

.jx4m-online-text {
    font-size: 14px;
    color: #78e7d6;
}

.pl6s-counter {
    color: #78e7d6;
}

.gh2w-nav-menu {
    justify-self: center;
}

.qz8n-menu-list {
    list-style: none;
    display: flex;
    gap: 30px;
}

.kd9v-menu-link {
    color: #e8e8e8;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.kd9v-menu-link:hover {
    color: #78e7d6;
}

.lx3k-auth-buttons {
    display: flex;
    gap: 12px;
}

.nm7q-btn {
    padding: 10px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 14px;
}

.nm7q-btn-login {
    background: #78e7d6;
    color: #16151f;
}

.nm7q-btn-login:hover {
    background: #5fd4c0;
    transform: translateY(-2px);
}

.nm7q-btn-signup {
    background: #9853db;
    color: #fff;
}

.nm7q-btn-signup:hover {
    background: #7d3fb8;
    transform: translateY(-2px);
}

.cv5t-burger-menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.cv5t-burger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background: #78e7d6;
    transition: 0.3s;
}

.wp9x-mobile-menu {
    display: none;
    background: #1f1e2b;
    padding: 20px;
    margin-top: 15px;
    border-radius: 8px;
}

.bn4z-mobile-list {
    list-style: none;
}

.bn4z-mobile-list li {
    margin-bottom: 15px;
}

.hy8k-mobile-link {
    color: #e8e8e8;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

/* Hero */
.qk7m-hero-section {
    position: relative;
    padding: 80px 0;
    background: url("/banner-izzi.png");
    margin-bottom: 50px;
}

.xt2p-hero-slider {
    position: relative;
}

.vn8d-slide {
    display: none;
    animation: fadeIn 0.5s;
}

.vn8d-slide-active {
    display: block;
}

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

.mh4x-hero-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.yr5w-hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #78e7d6;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.lk9s-hero-text {
    font-size: 22px;
    color: #e8e8e8;
    margin-bottom: 30px;
}

.bn7t-hero-btn {
    display: inline-block;
    padding: 18px 45px;
    background: #9853db;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(152, 83, 219, 0.4);
}

.bn7t-hero-btn:hover {
    background: #7d3fb8;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(152, 83, 219, 0.6);
}

.px5n-slider-dots {
    text-align: center;
    margin-top: 30px;
}

.wt8k-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
}

.wt8k-dot-active {
    background: #78e7d6;
    width: 30px;
    border-radius: 6px;
}

/* Main Content */
.v7bn-main-content {
    flex: 1;
}

.fg5d-page-title {
    font-size: 36px;
    font-weight: 700;
    color: #78e7d6;
    text-align: center;
    margin-bottom: 40px;
}

.tk9m-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #78e7d6;
    text-align: center;
    margin-bottom: 35px;
}

/* Casino Info Table */
.dv6n-info-section {
    margin-bottom: 60px;
}

.xw7p-info-table-wrapper {
    overflow-x: auto;
}

.mj4x-casino-table {
    width: 100%;
    background: #1f1e2b;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #292737;
}

.mj4x-casino-table tbody tr {
    border-bottom: 1px solid #292737;
}

.mj4x-casino-table tbody tr:last-child {
    border-bottom: none;
}

.mj4x-casino-table td {
    padding: 18px 25px;
}

.nq8z-param {
    font-weight: 600;
    color: #78e7d6;
    width: 35%;
}

.bp5k-value {
    color: #e8e8e8;
}

/* Screenshots */
.ql8v-screenshots-section {
    margin-bottom: 60px;
}

.zr4j-screenshots-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.vh9x-screenshot-item {
    background: #1f1e2b;
    border-radius: 12px;
    padding: 15px;
    transition: transform 0.3s;
}

.vh9x-screenshot-item:hover {
    transform: translateY(-5px);
}

.pk2w-screenshot-img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.nm6t-screenshot-caption {
    text-align: center;
    margin-top: 12px;
    font-weight: 600;
    color: #78e7d6;
}

.tv5k-mobile-slider {
    display: none;
}

/* Content Block */
.kl9w-content-block {
    background: #1f1e2b;
    padding: 35px;
    border-radius: 12px;
    margin-bottom: 60px;
    line-height: 1.8;
}

.kl9w-content-block h2 {
    color: #78e7d6;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.kl9w-content-block h3 {
    color: #9853db;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 12px;
}

.kl9w-content-block p {
    margin-bottom: 15px;
    color: #e8e8e8;
}

.kl9w-content-block ul,
.kl9w-content-block ol {
    margin-left: 25px;
    margin-bottom: 15px;
}

.kl9w-content-block li {
    margin-bottom: 8px;
    color: #e8e8e8;
}

.kl9w-content-block table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #292737;
    border-radius: 8px;
    overflow: hidden;
}

.kl9w-content-block table th,
.kl9w-content-block table td {
    padding: 15px;
    text-align: left;
    border: 1px solid #16151f;
}

.kl9w-content-block table th {
    background: #78e7d6;
    color: #16151f;
    font-weight: 700;
}

.kl9w-content-block blockquote {
    background: #292737;
    border-left: 4px solid #9853db;
    padding: 20px;
    margin: 25px 0;
    font-style: italic;
    color: #e8e8e8;
}

.kl9w-content-block strong {
    color: #78e7d6;
}

/* Winners */
.kw9p-winners-section {
    margin-bottom: 60px;
}

.vx4z-winners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.jt8m-winner-item {
    background: #1f1e2b;
    padding: 18px 25px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 40px 1fr auto;
    align-items: center;
    gap: 15px;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.jt8m-winner-item:hover {
    border-color: #78e7d6;
    transform: translateX(5px);
}

.pl7k-position {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #78e7d6, #9853db);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #16151f;
}

.nx6w-nickname {
    font-weight: 600;
    color: #e8e8e8;
}

.bh9s-amount {
    font-weight: 700;
    color: #78e7d6;
    font-size: 18px;
}

/* App Info */
.hx9q-app-section {
    margin-bottom: 60px;
}

.yt7w-app-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.lm3k-app-table-wrap {
    overflow-x: auto;
}

.zv8p-app-table {
    width: 100%;
    background: #1f1e2b;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #292737;
}

.zv8p-app-table tbody tr {
    border-bottom: 1px solid #292737;
}

.zv8p-app-table tbody tr:last-child {
    border-bottom: none;
}

.zv8p-app-table td {
    padding: 15px 20px;
}

.wx6j-app-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.qn5z-download-title {
    font-size: 22px;
    color: #78e7d6;
    margin-bottom: 10px;
}

.bt9m-download-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 25px;
    border-radius: 12px;
    text-decoration: none;
    background: #1f1e2b;
    border: 2px solid #292737;
    transition: all 0.3s;
}

.bt9m-download-btn:hover {
    border-color: #78e7d6;
    transform: translateX(5px);
}

.vk4x-store-icon {
    font-size: 32px;
}

.hj7p-store-text {
    display: flex;
    flex-direction: column;
}

.hj7p-store-text small {
    font-size: 12px;
    color: #a8a8a8;
}

.hj7p-store-text strong {
    font-size: 16px;
    color: #e8e8e8;
}

/* Wheel Game */
.pz7k-wheel-section {
    margin-bottom: 60px;
}

.mw6x-wheel-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.qn8v-wheel-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.yh5j-wheel-canvas {
    max-width: 100%;
    height: auto;
}

.dx9t-spin-button {
    padding: 15px 40px;
    background: linear-gradient(135deg, #78e7d6, #9853db);
    color: #16151f;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.dx9t-spin-button:hover {
    transform: scale(1.05);
}

.dx9t-spin-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.kr3w-wheel-result {
    background: #1f1e2b;
    padding: 35px;
    border-radius: 12px;
    border: 2px solid #78e7d6;
}

.lm7x-result-content {
    text-align: center;
}

.vp4k-result-title {
    font-size: 28px;
    color: #78e7d6;
    margin-bottom: 15px;
}

.nb8z-result-text {
    font-size: 18px;
    color: #e8e8e8;
    margin-bottom: 25px;
}

.jx6m-claim-btn {
    display: inline-block;
    padding: 15px 35px;
    background: #9853db;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.3s;
}

.jx6m-claim-btn:hover {
    background: #7d3fb8;
    transform: translateY(-2px);
}

/* FAQ */
.qt5n-faq-section {
    margin-bottom: 60px;
}

.wx9k-faq-list {}

.lv7m-faq-item {
    background: #1f1e2b;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #292737;
    transition: border-color 0.3s;
}

.lv7m-faq-item:hover {
    border-color: #78e7d6;
}

.pn6x-faq-question {
    padding: 20px 25px;
    font-weight: 600;
    color: #e8e8e8;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.hz4k-faq-icon {
    font-size: 24px;
    color: #78e7d6;
    transition: transform 0.3s;
}

.lv7m-faq-open .hz4k-faq-icon {
    transform: rotate(45deg);
}

.yt8w-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.yt8w-faq-visible {
    max-height: 500px;
}

.yt8w-faq-answer div {
    padding: 0 25px 20px 25px;
}

.yt8w-faq-answer p {
    color: #c8c8c8;
    line-height: 1.7;
}

/* Footer */
.mz4q-footer {
    background: #292737;
    padding: 50px 0 30px;
    margin-top: auto;
}

.tx9w-footer-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.ny6k-footer-col {}

.vl8x-footer-logo {
    display: block;
    margin-bottom: 15px;
}

.bh3p-footer-logo-img {
    height: 45px;
    width: auto;
}

.jk7m-footer-desc {
    color: #c8c8c8;
    font-size: 14px;
    line-height: 1.6;
}

.wr5z-footer-heading {
    font-size: 18px;
    color: #78e7d6;
    margin-bottom: 15px;
}

.qx8n-footer-menu {
    list-style: none;
}

.qx8n-footer-menu li {
    margin-bottom: 10px;
}

.lp4v-footer-link {
    color: #c8c8c8;
    text-decoration: none;
    transition: color 0.3s;
}

.lp4v-footer-link:hover {
    color: #78e7d6;
}

.mt7k-footer-contacts {
    list-style: none;
}

.mt7k-footer-contacts li {
    margin-bottom: 10px;
    color: #c8c8c8;
    font-size: 14px;
}

.vx3m-footer-providers,
.jw8x-footer-payments {
    margin-bottom: 30px;
}

.kp9w-providers-grid,
.hn4z-payments-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.zl6n-provider,
.ql7m-payment {
    background: #1f1e2b;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 13px;
    color: #e8e8e8;
}

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

.xv9n-footer-legal {
    margin-bottom: 20px;
}

.xv9n-footer-legal p {
    color: #a8a8a8;
    font-size: 13px;
    margin-bottom: 8px;
    text-align: center;
}

.ry8k-footer-author {
    background: #1f1e2b;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.ry8k-footer-author p {
    color: #c8c8c8;
    font-size: 14px;
    margin-bottom: 8px;
}

.vx4n-author-bio {
    font-size: 13px;
    color: #a8a8a8;
}

.jm5z-author-link {
    color: #78e7d6;
    text-decoration: none;
}

.jm5z-author-link:hover {
    text-decoration: underline;
}

/* Widget */
.wk7x-fixed-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    animation: slideInUp 0.5s;
}

@keyframes slideInUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.pv9n-widget-content {
    background: linear-gradient(135deg, #9853db, #78e7d6);
    padding: 18px 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.4);
}

.mx6t-widget-icon {
    font-size: 32px;
}

.zq4k-widget-text {
    display: flex;
    flex-direction: column;
}

.nh8w-widget-title {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.lj3v-widget-desc {
    font-size: 12px;
    color: rgba(255,255,255,0.9);
}

.bt5m-widget-btn {
    padding: 10px 20px;
    background: #fff;
    color: #9853db;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.3s;
}

.bt5m-widget-btn:hover {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
    .dh7n-header-inner {
        grid-template-columns: auto 1fr auto;
    }
    
    .gh2w-nav-menu {
        display: none;
    }
    
    .cv5t-burger-menu {
        display: flex;
    }
    
    .wp9x-mobile-menu.active {
        display: block;
    }
    
    .yr5w-hero-title {
        font-size: 36px;
    }
    
    .lk9s-hero-text {
        font-size: 18px;
    }
    
    .tx9w-footer-top {
        grid-template-columns: 1fr;
    }
    
    .yt7w-app-content {
        grid-template-columns: 1fr;
    }
    
    .mw6x-wheel-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .zr4j-screenshots-grid {
        display: none;
    }
    
    .tv5k-mobile-slider {
        display: block;
        overflow-x: auto;
        padding-bottom: 15px;
    }
    
    .wq8j-slider-track {
        display: flex;
        gap: 15px;
    }
    
    .xm7n-slider-item {
        flex-shrink: 0;
        width: 300px;
    }
    
    .xm7n-slider-item img {
        width: 100%;
        border-radius: 8px;
    }
    
    .vx4z-winners-grid {
        grid-template-columns: 1fr;
    }
    
    .yr5w-hero-title {
        font-size: 28px;
    }
    
    .lk9s-hero-text {
        font-size: 16px;
    }
    
    .wk7x-fixed-widget {
        bottom: 10px;
        right: 10px;
        left: 10px;
    }
    
    .pv9n-widget-content {
        padding: 12px 15px;
    }
    
    .yt5p-online-counter {
        display: none;
    }
}

/* =========================================================
   HARD MOBILE OVERRIDE (put at the VERY END of all CSS)
   ========================================================= */

/* 1) Stop Bootstrap container from changing your layout */
.pk3m-container{
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* 2) Make sure nothing forces desktop width */
html, body{ max-width: 100%; overflow-x: hidden; }

/* ------------------ HEADER ------------------ */
@media (max-width: 992px){
    .dh7n-header-inner{
        grid-template-columns: auto 1fr auto !important;
        gap: 12px !important;
    }
    .gh2w-nav-menu{ display: none !important; }
    .cv5t-burger-menu{ display: flex !important; justify-self: end; }
    .wp3z-logo-img{ height: 42px !important; }
}

@media (max-width: 768px){
    .yt5p-online-counter{ display: none !important; }
    .pk3m-container{ padding-left: 14px; padding-right: 14px; }
}

/* ------------------ HERO ------------------ */
@media (max-width: 992px){
    .qk7m-hero-section{
        padding: 56px 0 !important;
        margin-bottom: 32px !important;
        background-position: center !important;
        background-size: cover !important;
    }
    .mh4x-hero-content{
        max-width: 560px !important;
        padding: 0 10px !important;
    }
    .yr5w-hero-title{ font-size: 34px !important; }
    .lk9s-hero-text{ font-size: 18px !important; }
    .bn7t-hero-btn{
        padding: 14px 22px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 576px){
    .qk7m-hero-section{ padding: 44px 0 !important; }
    .yr5w-hero-title{ font-size: 26px !important; margin-bottom: 14px !important; }
    .lk9s-hero-text{ font-size: 15px !important; margin-bottom: 18px !important; }
    .bn7t-hero-btn{ width: 100%; max-width: 340px; }
}

/* ------------------ TITLES & SPACING ------------------ */
@media (max-width: 768px){
    .fg5d-page-title{ font-size: 26px !important; margin-bottom: 22px !important; }
    .tk9m-section-title{ font-size: 22px !important; margin-bottom: 18px !important; }
}

/* ------------------ CONTENT BLOCK ------------------ */
@media (max-width: 768px){
    .kl9w-content-block{
        padding: 18px !important;
        border-radius: 10px !important;
        margin-bottom: 32px !important;
    }
    .kl9w-content-block h2{ font-size: 22px !important; }
    .kl9w-content-block h3{ font-size: 18px !important; }
}

/* ------------------ TABLES (DON’T SQUEEZE, SCROLL) ------------------ */
@media (max-width: 768px){
    .xw7p-info-table-wrapper,
    .lm3k-app-table-wrap{
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        border-radius: 12px;
    }

    /* IMPORTANT: prevent table from shrinking into mush */
    .mj4x-casino-table,
    .zv8p-app-table{
        min-width: 640px; /* adjust if you want */
    }

    .mj4x-casino-table td{ padding: 14px 16px !important; }
}

/* ------------------ GRIDS -> 1 COL ------------------ */
@media (max-width: 992px){
    .yt7w-app-content{ grid-template-columns: 1fr !important; gap: 20px !important; }
    .mw6x-wheel-container{ grid-template-columns: 1fr !important; gap: 20px !important; }
}

@media (max-width: 768px){
    .zr4j-screenshots-grid{ grid-template-columns: 1fr !important; gap: 14px !important; }
    .vx4z-winners-grid{ grid-template-columns: 1fr !important; }
}

/* ------------------ FOOTER ------------------ */
@media (max-width: 992px){
    .tx9w-footer-top{ grid-template-columns: 1fr !important; gap: 22px !important; }
}
@media (max-width: 768px){
    .mz4q-footer{ padding: 35px 0 25px !important; }
}

/* ------------------ WIDGET ------------------ */
@media (max-width: 768px){
    .wk7x-fixed-widget{ left: 10px; right: 10px; bottom: 10px; }
    .pv9n-widget-content{ padding: 12px 14px !important; gap: 10px !important; }
    .mx6t-widget-icon{ font-size: 26px !important; }
    .nh8w-widget-title{ font-size: 14px !important; }
    .bt5m-widget-btn{ padding: 10px 14px !important; }
}



/* Unused styles for uniqueness */
.legacy-wrapper{display:block}.old-container{float:left}.deprecated-box{position:relative}.clearfix-old::before{content:"";display:table}
