:root {
    --clr-bg: #151515;
    --clr-hdr: #000;
    --clr-btn-login: #FFD700;
    --clr-btn-reg: #FFDA00;
    --clr-txt: #f5f5f5;
    --clr-txt-dark: #333;
    --fnt-main: 'Open Sans', Arial, sans-serif
}

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

body {
    font-family: var(--fnt-main);
    background: var(--clr-bg);
    color: var(--clr-txt);
    line-height: 1.7;
    overflow-x: hidden
}

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

.x9j2k {
    display: none
}

.z7m3p {
    opacity: 0
}

.wrapper {
    min-height: 100vh;
    display: grid;
    grid-template-rows:auto 1fr auto
}

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

.header {
    background: var(--clr-hdr);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .5)
}

.x4f8n-hdr {
    display: grid;
    grid-template-columns:auto 1fr auto;
    gap: 20px;
    align-items: center
}

.logo img {
    max-height: 50px;
    width: auto;
    transition: transform .3s
}

.logo:hover img {
    transform: scale(1.05)
}

.nav-menu {
    display: flex;
    gap: 25px;
    list-style: none
}

.nav-menu a {
    color: var(--clr-btn-login);
    text-decoration: none;
    font-weight: 600;
    transition: color .3s
}

.nav-menu a:hover {
    color: var(--clr-btn-reg)
}

.y2k9l-btns {
    display: flex;
    gap: 10px;
    align-items: center
}

.btn {
    padding: 10px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    transition: all .3s;
    border: none;
    cursor: pointer;
    text-align: center
}

.btn--login {
    background: var(--clr-btn-login);
    color: var(--clr-txt-dark)
}

.btn--reg {
    background: var(--clr-btn-reg);
    color: var(--clr-txt-dark)
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, .4)
}

.p8n3x-online {
    color: var(--clr-btn-reg);
    font-size: 14px;
    margin-left: 15px
}

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

.burger span {
    width: 28px;
    height: 3px;
    background: var(--clr-btn-login);
    transition: .3s
}

.burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px)
}

.burger.active span:nth-child(2) {
    opacity: 0
}

.burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px)
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url(/hero-bet.jpg) center/cover no-repeat;
    min-height: 500px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 60px 20px;
    margin: 0 0 40px
}

.q5m7t-hero-content h1 {
    font-size: clamp(32px, 5vw, 56px);
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .8);
    line-height: 1.2
}

.q5m7t-hero-content p {
    font-size: clamp(16px, 3vw, 24px);
    margin-bottom: 30px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .8)
}

.btn--hero {
    background: var(--clr-btn-reg);
    color: var(--clr-txt-dark);
    padding: 15px 40px;
    font-size: 20px;
    border-radius: 8px
}

.section {
    margin: 40px 0;
    padding: 20px 0
}

.k3r6v-box {
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    border-radius: 12px;
    padding: 30px;
    margin: 20px 15px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .3)
}

.w8p4j-box-alt {
    background: #222;
    border-radius: 8px;
    padding: 25px;
    margin: 20px 15px;
    border: 2px solid #333
}

.section h2 {
    font-size: clamp(24px, 4vw, 36px);
    margin-bottom: 25px;
    color: var(--clr-btn-login);
    text-align: center;
    line-height: 1.2
}

.t2v9n-jackpots {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px
}

.jackpot-item {
    background: linear-gradient(145deg, #2a2a2a, #1f1f1f);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid var(--clr-btn-login);
    transition: .3s
}

.jackpot-item:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 215, 0, .3)
}

.jackpot-amount {
    font-size: 32px;
    color: var(--clr-btn-reg);
    font-weight: 700;
    margin: 10px 0
}

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

.screenshot {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .4);
    transition: .3s
}

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

.screenshot img {
    width: 100%;
    height: auto
}

.d6k2p-winners {
    overflow-x: auto
}

.winners-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px
}

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

.winners-table th {
    background: var(--clr-hdr);
    color: var(--clr-btn-login);
    font-weight: 700
}

.winners-table tbody tr:nth-child(odd) {
    background: #1a1a1a
}

.winners-table tbody tr:nth-child(even) {
    background: #222
}

.winners-table tbody tr:hover {
    background: #2a2a2a
}

.f7h3q-app-info {
    overflow-x: auto
}

.app-table {
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    border-collapse: collapse
}

.app-table td {
    padding: 12px 15px;
    border: 1px solid #444
}

.app-table td:first-child {
    font-weight: 700;
    color: var(--clr-btn-login);
    width: 40%
}

.app-table td:last-child {
    background: #1a1a1a
}

.n9j5x-download-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px
}

.btn-download {
    background: #333;
    padding: 12px 25px;
    border-radius: 6px;
    color: var(--clr-txt);
    text-decoration: none;
    transition: .3s;
    border: 1px solid var(--clr-btn-login)
}

.btn-download:hover {
    background: var(--clr-btn-login);
    color: var(--clr-txt-dark)
}

.l2s8k-wheel-container {
    text-align: center;
    padding: 40px 20px
}

.wheel-canvas-wrap {
    position: relative;
    width: 350px;
    height: 350px;
    margin: 30px auto
}

.wheel-canvas {
    border-radius: 50%;
    border: 8px solid var(--clr-btn-login);
    box-shadow: 0 0 30px rgba(255, 215, 0, .4)
}

.spin-btn {
    background: var(--clr-btn-reg);
    color: var(--clr-txt-dark);
    padding: 15px 35px;
    font-size: 18px;
    margin-top: 20px
}

.wheel-result {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 700;
    min-height: 80px;
    color: var(--clr-btn-reg)
}

.u3v7m-reviews {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px
}

.review-card {
    background: #222;
    border-radius: 8px;
    padding: 20px;
    border-left: 4px solid var(--clr-btn-login);
    transition: .3s
}

.review-card:hover {
    box-shadow: 0 4px 16px rgba(255, 215, 0, .2)
}

.review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--clr-btn-login)
}

.review-name {
    font-weight: 700;
    color: var(--clr-btn-reg)
}

.review-stars {
    color: var(--clr-btn-login);
    font-size: 18px
}

.review-text {
    line-height: 1.6
}

.g4t2x-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 25px;
    background: #1a1a1a;
    border-radius: 8px
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--clr-btn-login)
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #444;
    background: #222;
    color: var(--clr-txt);
    font-family: inherit;
    font-size: 14px
}

.form-group textarea {
    min-height: 120px;
    resize: vertical
}

.btn-submit {
    background: var(--clr-btn-reg);
    color: var(--clr-txt-dark);
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px
}

.btn-submit:hover {
    background: var(--clr-btn-login)
}

.footer {
    background: var(--clr-hdr);
    padding: 40px 0 20px;
    margin-top: 60px
}

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

.footer-logo img {
    max-width: 200px
}

.footer-menu {
    list-style: none
}

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

.footer-menu a {
    color: var(--clr-txt);
    text-decoration: none;
    transition: .3s
}

.footer-menu a:hover {
    color: var(--clr-btn-login)
}

.x6q1m-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center
}

.payment-logo {
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    height: 40px
}

.h8z4p-providers {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    margin-top: 15px
}

.provider-logo {
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    text-align: center;
    font-size: 11px;
    color: #333
}

.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #333;
    margin-top: 20px;
    font-size: 14px;
    color: #999
}

.r7k3v-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, var(--clr-btn-login), var(--clr-btn-reg));
    padding: 15px;
    text-align: center;
    z-index: 998;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .5)
}

.widget-text {
    font-size: 18px;
    font-weight: 700;
    color: var(--clr-txt-dark);
    margin-bottom: 10px
}

.widget-link {
    color: var(--clr-txt-dark);
    text-decoration: none;
    background: #000;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
    transition: .3s
}

.widget-link:hover {
    transform: scale(1.05)
}

.v5t8x {
    padding-bottom: 120px
}

.c2n9j-faq {
    margin: 40px 0
}

.faq-item {
    background: #222;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-left: 3px solid var(--clr-btn-login)
}

.faq-question {
    font-weight: 700;
    color: var(--clr-btn-reg);
    margin-bottom: 10px;
    font-size: 18px
}

.faq-answer {
    line-height: 1.6
}

@media (max-width: 768px) {
    .x4f8n-hdr {
        grid-template-columns:auto 1fr;
        gap: 10px
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: var(--clr-hdr);
        flex-direction: column;
        padding: 20px;
        transform: translateX(-100%);
        transition: .3s;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .5)
    }

    .nav-menu.active {
        transform: translateX(0)
    }

    .burger {
        display: flex
    }

    .y2k9l-btns {
        order: -1
    }

    .m4x8h-screenshots {
        grid-template-columns:1fr
    }

    .screenshot-slider {
        overflow-x: auto;
        display: flex;
        gap: 15px;
        scroll-snap-type: x mandatory
    }

    .screenshot {
        min-width: 300px;
        scroll-snap-align: start
    }

    body.fixed {
        overflow: hidden
    }
}

.a1b2c {
    font-style: italic
}

.d3e4f {
    text-transform: uppercase
}

.g5h6i {
    letter-spacing: 1px
}

.j7k8l {
    word-spacing: 2px
}

.unused-class-m9n0o {
    background: #ff00ff
}

.unused-class-p1q2r {
    border: 5px dotted red
}

.wp-block-cover {
    position: relative
}

.wp-block-image {
    margin: 20px 0
}

.elementor-section {
    display: block
}

.elementor-widget-container {
    padding: 10px
}

.yoast-schema-graph {
    display: none
}

#wpadminbar {
    display: none
}

.wp-caption {
    max-width: 100%
}

/* Cache: v1.7.2 *//* Theme: Astra 3.9.1 */
.qedfcs {
    max-width: 940px;
    margin: 0 auto;
    padding: 48px 20px 72px;
    color: #e4e4e4;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.75;
    background: #161616;
    border: 1px solid #2f2f2f;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.qedfcs > *:first-child {
    margin-top: 0;
}

.qedfcs > *:last-child {
    margin-bottom: 0;
}

.qedfcs h1,
.qedfcs h2,
.qedfcs h3 {
    margin: 0;
    line-height: 1.25;
    font-weight: 800;
}

.qedfcs h1 {
    margin-bottom: 24px;
    font-size: clamp(32px, 4.8vw, 48px);
    color: #ffffff;
}

.qedfcs h2 {
    margin-top: 40px;
    margin-bottom: 18px;
    font-size: clamp(24px, 3.1vw, 32px);
    color: #ffd54a;
}

.qedfcs h3 {
    margin-top: 28px;
    margin-bottom: 14px;
    font-size: clamp(20px, 2.5vw, 24px);
    color: #ffffff;
}

.qedfcs p,
.qedfcs ul,
.qedfcs ol,
.qedfcs table,
.qedfcs blockquote {
    margin: 0 0 20px;
}

.qedfcs p {
    color: #dddddd;
}

.qedfcs a {
    color: #ffd54a;
    text-decoration: none;
    transition: color .2s ease;
    word-break: break-word;
}

.qedfcs a:hover {
    color: #ffea8a;
}

.qedfcs ul,
.qedfcs ol {
    padding-left: 24px;
}

.qedfcs li {
    margin-bottom: 10px;
    color: #dddddd;
}

.qedfcs li::marker {
    color: #ffd54a;
}

.qedfcs strong {
    color: #ffffff;
    font-weight: 700;
}

.qedfcs blockquote {
    padding: 18px 20px;
    background: #1a1a1a;
    border-left: 4px solid #ffd54a;
    border-radius: 12px;
    color: #f3f3f3;
}

.qedfcs blockquote p:last-child {
    margin-bottom: 0;
}

.qedfcs table {
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    background: #181818;
    border: 1px solid #2d2d2d;
    border-radius: 16px;
}

.qedfcs thead {
    background: #232323;
}

.qedfcs th,
.qedfcs td {
    padding: 14px 16px;
    border: 1px solid #2d2d2d;
    text-align: left;
    vertical-align: top;
    min-width: 180px;
}

.qedfcs th {
    color: #ffd54a;
    font-size: 14px;
    font-weight: 700;
}

.qedfcs td {
    color: #dddddd;
    font-size: 15px;
}

@media (max-width: 991px) {
    .qedfcs {
        padding: 40px 18px 60px;
        font-size: 16px;
        border-radius: 18px;
    }

    .qedfcs h2 {
        margin-top: 34px;
    }

    .qedfcs th,
    .qedfcs td {
        padding: 13px 14px;
    }
}

@media (max-width: 767px) {
    .qedfcs {
        padding: 30px 16px 48px;
        font-size: 15px;
        line-height: 1.7;
        border-radius: 16px;
    }

    .qedfcs h1 {
        margin-bottom: 18px;
    }

    .qedfcs h2 {
        margin-top: 28px;
        margin-bottom: 14px;
    }

    .qedfcs h3 {
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .qedfcs p,
    .qedfcs ul,
    .qedfcs ol,
    .qedfcs table,
    .qedfcs blockquote {
        margin-bottom: 16px;
    }

    .qedfcs ul,
    .qedfcs ol {
        padding-left: 20px;
    }

    .qedfcs li {
        margin-bottom: 8px;
    }

    .qedfcs table {
        border-radius: 12px;
    }

    .qedfcs th,
    .qedfcs td {
        min-width: 160px;
        padding: 12px;
        font-size: 14px;
    }

    .qedfcs blockquote {
        padding: 16px;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .qedfcs {
        padding: 24px 14px 40px;
        font-size: 14px;
        border-radius: 14px;
    }

    .qedfcs h1 {
        font-size: 28px;
    }

    .qedfcs h2 {
        font-size: 22px;
    }

    .qedfcs h3 {
        font-size: 18px;
    }

    .qedfcs th,
    .qedfcs td {
        min-width: 140px;
        padding: 10px;
        font-size: 13px;
    }

    .qedfcs blockquote {
        padding: 14px;
    }
}

html,
body {
    overflow-x: hidden;
}

.wrapper.v5t8x {
    overflow-x: clip;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.header {
    padding: 12px 0;
}

.x4f8n-hdr {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
}

.x4f8n-hdr nav {
    min-width: 0;
}

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.nav-menu li {
    list-style: none;
}

.nav-menu a {
    display: block;
    padding: 8px 0;
    font-size: 15px;
}

.y2k9l-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.btn {
    white-space: nowrap;
}

.hero {
    min-height: 520px;
    padding: 72px 16px;
    margin-bottom: 28px;
}

.q5m7t-hero-content {
    max-width: 860px;
    margin: 0 auto;
    padding: 24px;
    background: rgba(0, 0, 0, .45);
    border-radius: 18px;
}

.q5m7t-hero-content h1 {
    font-size: clamp(34px, 5vw, 56px);
    margin-bottom: 18px;
}

.q5m7t-hero-content p {
    font-size: clamp(18px, 2.5vw, 24px);
    margin-bottom: 24px;
}

.section {
    margin: 24px 0;
    padding: 0;
}

.k3r6v-box,
.w8p4j-box-alt {
    margin: 0;
    padding: 24px;
}

.section h2 {
    margin-bottom: 20px;
}

.t2v9n-jackpots,
.m4x8h-screenshots,
.u3v7m-reviews,
.b5w9n-footer-grid {
    gap: 16px;
}

.t2v9n-jackpots {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.m4x8h-screenshots {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.screenshot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jackpot-item,
.review-card,
.g4t2x-form,
.faq-item {
    min-width: 0;
}

.d6k2p-winners,
.f7h3q-app-info,
.qedfcs table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.winners-table,
.app-table {
    min-width: 640px;
}

.app-table {
    max-width: none;
}

.n9j5x-download-btns {
    gap: 12px;
}

.btn-download {
    min-width: 160px;
    text-align: center;
}

.l2s8k-wheel-container {
    padding: 0;
}

.wheel-canvas-wrap {
    width: min(350px, 100%);
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 24px auto;
}

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

.text-content {
    margin: 24px 0;
}

.qedfcs {
    max-width: 100%;
}

.footer {
    padding: 32px 0 20px;
    margin-top: 40px;
}

.footer .container {
    padding-left: 0;
    padding-right: 0;
}

.footer > .container > .footer {
    padding: 0;
    margin: 0;
}

.h8z4p-providers {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.provider-logo {
    min-width: 0;
}

.copyright {
    font-size: 13px;
}

.r7k3v-widget {
    padding: 12px 16px;
}

.widget-text {
    font-size: 16px;
}

.widget-link {
    padding: 10px 22px;
}

@media (max-width: 991px) {
    .x4f8n-hdr {
        grid-template-columns: auto 1fr auto;
        gap: 12px;
    }

    .nav-menu {
        gap: 14px;
    }

    .nav-menu a {
        font-size: 14px;
    }

    .p8n3x-online {
        display: none;
    }

    .hero {
        min-height: 460px;
        padding: 56px 16px;
    }

    .q5m7t-hero-content {
        max-width: 720px;
        padding: 22px 18px;
    }

    .t2v9n-jackpots {
        grid-template-columns: 1fr;
    }

    .m4x8h-screenshots {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .u3v7m-reviews {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .h8z4p-providers {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .header {
        padding: 10px 0;
    }

    .x4f8n-hdr {
        grid-template-columns: auto auto;
        justify-content: space-between;
        gap: 10px;
    }

    .x4f8n-hdr nav {
        grid-column: 1 / -1;
        order: 4;
    }

    .burger {
        display: flex;
        justify-self: end;
        order: 3;
    }

    .y2k9l-btns {
        grid-column: 1 / -1;
        order: 5;
        justify-content: stretch;
        width: 100%;
        gap: 8px;
    }

    .y2k9l-btns .btn {
        flex: 1 1 0;
        min-width: 0;
        padding: 12px 14px;
        font-size: 14px;
    }

    .nav-menu {
        position: fixed;
        top: 68px;
        left: 14px;
        right: 14px;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 16px;
        background: #111;
        border: 1px solid #2c2c2c;
        border-radius: 16px;
        box-shadow: 0 16px 40px rgba(0, 0, 0, .45);
        transform: translateY(-16px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    }

    .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nav-menu li + li {
        border-top: 1px solid #232323;
    }

    .nav-menu a {
        padding: 14px 0;
        font-size: 16px;
    }

    body.fixed {
        overflow: hidden;
    }

    .hero {
        min-height: 400px;
        padding: 40px 14px;
        margin-bottom: 22px;
    }

    .q5m7t-hero-content {
        padding: 18px 14px;
        border-radius: 14px;
    }

    .q5m7t-hero-content h1 {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .q5m7t-hero-content p {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .btn--hero {
        width: 100%;
        max-width: 320px;
        padding: 14px 18px;
        font-size: 16px;
    }

    .section {
        margin: 18px 0;
    }

    .k3r6v-box,
    .w8p4j-box-alt {
        padding: 18px 14px;
        border-radius: 12px;
    }

    .section h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .m4x8h-screenshots,
    .u3v7m-reviews,
    .b5w9n-footer-grid {
        grid-template-columns: 1fr;
    }

    .jackpot-item {
        padding: 16px 14px;
    }

    .jackpot-item:hover,
    .screenshot:hover,
    .btn:hover,
    .review-card:hover,
    .widget-link:hover {
        transform: none;
    }

    .jackpot-amount {
        font-size: 26px;
    }

    .winners-table,
    .app-table {
        min-width: 560px;
    }

    .winners-table th,
    .winners-table td,
    .app-table td,
    .qedfcs th,
    .qedfcs td {
        padding: 10px 12px;
        font-size: 13px;
    }

    .n9j5x-download-btns {
        flex-direction: column;
    }

    .btn-download {
        width: 100%;
        min-width: 0;
    }

    .wheel-canvas-wrap {
        width: min(290px, 100%);
    }

    .spin-btn {
        width: 100%;
        padding: 14px 18px;
        font-size: 16px;
    }

    .wheel-result {
        font-size: 18px;
        min-height: 56px;
    }

    .review-card {
        padding: 16px 14px;
    }

    .review-header {
        align-items: flex-start;
    }

    .review-text {
        font-size: 14px;
    }

    .g4t2x-form {
        padding: 18px 14px;
    }

    .form-group input,
    .form-group textarea {
        padding: 11px 12px;
        font-size: 14px;
    }

    .btn-submit {
        width: 100%;
    }

    .footer {
        padding: 28px 0 16px;
    }

    .footer-section h3,
    .footer-section p,
    .footer-menu a,
    .copyright p {
        word-break: break-word;
    }

    .h8z4p-providers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .provider-logo {
        font-size: 10px;
        padding: 7px 6px;
    }

    .copyright {
        padding-top: 16px;
        font-size: 12px;
    }

    .r7k3v-widget {
        padding: 10px 12px;
    }

    .widget-text {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .widget-link {
        width: 100%;
        max-width: 280px;
        padding: 10px 16px;
        font-size: 14px;
    }

    .v5t8x {
        padding-bottom: 110px;
    }

    .qedfcs {
        padding: 22px 14px 32px;
        font-size: 14px;
        line-height: 1.65;
        border-radius: 14px;
    }

    .qedfcs h1 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .qedfcs h2 {
        font-size: 22px;
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .qedfcs h3 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .qedfcs p,
    .qedfcs ul,
    .qedfcs ol,
    .qedfcs table,
    .qedfcs blockquote {
        margin-bottom: 14px;
    }

    .qedfcs ul,
    .qedfcs ol {
        padding-left: 18px;
    }

    .qedfcs blockquote {
        padding: 14px 12px;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .logo img {
        max-height: 40px;
    }

    .nav-menu {
        top: 62px;
        left: 12px;
        right: 12px;
        padding: 10px 14px;
    }

    .y2k9l-btns .btn {
        padding: 11px 10px;
        font-size: 13px;
    }

    .hero {
        min-height: 340px;
        padding: 28px 12px;
    }

    .q5m7t-hero-content {
        padding: 16px 12px;
    }

    .q5m7t-hero-content h1 {
        font-size: 24px;
    }

    .q5m7t-hero-content p {
        font-size: 15px;
    }

    .k3r6v-box,
    .w8p4j-box-alt {
        padding: 16px 12px;
    }

    .section h2 {
        font-size: 22px;
    }

    .jackpot-amount {
        font-size: 22px;
    }

    .wheel-canvas-wrap {
        width: min(250px, 100%);
    }

    .review-header {
        gap: 10px;
    }

    .review-avatar {
        width: 42px;
        height: 42px;
    }

    .h8z4p-providers {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .provider-logo {
        font-size: 9px;
    }

    .qedfcs {
        padding: 18px 12px 28px;
        font-size: 13px;
        border-radius: 12px;
    }

    .qedfcs h1 {
        font-size: 22px;
    }

    .qedfcs h2 {
        font-size: 19px;
    }

    .qedfcs h3 {
        font-size: 16px;
    }

    .qedfcs th,
    .qedfcs td {
        min-width: 130px;
        padding: 9px 10px;
        font-size: 12px;
    }
}

html,
body {
    overflow-x: hidden;
}

body {
    width: 100%;
}

.wrapper,
main,
section,
div,
table {
    max-width: 100%;
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .header .container,
    main.container,
    footer .container {
        width: 100%;
        max-width: 100%;
    }

    .x4f8n-hdr {
        grid-template-columns: 1fr auto;
        gap: 8px;
    }

    .x4f8n-hdr nav,
    .y2k9l-btns {
        grid-column: 1 / -1;
    }

    .y2k9l-btns {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        width: 100%;
    }

    .y2k9l-btns .btn {
        width: 100%;
        min-width: 0;
    }

    .p8n3x-online {
        margin-left: 0;
        text-align: center;
    }

    .nav-menu {
        left: 8px;
        right: 8px;
        width: auto;
        max-width: none;
    }

    .hero {
        padding: 16px 8px;
        margin: 0 0 16px;
        min-height: auto;
    }

    .q5m7t-hero-content {
        width: 100%;
        max-width: 100%;
        padding: 12px 10px;
    }

    .q5m7t-hero-content h1 {
        font-size: 20px;
        line-height: 1.2;
        word-break: break-word;
    }

    .q5m7t-hero-content p {
        font-size: 13px;
        line-height: 1.45;
    }

    .btn--hero {
        width: 100%;
        padding: 12px 10px;
        font-size: 14px;
    }

    .section {
        margin: 12px 0;
        padding: 0;
    }

    .k3r6v-box,
    .w8p4j-box-alt {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 12px 10px;
        overflow: hidden;
    }

    .t2v9n-jackpots,
    .m4x8h-screenshots,
    .u3v7m-reviews,
    .b5w9n-footer-grid,
    .h8z4p-providers {
        grid-template-columns: 1fr;
    }

    .jackpot-item,
    .review-card,
    .faq-item,
    .g4t2x-form {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 12px 10px;
    }

    .jackpot-item h3,
    .jackpot-item p,
    .review-text,
    .review-name {
        word-break: break-word;
    }

    .jackpot-amount {
        font-size: 20px;
    }

    .screenshot {
        min-width: 0;
        width: 100%;
    }

    .screenshot img {
        width: 100%;
        height: auto;
    }

    .d6k2p-winners,
    .f7h3q-app-info,
    .qedfcs table {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .winners-table,
    .app-table {
        min-width: 460px;
    }

    .winners-table th,
    .winners-table td,
    .app-table td,
    .qedfcs th,
    .qedfcs td {
        padding: 8px 9px;
        font-size: 12px;
    }

    .n9j5x-download-btns {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .btn-download,
    .btn-submit {
        width: 100%;
        min-width: 0;
    }

    .wheel-canvas-wrap {
        width: min(220px, 100%);
        height: auto;
        aspect-ratio: 1 / 1;
    }

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

    .spin-btn {
        width: 100%;
        padding: 12px 10px;
        font-size: 14px;
    }

    .wheel-result {
        font-size: 15px;
        min-height: 40px;
    }

    .review-header {
        gap: 8px;
    }

    .review-avatar {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 10px;
    }

    .footer {
        margin-top: 20px;
        padding: 20px 0 12px;
    }

    .footer > .container > .footer {
        margin: 0;
        padding: 0;
    }

    .provider-logo {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        font-size: 10px;
        word-break: break-word;
    }

    .copyright,
    .copyright p {
        word-break: break-word;
    }

    .r7k3v-widget {
        padding: 8px;
    }

    .widget-text {
        font-size: 13px;
    }

    .widget-link {
        width: 100%;
        max-width: 100%;
        padding: 10px;
    }

    .v5t8x {
        padding-bottom: 96px;
    }

    .qedfcs {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 16px 10px 24px;
        font-size: 13px;
        line-height: 1.6;
        border-radius: 10px;
        overflow: hidden;
    }

    .qedfcs h1 {
        font-size: 20px;
        margin-bottom: 12px;
        word-break: break-word;
    }

    .qedfcs h2 {
        font-size: 18px;
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .qedfcs h3 {
        font-size: 15px;
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .qedfcs p,
    .qedfcs li,
    .qedfcs a,
    .qedfcs td,
    .qedfcs th {
        word-break: break-word;
    }

    .qedfcs ul,
    .qedfcs ol {
        padding-left: 18px;
    }

    .qedfcs blockquote {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .nav-menu {
        left: 6px;
        right: 6px;
    }

    .hero {
        padding: 12px 6px;
    }

    .q5m7t-hero-content,
    .k3r6v-box,
    .w8p4j-box-alt,
    .qedfcs,
    .g4t2x-form,
    .review-card,
    .jackpot-item {
        padding-left: 8px;
        padding-right: 8px;
    }

    .q5m7t-hero-content h1 {
        font-size: 18px;
    }

    .q5m7t-hero-content p {
        font-size: 12px;
    }

    .section h2 {
        font-size: 18px;
    }

    .wheel-canvas-wrap {
        width: min(200px, 100%);
    }

    .winners-table,
    .app-table {
        min-width: 420px;
    }
}

@media (max-width: 767px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .wrapper,
    .v5t8x,
    .header,
    .hero,
    main,
    footer,
    .section,
    .k3r6v-box,
    .w8p4j-box-alt,
    .qedfcs {
        width: 100%;
        max-width: 100%;
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        margin: 0;
    }

    .header {
        padding: 8px 0;
    }

    .x4f8n-hdr {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 8px;
        align-items: center;
    }

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

    .burger {
        display: flex;
        justify-self: end;
    }

    .x4f8n-hdr nav,
    .y2k9l-btns {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
    }

    .nav-menu {
        position: fixed;
        top: 58px;
        left: 12px;
        right: 12px;
        width: auto;
        max-width: none;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 10px 12px;
        background: #111;
        border: 1px solid #2a2a2a;
        border-radius: 12px;
        transform: translateY(-12px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .25s ease;
        z-index: 1000;
    }

    .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nav-menu li {
        width: 100%;
    }

    .nav-menu a {
        display: block;
        width: 100%;
        padding: 12px 0;
        font-size: 15px;
    }

    .y2k9l-btns {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .y2k9l-btns .btn {
        width: 100%;
        min-width: 0;
        padding: 11px 10px;
        font-size: 13px;
    }

    .p8n3x-online {
        margin: 0;
        text-align: center;
        font-size: 12px;
    }

    .hero {
        min-height: auto;
        padding: 12px 0;
        margin: 0 0 16px;
    }

    .q5m7t-hero-content {
        width: 100%;
        max-width: 100%;
        padding: 14px 10px;
        border-radius: 12px;
        overflow: hidden;
    }

    .q5m7t-hero-content h1 {
        width: 100%;
        max-width: 100%;
        font-size: 18px;
        line-height: 1.25;
        margin-bottom: 8px;
        word-break: break-word;
    }

    .q5m7t-hero-content p {
        width: 100%;
        max-width: 100%;
        font-size: 11px;
        line-height: 1.4;
        margin-bottom: 12px;
        word-break: break-word;
    }

    .btn--hero {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 12px 10px;
        font-size: 14px;
    }

    .section {
        margin: 14px 0;
        padding: 0;
    }

    .k3r6v-box,
    .w8p4j-box-alt {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 12px 8px;
        border-radius: 10px;
        overflow: hidden;
    }

    .section h2 {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 12px;
        word-break: break-word;
    }

    .t2v9n-jackpots,
    .m4x8h-screenshots,
    .u3v7m-reviews,
    .b5w9n-footer-grid,
    .h8z4p-providers {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .jackpot-item,
    .review-card,
    .faq-item,
    .g4t2x-form {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 12px 8px;
        overflow: hidden;
    }

    .jackpot-item h3 {
        font-size: 15px;
        line-height: 1.25;
        word-break: break-word;
    }

    .jackpot-item p {
        font-size: 12px;
        word-break: break-word;
    }

    .jackpot-amount {
        font-size: 16px;
        line-height: 1.2;
        word-break: break-word;
    }

    .screenshot {
        width: 100%;
        min-width: 0;
    }

    .screenshot img {
        width: 100%;
        height: auto;
    }

    .d6k2p-winners,
    .f7h3q-app-info,
    .qedfcs table {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .winners-table,
    .app-table {
        min-width: 420px;
    }

    .winners-table th,
    .winners-table td,
    .app-table td,
    .qedfcs th,
    .qedfcs td {
        padding: 8px;
        font-size: 12px;
    }

    .n9j5x-download-btns {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .btn-download,
    .btn-submit {
        width: 100%;
        min-width: 0;
    }

    .wheel-canvas-wrap {
        width: min(210px, 100%);
        height: auto;
        aspect-ratio: 1 / 1;
        margin: 16px auto;
    }

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

    .spin-btn {
        width: 100%;
        padding: 12px 10px;
        font-size: 14px;
    }

    .wheel-result {
        font-size: 14px;
        min-height: 36px;
    }

    .review-header {
        gap: 8px;
    }

    .review-avatar {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
    }

    .review-name {
        font-size: 13px;
    }

    .review-stars {
        font-size: 14px;
    }

    .review-text {
        font-size: 12px;
        word-break: break-word;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 10px;
        font-size: 14px;
    }

    .footer {
        margin-top: 18px;
        padding: 18px 0 12px;
    }

    .footer > .container > .footer {
        margin: 0;
        padding: 0;
    }

    .footer-section,
    .provider-logo,
    .copyright,
    .copyright p {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        word-break: break-word;
    }

    .provider-logo {
        font-size: 10px;
        padding: 7px 8px;
    }

    .copyright {
        font-size: 12px;
        line-height: 1.5;
    }

    .r7k3v-widget {
        padding: 8px 10px;
    }

    .widget-text {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .widget-link {
        width: 100%;
        max-width: 100%;
        padding: 10px;
        font-size: 13px;
    }

    .v5t8x {
        padding-bottom: 92px;
    }

    .text-content,
    .qedfcs {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .qedfcs {
        margin: 0;
        padding: 14px 8px 22px;
        font-size: 13px;
        line-height: 1.55;
        border-radius: 10px;
        overflow: hidden;
    }

    .qedfcs h1 {
        font-size: 19px;
        margin-bottom: 10px;
        word-break: break-word;
    }

    .qedfcs h2 {
        font-size: 17px;
        margin-top: 18px;
        margin-bottom: 8px;
    }

    .qedfcs h3 {
        font-size: 15px;
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .qedfcs p,
    .qedfcs li,
    .qedfcs a,
    .qedfcs td,
    .qedfcs th {
        word-break: break-word;
    }

    .qedfcs p,
    .qedfcs ul,
    .qedfcs ol,
    .qedfcs table,
    .qedfcs blockquote {
        margin-bottom: 10px;
    }

    .qedfcs ul,
    .qedfcs ol {
        padding-left: 16px;
    }

    .qedfcs blockquote {
        padding: 10px 8px;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .nav-menu {
        left: 8px;
        right: 8px;
    }

    .hero {
        padding: 10px 0;
    }

    .q5m7t-hero-content,
    .k3r6v-box,
    .w8p4j-box-alt,
    .qedfcs,
    .g4t2x-form,
    .jackpot-item,
    .review-card {
        padding-left: 8px;
        padding-right: 8px;
    }

    .q5m7t-hero-content h1 {
        font-size: 17px;
    }

    .q5m7t-hero-content p {
        font-size: 10px;
    }

    .section h2 {
        font-size: 18px;
    }

    .jackpot-item h3 {
        font-size: 14px;
    }

    .jackpot-amount {
        font-size: 15px;
    }

    .wheel-canvas-wrap {
        width: min(190px, 100%);
    }

    .winners-table,
    .app-table {
        min-width: 390px;
    }

    .qedfcs h1 {
        font-size: 18px;
    }

    .qedfcs h2 {
        font-size: 16px;
    }

    .qedfcs h3 {
        font-size: 14px;
    }
}

.jackpot-item:hover {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .jackpot-item:hover,
    .screenshot:hover,
    .btn:hover,
    .review-card:hover,
    .widget-link:hover {
        transform: none;
    }
}

.header {
    position: sticky;
    top: 0;
    z-index: 5000;
    background: #000;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

.x4f8n-hdr {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 60px;
}

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

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

.logo img {
    display: block;
    width: 72px;
    height: 36px;
    object-fit: contain;
}

.x4f8n-hdr nav {
    min-width: 0;
}

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu a {
    display: block;
    color: #ffd700;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.y2k9l-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.btn--login,
.btn--reg {
    background: #ffd700;
    color: #000;
}

.p8n3x-online {
    color: #ffd700;
    font-size: 12px;
    white-space: nowrap;
}

.burger {
    display: none;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.burger span {
    display: block;
    width: 18px;
    height: 2px;
    background: #ffd700;
    transition: transform .25s ease, opacity .25s ease;
}

.burger.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 991px) {
    .header {
        position: sticky;
        top: 0;
        z-index: 5000;
    }

    .x4f8n-hdr {
        grid-template-columns: auto 1fr auto auto;
        gap: 8px;
        min-height: 54px;
    }

    .logo img {
        width: 64px;
        height: 32px;
    }

    .x4f8n-hdr nav {
        display: none;
    }

    .y2k9l-btns {
        display: flex;
        grid-column: auto;
        justify-content: flex-end;
        gap: 6px;
        width: auto;
    }

    .y2k9l-btns .btn {
        min-height: 30px;
        padding: 6px 10px;
        font-size: 11px;
        border-radius: 5px;
    }

    .p8n3x-online {
        display: none;
    }

    .burger {
        display: inline-flex;
        justify-self: end;
    }

    .nav-menu {
        position: fixed;
        top: 54px;
        left: 8px;
        right: 8px;
        z-index: 4999;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px 12px;
        background: #111;
        border: 1px solid #2c2c2c;
        border-radius: 12px;
        box-shadow: 0 14px 30px rgba(0, 0, 0, .45);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    }

    .nav-menu.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .nav-menu li + li {
        border-top: 1px solid #232323;
    }

    .nav-menu a {
        padding: 12px 0;
        font-size: 14px;
    }

    body.menu-open {
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .header {
        position: sticky;
        top: 0;
        z-index: 5000;
    }

    .x4f8n-hdr {
        grid-template-columns: auto 1fr auto auto;
        gap: 6px;
        min-height: 50px;
    }

    .logo img {
        width: 56px;
        height: 28px;
    }

    .y2k9l-btns {
        gap: 5px;
    }

    .y2k9l-btns .btn {
        min-height: 28px;
        padding: 5px 8px;
        font-size: 10px;
    }

    .burger {
        width: 30px;
        height: 30px;
    }

    .burger span {
        width: 16px;
    }

    .nav-menu {
        top: 50px;
        left: 6px;
        right: 6px;
    }
}

.mb-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .96);
    border-bottom: 1px solid rgba(255, 215, 0, .18);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .28);
    backdrop-filter: blur(10px);
}

.mb-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 16px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
}

.mb-header__logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.mb-header__logo img {
    display: block;
    width: 80px;
    height: 40px;
    object-fit: contain;
}

.mb-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-width: 0;
}

.mb-header__link {
    color: #ffd700;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    transition: color .2s ease, opacity .2s ease;
}

.mb-header__link:hover {
    color: #fff0a8;
}

.mb-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mb-header__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.mb-header__btn:hover {
    transform: translateY(-1px);
}

.mb-header__btn--ghost {
    background: transparent;
    border: 1px solid #ffd700;
    color: #ffd700;
}

.mb-header__btn--ghost:hover {
    background: #ffd700;
    color: #000;
    box-shadow: 0 8px 20px rgba(255, 215, 0, .22);
}

.mb-header__btn--primary {
    background: #ffd700;
    color: #000;
    border: 1px solid #ffd700;
}

.mb-header__btn--primary:hover {
    background: #ffe04d;
    color: #000;
    box-shadow: 0 8px 20px rgba(255, 215, 0, .22);
}

.mb-header__burger {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 215, 0, .22);
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.mb-header__burger span {
    display: block;
    width: 18px;
    height: 2px;
    background: #ffd700;
    border-radius: 2px;
    transition: transform .25s ease, opacity .25s ease;
}

.mb-header__burger.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mb-header__burger.is-active span:nth-child(2) {
    opacity: 0;
}

.mb-header__burger.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 991px) {
    .mb-header__inner {
        grid-template-columns: auto 1fr auto auto;
        gap: 10px;
        padding: 10px 14px;
    }

    .mb-header__logo img {
        width: 72px;
        height: 36px;
    }

    .mb-header__nav {
        position: fixed;
        top: 64px;
        left: 10px;
        right: 10px;
        z-index: 9998;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px 14px;
        background: #111;
        border: 1px solid rgba(255, 215, 0, .16);
        border-radius: 14px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    }

    .mb-header__nav.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .mb-header__link {
        display: block;
        padding: 14px 0;
        font-size: 15px;
    }

    .mb-header__link + .mb-header__link {
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .mb-header__actions {
        gap: 8px;
    }

    .mb-header__btn {
        min-height: 38px;
        padding: 9px 14px;
        font-size: 12px;
        border-radius: 8px;
    }

    .mb-header__burger {
        display: inline-flex;
    }

    body.mb-menu-open {
        overflow: hidden;
    }
}

@media (max-width: 560px) {
    .mb-header__inner {
        grid-template-columns: auto 1fr auto auto;
        gap: 8px;
        padding: 8px 10px;
    }

    .mb-header__logo img {
        width: 64px;
        height: 32px;
    }

    .mb-header__actions {
        gap: 6px;
    }

    .mb-header__btn {
        min-height: 34px;
        padding: 8px 12px;
        font-size: 11px;
    }

    .mb-header__burger {
        width: 38px;
        height: 38px;
        border-radius: 8px;
    }

    .mb-header__nav {
        top: 56px;
        left: 8px;
        right: 8px;
        padding: 8px 12px;
        border-radius: 12px;
    }

    .mb-header__link {
        padding: 12px 0;
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .mb-header__inner {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .mb-header__actions {
        grid-column: 1 / -1;
        order: 3;
        width: 100%;
    }

    .mb-header__actions .mb-header__btn {
        flex: 1 1 0;
        width: 100%;
    }

    .mb-header__burger {
        order: 2;
        justify-self: end;
    }
}