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

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background: #151515;
    color: #e0e0e0;
    line-height: 1.6;
    overflow-x: hidden;
}

.xk9d2m {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.zp8n4v {
    background: #000000;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(255, 215, 0, 0.1);
}

.h7j2ks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

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

.q4m8tc {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.q4m8tc li a {
    color: #FFD700;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.q4m8tc li a:hover {
    color: #FFDA00;
}

.r9x3pk {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn-login {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000;
    padding: 12px 28px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.btn-signup {
    background: linear-gradient(135deg, #FFDA00, #FFB700);
    color: #000;
    padding: 12px 28px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-signup:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 218, 0, 0.4);
}

.f2v7nk {
    color: #FFD700;
    font-size: 14px;
    margin-left: 15px;
}

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

.burger-line {
    width: 25px;
    height: 3px;
    background: #FFD700;
    transition: all 0.3s;
}

.w3s9km {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(21, 21, 21, 0.95)), url('/banner-m.jpg') center/cover;
    padding: 80px 0;
    margin-top: 0;
}

.t6n2pr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.y8k4mz {
    flex: 1;
    min-width: 300px;
}

.y8k4mz h1 {
    font-size: 48px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #FFD700, #FFDA00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.y8k4mz p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #d0d0d0;
    line-height: 1.8;
}

.l5p9xr {
    background: linear-gradient(135deg, #1a1a1a, #252525);
    border: 2px solid #FFD700;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    min-width: 320px;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.2);
}

.l5p9xr h3 {
    color: #FFD700;
    margin-bottom: 15px;
    font-size: 24px;
}

.promo-code {
    background: #000;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    font-size: 32px;
    font-weight: 700;
    color: #FFDA00;
    letter-spacing: 3px;
}

.promo-status {
    color: #4CAF50;
    font-size: 14px;
    margin: 10px 0;
}

.btn-copy, .btn-activate {
    width: 100%;
    padding: 15px;
    margin: 8px 0;
    border-radius: 25px;
    border: none;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-copy {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000;
}

.btn-activate {
    background: linear-gradient(135deg, #FFDA00, #FFB700);
    color: #000;
}

.btn-copy:hover, .btn-activate:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.m8v3kp {
    padding: 60px 0;
}

.section-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    color: #FFD700;
}

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

.advantage-card {
    background: linear-gradient(135deg, #1a1a1a, #252525);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid #333;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.2);
    border-color: #FFD700;
}

.advantage-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.advantage-card h3 {
    color: #FFD700;
    margin-bottom: 10px;
}

.n4x8vp {
    background: linear-gradient(135deg, #1a1a1a, #252525);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 60px;
}

.n4x8vp h2 {
    color: #FFD700;
    margin-bottom: 20px;
}

.winners-table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
}

.winners-table thead {
    background: #000;
}

.winners-table th, .winners-table td {
    padding: 15px;
    text-align: left;
    border: 1px solid #333;
}

.winners-table th {
    color: #FFD700;
    font-weight: 700;
}

.winners-table tr:hover {
    background: #252525;
}

.j6p2lm {
    background: linear-gradient(135deg, #1a1a1a, #252525);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 60px;
    text-align: center;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.k9m3vx {
    margin-bottom: 60px;
}

.bonus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.bonus-card {
    background: linear-gradient(135deg, #1a1a1a, #252525);
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #FFD700;
    text-align: center;
    transition: all 0.3s;
}

.bonus-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

.bonus-card h3 {
    color: #FFD700;
    margin-bottom: 15px;
    font-size: 24px;
}

.bonus-amount {
    font-size: 48px;
    font-weight: 700;
    color: #FFDA00;
    margin: 20px 0;
}

.x2p9nv {
    background: linear-gradient(135deg, #1a1a1a, #252525);
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 60px;
    text-align: center;
}

.slot-machine {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}

.slot-reel {
    width: 100px;
    height: 100px;
    background: #000;
    border: 3px solid #FFD700;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    animation: spin 0.5s ease-in-out;
}

@keyframes spin {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(360deg);
    }
}

.btn-spin {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000;
    padding: 15px 40px;
    border-radius: 25px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-spin:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.slot-result {
    margin-top: 20px;
    font-size: 24px;
    color: #FFD700;
    min-height: 30px;
}

.v7n2km {
    background: linear-gradient(135deg, #1a1a1a, #252525);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 60px;
}

.faq-item {
    border-bottom: 1px solid #333;
    padding: 20px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #FFD700;
    font-weight: 600;
    font-size: 18px;
}

.faq-toggle {
    font-size: 24px;
    transition: transform 0.3s;
}

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

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

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-top: 15px;
}

.p3k8zm {
    background: #000;
    padding: 40px 0;
    margin-top: 60px;
}

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

.footer-logo {
    height: 50px;
    margin-bottom: 20px;
}

.footer-menu {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    margin: 20px 0;
    flex-wrap: wrap;
}

.footer-menu a {
    color: #FFD700;
    text-decoration: none;
}

.payment-logos, .provider-logos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.payment-icon, .provider-icon {
    width: 60px;
    height: 40px;
    background: #1a1a1a;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #666;
}

.copyright {
    color: #666;
    font-size: 14px;
    margin-top: 20px;
}

.z8m4kv {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #FFD700, #FFDA00);
    padding: 15px;
    text-align: center;
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.z8m4kv a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.content-block {
    background: linear-gradient(135deg, #1a1a1a, #252525);
    padding: 40px;
    border-radius: 15px;
    margin: 60px 0;
}

.content-block h1, .content-block h2, .content-block h3 {
    color: #FFD700;
    margin: 25px 0 15px 0;
}

.content-block p {
    margin: 15px 0;
    line-height: 1.8;
}

.content-block ul, .content-block ol {
    margin: 15px 0;
    padding-left: 30px;
}

.content-block li {
    margin: 8px 0;
}

.content-block table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    overflow-x: auto;
    display: block;
}

.content-block table th, .content-block table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #333;
}

.content-block table th {
    background: #000;
    color: #FFD700;
}

.content-block a {
    color: #FFD700;
    text-decoration: none;
}

.content-block a:hover {
    color: #FFDA00;
}

.author-info {
    background: #1a1a1a;
    padding: 20px;
    border-left: 4px solid #FFD700;
    margin: 30px 0;
    border-radius: 5px;
}

.author-name {
    color: #FFD700;
    font-weight: 700;
}

@media (max-width: 768px) {
    .q4m8tc {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #000;
        flex-direction: column;
        padding: 20px;
        gap: 15px;
    }

    .q4m8tc.active {
        display: flex;
    }

    .burger-menu {
        display: flex;
    }

    .y8k4mz h1 {
        font-size: 32px;
    }

    .t6n2pr {
        flex-direction: column;
    }

    .bonus-grid {
        grid-template-columns: 1fr;
    }

    .slot-machine {
        gap: 10px;
    }

    .slot-reel {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }

    .winners-table {
        font-size: 14px;
    }
}

.wp-block-columns {
    display: flex;
    gap: 20px;
}

.elementor-section {
    padding: 20px 0;
}

.yoast-schema-graph {
    display: none;
}
