/* Main Styles for Izzi Casino */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #16151f;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Container */
.c0nt41n3r {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.r0w {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.c0l-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

/* Header */
.h34d3r {
    background-color: #292737;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.h34d3r-c0nt3nt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h34d3r-l3ft {
    display: flex;
    align-items: center;
    gap: 40px;
}

.l0g0 {
    height: 40px;
    width: 70px
}

.d3skt0p-n4v .n4v-m3nu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
}

.d3skt0p-n4v .n4v-m3nu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.d3skt0p-n4v .n4v-m3nu a:hover {
    color: #78e7d6;
}

.h34d3r-r1ght {
    display: flex;
    align-items: center;
    gap: 20px;
}
.onl1n3-c0unt3r {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    background: rgba(120, 231, 214, 0.1);
    border-radius: 20px;
}
.onl1n3-d0t {
    width: 8px;
    height: 8px;
    background-color: #78e7d6;
    border-radius: 50%;
    animation: puls3 2s infinite;
}

@keyframes puls3 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.h34d3r-btns {
    display: flex;
    gap: 10px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

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

.btn-l0g1n:hover {
    background-color: #8ff0df;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(120, 231, 214, 0.4);
}

.btn-s1gnup {
    background: linear-gradient(135deg, #9853db 0%, #a065e8 100%);
    color: #ffffff;
}

.btn-s1gnup:hover {
    background: linear-gradient(135deg, #a065e8 0%, #b177f0 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(152, 83, 219, 0.4);
}

/* Burger Menu */
.burg3r-m3nu {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.burg3r-m3nu span {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    transition: all 0.3s;
    border-radius: 2px;
}
.burg3r-m3nu.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}
.burg3r-m3nu.active span:nth-child(2) {
    opacity: 0;
}
.burg3r-m3nu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.m0b1l3-m3nu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background-color: #292737;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.m0b1l3-m3nu.active {
    max-height: 400px;
}

.m0b1l3-n4v-l1st {
    list-style: none;
    padding: 0;
    margin: 0;
}

.m0b1l3-n4v-l1st li {
    margin-bottom: 15px;
}

.m0b1l3-n4v-l1st a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

/* Hero Section */
.h3r0-s3ct10n {
    background: url('/banner.png') center/cover;
    padding: 80px 0;
    margin-bottom: 30px;
}

.sl1d3r-wr4pp3r {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.sl1d3s {
    display: flex;
    transition: transform 0.5s ease;
}

.sl1d3 {
    min-width: 100%;
    padding: 60px 40px;
    text-align: center;
    display: none;
}
.sl1d3.active {
    display: block;
}

.sl1d3-t1tl3 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.sl1d3-t3xt {
    font-size: 20px;
    margin-bottom: 30px;
    color: #ffffff;
}

.btn-pr1m4ry {
    background: linear-gradient(135deg, #9853db 0%, #a065e8 100%);
    color: #ffffff;
    padding: 15px 40px;
    font-size: 18px;
}

.btn-l4rg3 {
    padding: 15px 40px;
    font-size: 18px;
}

.sl1d3r-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.3);
    border: none;
    color: #ffffff;
    font-size: 30px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 5px;
}

.sl1d3r-btn:hover {
    background: rgba(255,255,255,0.5);
}

.sl1d3r-btn.pr3v {
    left: 20px;
}

.sl1d3r-btn.n3xt {
    right: 20px;
}

.sl1d3r-d0ts {
    text-align: center;
    padding: 20px 0;
}

/* Breadcrumbs */
.br34dcr8mbs {
    padding: 15px 0;
    background: rgba(41, 39, 55, 0.5);
    margin-bottom: 30px;
}

.br34dcr8mb-l1st {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.br34dcr8mb-1t3m {
    color: #78e7d6;
}

.br34dcr8mb-1t3m a {
    color: #78e7d6;
    text-decoration: none;
}

.br34dcr8mb-1t3m:not(:last-child)::after {
    content: '›';
    margin-left: 10px;
    color: #ffffff;
}
.br34dcr8mb-1t3m.active {
    color: #ffffff;
}

/* Main Content */
.m41n-c0nt3nt {
    padding: 40px 0;
}

/* Pros & Cons Section */
.pr0s-c0ns-s3ct10n {
    margin-bottom: 40px;
}

.pr0s-b0x,
.c0ns-b0x {
    background: rgba(41, 39, 55, 0.6);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    margin-bottom: 20px;
}

.pr0s-b0x {
    border-left: 4px solid #78e7d6;
}

.c0ns-b0x {
    border-left: 4px solid #ff6b6b;
}

.b0x-h34d3r {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.f34tur3s-l1st {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f34tur3s-l1st li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    line-height: 1.8;
}

.pr0s-b0x .f34tur3s-l1st li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #78e7d6;
    font-weight: bold;
    font-size: 20px;
}

.c0ns-b0x .f34tur3s-l1st li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #ff6b6b;
    font-weight: bold;
    font-size: 20px;
}

/* Jackpot Section */
.j4ckp0t-s3ct10n {
    margin-bottom: 40px;
    padding: 40px;
    background: rgba(152, 83, 219, 0.1);
    border-radius: 15px;
}

.s3ct10n-t1tl3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.j4ckp0t-gr1d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.j4ckp0t-c4rd {
    background: linear-gradient(135deg, #292737 0%, #1a1925 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}

.j4ckp0t-c4rd:hover {
    transform: translateY(-5px);
}

.j4ckp0t-1c0n {
    font-size: 50px;
    margin-bottom: 15px;
}

.j4ckp0t-4m0unt {
    font-size: 28px;
    font-weight: 800;
    color: #78e7d6;
    margin-top: 15px;
}

/* Winners Section */
.w1nn3rs-s3ct10n {
    margin-bottom: 40px;
    padding: 40px;
    background: rgba(41, 39, 55, 0.6);
    border-radius: 15px;
}

.t4bl3-wr4pp3r {
    overflow-x: auto;
}

.w1nn3rs-t4bl3 {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.w1nn3rs-t4bl3 th,
.w1nn3rs-t4bl3 td {
    padding: 15px;
    text-align: left;
    border: 2px solid rgba(120, 231, 214, 0.2);
}

.w1nn3rs-t4bl3 th {
    background: rgba(120, 231, 214, 0.2);
    font-weight: 700;
    color: #78e7d6;
}

.w1nn3rs-t4bl3 tbody tr:hover {
    background: rgba(120, 231, 214, 0.1);
}

/* Content Section */
.c0nt3nt-s3ct10n {
    margin-bottom: 40px;
    padding: 40px;
    background: rgba(41, 39, 55, 0.6);
    border-radius: 15px;
}

.c0nt3nt-s3ct10n h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
.article-meta {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(120, 231, 214, 0.3);
}
.author-info {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    color: #78e7d6;
}

.t3xt-c0nt3nt {
    line-height: 1.8;
}

.t3xt-c0nt3nt h2 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.t3xt-c0nt3nt h3 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 12px;
}

.t3xt-c0nt3nt p {
    margin-bottom: 15px;
}

.t3xt-c0nt3nt ul,
.t3xt-c0nt3nt ol {
    margin-left: 30px;
    margin-bottom: 15px;
}

.t3xt-c0nt3nt li {
    margin-bottom: 8px;
}

.t3xt-c0nt3nt table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.t3xt-c0nt3nt table th,
.t3xt-c0nt3nt table td {
    padding: 12px;
    text-align: left;
    border: 2px solid rgba(120, 231, 214, 0.2);
}

.t3xt-c0nt3nt table th {
    background: rgba(120, 231, 214, 0.2);
    font-weight: 700;
}

/* Video Section */
.v1d30-s3ct10n {
    margin-bottom: 40px;
    padding: 40px;
    background: rgba(41, 39, 55, 0.6);
    border-radius: 15px;
}

.v1d30-wr4pp3r {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 10px;
    margin-top: 20px;
}

.v1d30-wr4pp3r iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Slot Game Section */
.g4m3-s3ct10n {
    margin-bottom: 40px;
    padding: 40px;
    background: rgba(152, 83, 219, 0.1);
    border-radius: 15px;
}

.sl0t-g4m3 {
    max-width: 600px;
    margin: 30px auto;
}

.sl0t-m4ch1n3 {
    background: linear-gradient(135deg, #292737 0%, #1a1925 100%);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.r33ls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.r33l {
    width: 100px;
    height: 100px;
    background: #16151f;
    border: 3px solid #78e7d6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    overflow: hidden;
    position: relative;
}

.r33l.sp1nn1ng {
    animation: sp1n 0.5s linear infinite;
}

@keyframes sp1n {
    0% { transform: translateY(0); }
    100% { transform: translateY(-300px); }
}

.sp1n-btn {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(135deg, #9853db 0%, #a065e8 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.sp1n-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #a065e8 0%, #b177f0 100%);
    transform: scale(1.05);
}

.sp1n-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.g4m3-r3sult {
    margin-top: 20px;
    padding: 20px;
    background: rgba(120, 231, 214, 0.2);
    border-radius: 10px;
    text-align: center;
}

.w1n-m3ss4g3 h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

/* Reviews Section */
.r3v13ws-s3ct10n {
    margin-bottom: 40px;
    padding: 40px;
    background: rgba(41, 39, 55, 0.6);
    border-radius: 15px;
}

.r3v13ws-gr1d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.r3v13w-c4rd {
    background: rgba(22, 21, 31, 0.8);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgba(120, 231, 214, 0.2);
    transition: transform 0.3s;
}

.r3v13w-c4rd:hover {
    transform: translateY(-3px);
    border-color: rgba(120, 231, 214, 0.5);
}

.r3v13w-h34d3r {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.r3v13w-4v4t4r {
    font-size: 40px;
}

.r3v13w-n4m3 {
    font-weight: 700;
    margin-bottom: 5px;
}

.st4rs {
    color: #ffd700;
}

.r3v13w-t3xt {
    line-height: 1.6;
}

/* Review Form */
.r3v13w-f0rm {
    background: rgba(22, 21, 31, 0.6);
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
}

.f0rm-v3rt1c4l {
    max-width: 600px;
}

.f0rm-gr0up {
    margin-bottom: 20px;
}

.f0rm-gr0up label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.f0rm-c0ntr0l {
    width: 100%;
    padding: 12px;
    background: rgba(41, 39, 55, 0.8);
    border: 2px solid rgba(120, 231, 214, 0.3);
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.f0rm-c0ntr0l:focus {
    outline: none;
    border-color: #78e7d6;
}

.f0rm-m3ss4g3 {
    margin-top: 20px;
    padding: 15px;
    background: rgba(120, 231, 214, 0.2);
    border-radius: 5px;
    color: #78e7d6;
}

/* Footer */
.f00t3r {
    background-color: #292737;
    padding: 50px 0 20px;
    margin-top: 60px;
}

.f00t3r-r0w {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.f00t3r-l0g0 img {
    height: 50px;
    margin-bottom: 20px;
}

.f00t3r-d3scr {
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
}

.f00t3r-t1tl3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #78e7d6;
}

.f00t3r-l1nks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f00t3r-l1nks li {
    margin-bottom: 10px;
}

.f00t3r-l1nks a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s;
}

.f00t3r-l1nks a:hover {
    color: #78e7d6;
}

.f00t3r-c0nt4ct {
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
}

.p4ym3nt-m3th0ds,
.g4m3-pr0v1d3rs {
    margin-bottom: 30px;
    padding: 20px 0;
    border-top: 1px solid rgba(120, 231, 214, 0.2);
}

.s3ct10n-subt1tl3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #78e7d6;
}

.p4ym3nt-1c0ns,
.pr0v1d3r-1c0ns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.p4ym3nt-1c0ns img,
.pr0v1d3r-1c0ns img {
    height: 40px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.p4ym3nt-1c0ns img:hover,
.pr0v1d3r-1c0ns img:hover {
    opacity: 1;
}

.l3g4l-1nf0 {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(120, 231, 214, 0.2);
}

.w4rn1ng-t3xt {
    color: #ffd700;
    margin-bottom: 15px;
    font-weight: 600;
}

.c0pyr1ght {
    color: rgba(255,255,255,0.7);
    margin-bottom: 10px;
}

.d1scl41m3r {
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Fixed Widget */
.f1x3d-w1dg3t {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #9853db 0%, #a065e8 100%);
    padding: 15px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.4);
    z-index: 999;
    animation: sl1d3Up 0.5s ease;
}

@keyframes sl1d3Up {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.w1dg3t-c0nt3nt {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.w1dg3t-t3xt {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.w1dg3t-btn {
    background: #78e7d6;
    color: #16151f;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
}

.w1dg3t-btn:hover {
    background: #8ff0df;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
    .d3skt0p-n4v {
        display: none;
    }
    
    .burg3r-m3nu {
        display: flex;
    }
    
    .m0b1l3-m3nu {
        display: block;
    }
    
    .sl1d3-t1tl3 {
        font-size: 32px;
    }
    
    .c0l-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .h34d3r-btns {
        display: flex;
    }
    .onl1n3-c0unt3r {
        display: none;
    }
    
    .sl1d3-t1tl3 {
        font-size: 28px;
    }
    
    .sl1d3-t3xt {
        font-size: 16px;
    }
    
    .r33ls {
        gap: 10px;
    }
    
    .r33l {
        width: 80px;
        height: 80px;
        font-size: 40px;
    }
    
    .w1dg3t-c0nt3nt {
        flex-direction: column;
        gap: 10px;
    }
    
    .w1dg3t-t3xt {
        font-size: 14px;
        text-align: center;
    }
}
     /* ==========================
        IZZI SLOT V2 (NEW BLOCK)
        ========================== */

 .izzi-slotv2{
     padding: 42px 0;
 }

.izzi-slotv2__inner{
    max-width: 920px;
    margin: 0 auto;
    padding: 28px 22px;
    border-radius: 22px;
    background:
            radial-gradient(900px 360px at 50% 0%, rgba(120,231,214,.18), transparent 60%),
            radial-gradient(900px 360px at 15% 100%, rgba(152,83,219,.18), transparent 55%),
            rgba(41,39,55,.30);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 22px 60px rgba(0,0,0,.35);
}

.izzi-slotv2__title{
    margin: 0 0 18px;
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    color: #fff;
}

/* machine */
.izzi-slotv2__machine{
    border-radius: 20px;
    padding: 18px;
    background: linear-gradient(135deg, rgba(22,21,31,.92), rgba(41,39,55,.75));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 16px 44px rgba(0,0,0,.38);
    overflow: hidden;
    position: relative;
}

/* soft glow overlay */
.izzi-slotv2__machine::before{
    content:"";
    position:absolute;
    inset:-2px;
    background:
            radial-gradient(600px 220px at 50% 0%, rgba(120,231,214,.22), transparent 65%),
            radial-gradient(700px 260px at 85% 120%, rgba(152,83,219,.22), transparent 60%);
    pointer-events:none;
}

/* reels row */
.izzi-slotv2__reels{
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(0,0,0,.16);
    border: 1px solid rgba(255,255,255,.06);
}

/* center line */
.izzi-slotv2__reels::after{
    content:"";
    position:absolute;
    left: 14px; right: 14px;
    top: 50%;
    height: 2px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, transparent, rgba(120,231,214,.55), transparent);
    pointer-events:none;
}

/* reel window */
.izzi-slotv2__reel{
    height: 132px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, rgba(22,21,31,.95), rgba(22,21,31,.60));
    border: 2px solid rgba(120,231,214,.55);
    box-shadow: 0 14px 30px rgba(0,0,0,.35);
    position: relative;
    overflow: hidden;
}

/* “glass” highlight */
.izzi-slotv2__reel::before{
    content:"";
    position:absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,.10), transparent 45%);
    opacity: .55;
    pointer-events:none;
}

.izzi-slotv2__sym{
    font-size: 64px;
    line-height: 1;
    filter: drop-shadow(0 10px 14px rgba(0,0,0,.35));
    transform: translateZ(0);
}

.izzi-slotv2__reel.is-spinning{
    border-color: rgba(120,231,214,.95);
    box-shadow: 0 0 0 7px rgba(120,231,214,.12), 0 18px 34px rgba(0,0,0,.45);
}

.izzi-slotv2__reel.is-spinning .izzi-slotv2__sym{
    animation: izziSlotV2Jitter .10s linear infinite;
    opacity: .92;
}

@keyframes izziSlotV2Jitter{
    0%{ transform: translateY(-2px); filter: blur(.2px) drop-shadow(0 10px 14px rgba(0,0,0,.35)); }
    100%{ transform: translateY(2px); filter: blur(1px) drop-shadow(0 10px 14px rgba(0,0,0,.35)); }
}

/* button */
.izzi-slotv2__btn{
    margin-top: 18px;
    width: 100%;
    padding: 18px 18px;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(135deg, #9853db 0%, #a065e8 100%);
    box-shadow: 0 18px 38px rgba(152,83,219,.26);
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.izzi-slotv2__btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 24px 46px rgba(152,83,219,.30);
}

.izzi-slotv2__btn:disabled{
    opacity: .6;
    cursor: not-allowed;
    transform: none;
}

/* result */
.izzi-slotv2__result{
    margin-top: 18px;
    border-radius: 18px;
    background: rgba(22,21,31,.55);
    border: 1px solid rgba(255,255,255,.08);
    overflow: hidden;
}

.izzi-slotv2__win{
    padding: 24px 18px;
    text-align: center;
}

.izzi-slotv2__winTitle{
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
}

.izzi-slotv2__winText{
    margin: 0 0 16px;
    font-size: 16px;
    color: rgba(255,255,255,.86);
}

.izzi-slotv2__cta{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #9853db 0%, #a065e8 100%);
    box-shadow: 0 14px 28px rgba(152,83,219,.22);
}

/* MOBILE */
@media (max-width: 768px){
    .izzi-slotv2{ padding: 26px 0; }
    .izzi-slotv2__inner{ padding: 18px 12px; border-radius: 18px; }
    .izzi-slotv2__title{ font-size: 26px; margin-bottom: 14px; }

    .izzi-slotv2__machine{ padding: 12px; border-radius: 16px; }
    .izzi-slotv2__reels{ gap: 12px; padding: 12px; border-radius: 16px; }

    .izzi-slotv2__reel{ height: 96px; border-radius: 14px; }
    .izzi-slotv2__sym{ font-size: 46px; }

    .izzi-slotv2__btn{ padding: 16px; font-size: 16px; border-radius: 14px; }
    .izzi-slotv2__winTitle{ font-size: 20px; }
}



/* HERO – background image + visible overlay */
.izx-hero{
    position: relative;
    overflow: hidden;
    padding: 84px 0;
    min-height: 520px;
    display: flex;
    align-items: center;
    isolation: isolate;

    /* IMPORTANT: set background directly here */
    background-image: url("/banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

/* optional: slightly sharpen */
.izx-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background: inherit; /* бере background секції */
    transform: scale(1.03);
    z-index: -3;
}

/* overlay – make it lighter so image is visible */
.izx-hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:
            radial-gradient(900px 520px at 15% 0%, rgba(120,231,214,.22), transparent 60%),
            radial-gradient(900px 520px at 85% 100%, rgba(152,83,219,.28), transparent 60%),
            linear-gradient(180deg, rgba(22,21,31,.35), rgba(22,21,31,.65)); /* було занадто темно */
    z-index: -2;
}

/* container */
.izx-hero__container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.izx-hero__slider{
    position: relative;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(22,21,31,.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 18px 60px rgba(0,0,0,.35);
    overflow: hidden;
    padding: 44px 56px;
}

.izx-hero__track{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    transition: transform .45s ease;
    will-change: transform;
}

.izx-hero__slide{
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.izx-hero__content{ max-width: 720px; text-align: center; }

.izx-hero__title{
    margin: 0 0 12px;
    font-size: 48px;
    line-height: 1.12;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.izx-hero__text{
    margin: 0 0 22px;
    font-size: 20px;
    line-height: 1.55;
    color: rgba(255,255,255,.88);
}

.izx-hero__btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    color: #16151f;
    background: linear-gradient(135deg, #78e7d6, #9853db);
    box-shadow: 0 12px 30px rgba(152,83,219,.25);
    transition: transform .15s ease, opacity .15s ease;
}
.izch-hero__btn:hover{ transform: translateY(-2px); opacity: .96; }

/* arrows */
.izx-hero__nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.10);
    color: #fff;
    font-size: 28px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease;
    user-select: none;
}
.izx-hero__nav:hover{
    background: rgba(255,255,255,.18);
    transform: translateY(-50%) scale(1.06);
}
.izx-hero__nav--prev{ left: 16px; }
.izx-hero__nav--next{ right: 16px; }

/* dots */
.izx-hero__dots{ display:flex; justify-content:center; gap:10px; margin-top:18px; }
.izx-hero__dot{
    width: 10px; height: 10px; border-radius: 999px;
    background: rgba(255,255,255,.32);
    border: 0; cursor: pointer;
    transition: width .2s ease, background .2s ease;
}
.izx-hero__dot.is-active{ width: 32px; background: rgba(120,231,214,.95); }

/* responsive */
@media (max-width: 992px){
    .izx-hero{ padding: 64px 0; min-height: 480px; }
    .izx-hero__slider{ padding: 34px 22px; }
    .izx-hero__title{ font-size: 36px; }
    .izx-hero__text{ font-size: 18px; }
}
@media (max-width: 576px){
    .izx-hero{ padding: 48px 0; min-height: 420px; }
    .izx-hero__container{ padding: 0 14px; }
    .izx-hero__slider{ padding: 26px 16px; }
    .izx-hero__title{ font-size: 26px; }
    .izx-hero__text{ font-size: 15px; }
    .izx-hero__btn{ width: 100%; max-width: 360px; }
    .izx-hero__nav{ width: 40px; height: 40px; font-size: 24px; }
}



      /* Unused styles for uniqueness */
.l3g4cy-c0nt41n3r { display: none; }
.unused-wrapper { visibility: hidden; }
.old-stole { opacity: 0; position: absolute; left: -9999px; }
.d3pr3c4t3d-cl4ss { pointer-events: none; }
.f4llb4ck-l4y0ut { z-index: -1; }
.r3dund4nt-b0x { overflow: hidden; max-height: 0; }
