:root {
    --clr-bg: #042522;
    --clr-header: #053029;
    --clr-btn-login: #013D33;
    --clr-btn-reg: #B30AD7;
    --clr-btn-reg2: #9b09bb;
    --clr-text: #e8f4f0;
    --clr-text-muted: #a8c4bc;
    --clr-card: #0a3530;
    --clr-card2: #0c3e38;
    --clr-border: #1a5e52;
    --clr-accent: #1fba90;
    --clr-gold: #f0c040;
    --clr-win: #22d47a;
    --radius: 12px;
    --radius-sm: 8px;
    --shadow: 0 4px 24px rgba(0, 0, 0, .45);
    --tr: .25s ease
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px
}

body {
    background: var(--clr-bg);
    color: var(--clr-text);
    font-family: 'Open Sans', 'Roboto', Arial, sans-serif;
    line-height: 1.7;
    min-height: 100vh;
    overflow-x: hidden
}

a {
    color: var(--clr-accent);
    text-decoration: none;
    transition: color var(--tr)
}

a:hover {
    color: #fff
}

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

ul {
    list-style: none
}

button {
    cursor: pointer;
    font-family: inherit
}

.x9b3 {
    display: none
}

.qr2f {
    visibility: hidden;
    position: absolute;
    top: -9999px
}

.m7k4p {
    display: none !important
}

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

.h9x2 {
    background: var(--clr-header);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .5)
}

.h9x2-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    max-width: 1280px;
    margin: 0 auto;
    gap: 16px
}

.h9x2-logo img {
    height: 44px;
    width: auto;
    object-fit: contain
}

.h9x2-nav {
    display: flex;
    align-items: center;
    gap: 24px
}

.h9x2-nav a {
    color: var(--clr-text);
    font-size: .9rem;
    font-weight: 500;
    padding: 6px 2px;
    border-bottom: 2px solid transparent;
    transition: border-color var(--tr), color var(--tr)
}

.h9x2-nav a:hover {
    color: var(--clr-accent);
    border-bottom-color: var(--clr-accent)
}

.h9x2-online {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .8rem;
    color: var(--clr-text-muted);
    white-space: nowrap
}

.h9x2-online-dot {
    width: 8px;
    height: 8px;
    background: var(--clr-win);
    border-radius: 50%;
    animation: pulse2 1.6s infinite
}

@keyframes pulse2 {
    0%, 100% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: .5;
        transform: scale(1.35)
    }
}

.h9x2-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: .88rem;
    border: none;
    transition: all var(--tr);
    white-space: nowrap;
    text-decoration: none !important
}

.btn-login {
    background: var(--clr-btn-login);
    color: #a8f0d8;
    border: 1.5px solid #1a6655
}

.btn-login:hover {
    background: #025045;
    color: #fff;
    transform: translateY(-1px)
}

.btn-reg {
    background: var(--clr-btn-reg);
    color: #fff;
    box-shadow: 0 0 18px rgba(179, 10, 215, .4)
}

.btn-reg:hover {
    background: var(--clr-btn-reg2);
    transform: translateY(-1px);
    box-shadow: 0 0 26px rgba(179, 10, 215, .6)
}

.btn-hero {
    background: var(--clr-btn-reg);
    color: #fff;
    padding: 14px 36px;
    font-size: 1.05rem;
    border-radius: var(--radius);
    box-shadow: 0 0 22px rgba(179, 10, 215, .5)
}

.btn-hero:hover {
    background: var(--clr-btn-reg2);
    transform: translateY(-2px);
    box-shadow: 0 0 34px rgba(179, 10, 215, .7)
}

.btn-copy {
    background: var(--clr-btn-login);
    color: #a8f0d8;
    border: 1.5px solid #1a6655;
    padding: 10px 20px
}

.btn-copy:hover {
    background: #025045;
    color: #fff
}

.btn-activate {
    background: var(--clr-btn-reg);
    color: #fff;
    padding: 10px 24px;
    box-shadow: 0 0 14px rgba(179, 10, 215, .35)
}

.btn-activate:hover {
    background: var(--clr-btn-reg2)
}

.btn-play {
    background: transparent;
    color: var(--clr-accent);
    border: 1.5px solid var(--clr-accent);
    padding: 7px 18px;
    font-size: .82rem;
    border-radius: var(--radius-sm)
}

.btn-play:hover {
    background: var(--clr-accent);
    color: #000
}

.btn-slot-spin {
    background: linear-gradient(135deg, #B30AD7, #7b04a0);
    color: #fff;
    padding: 13px 44px;
    font-size: 1rem;
    border-radius: var(--radius);
    border: none;
    box-shadow: 0 0 20px rgba(179, 10, 215, .5)
}

.btn-slot-spin:hover {
    background: linear-gradient(135deg, #c912f0, #9b09bb);
    transform: translateY(-2px)
}

.btn-slot-spin:disabled {
    opacity: .6;
    cursor: not-allowed;
    transform: none
}

.btn-get-bonus {
    background: linear-gradient(135deg, #22d47a, #0fa857);
    color: #000;
    padding: 12px 34px;
    font-size: .95rem;
    font-weight: 700;
    border-radius: var(--radius);
    border: none;
    box-shadow: 0 0 18px rgba(34, 212, 122, .4);
    animation: winPulse .9s infinite alternate
}

@keyframes winPulse {
    from {
        box-shadow: 0 0 14px rgba(34, 212, 122, .4)
    }
    to {
        box-shadow: 0 0 30px rgba(34, 212, 122, .8)
    }
}

.btn-review-submit {
    background: var(--clr-btn-reg);
    color: #fff;
    padding: 12px 32px;
    border: none;
    border-radius: var(--radius-sm);
    font-size: .95rem;
    font-weight: 600;
    box-shadow: 0 0 14px rgba(179, 10, 215, .35)
}

.btn-review-submit:hover {
    background: var(--clr-btn-reg2);
    transform: translateY(-1px)
}

.burg {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 6px;
    background: transparent;
    border: none;
    cursor: pointer
}

.burg span {
    width: 24px;
    height: 2px;
    background: var(--clr-text);
    display: block;
    transition: all var(--tr);
    border-radius: 2px
}

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

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

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

.mob-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(5, 48, 41, .97);
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 60px 20px 40px
}

.mob-nav.open {
    display: flex
}

.mob-nav a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600
}

.mob-nav-btns {
    display: flex;
    gap: 12px;
    margin-top: 8px
}

.mob-close {
    position: absolute;
    top: 18px;
    right: 20px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer
}

.hero-sl {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    background: #031a18
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .8s ease;
    display: flex;
    align-items: center
}

.hero-slide.active {
    opacity: 1;
    position: relative
}

.hero-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 0
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 37, 34, .9) 0%, rgba(4, 37, 34, .55) 60%, transparent 100%);
    z-index: 1
}

.hero-slide-content {
    position: relative;
    z-index: 2;
    max-width: 580px;
    padding: 60px 40px
}

.hero-slide-content h2 {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 14px;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .6)
}

.hero-slide-content p {
    font-size: 1.05rem;
    color: #c8ece4;
    margin-bottom: 28px
}

.hero-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 3
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    border: none;
    cursor: pointer;
    transition: background var(--tr), transform var(--tr)
}

.hero-dot.active {
    background: #fff;
    transform: scale(1.3)
}

.hero-prev, .hero-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: rgba(5, 48, 41, .65);
    border: 1.5px solid var(--clr-border);
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background var(--tr)
}

.hero-prev {
    left: 16px
}

.hero-next {
    right: 16px
}

.hero-prev:hover, .hero-next:hover {
    background: rgba(31, 186, 144, .25)
}

section, .section {
    padding: 60px 0
}

.section-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px
}

.section-sub {
    font-size: .95rem;
    color: var(--clr-text-muted);
    margin-bottom: 32px
}

.promo-wrap {
    background: var(--clr-card);
    border-radius: var(--radius);
    padding: 36px;
    border: 1.5px solid var(--clr-border);
    box-shadow: var(--shadow);
    max-width: 700px;
    margin: 0 auto;
    text-align: center
}

.promo-label {
    font-size: .82rem;
    color: var(--clr-text-muted);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 10px
}

.promo-code-card {
    background: #0f3f38;
    border: 2px dashed var(--clr-accent);
    border-radius: var(--radius-sm);
    padding: 18px 28px;
    margin: 18px auto;
    display: inline-block;
    position: relative
}

.promo-code-val {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: .15em;
    color: var(--clr-accent);
    font-family: 'Roboto', monospace
}

.promo-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(34, 212, 122, .12);
    border: 1px solid rgba(34, 212, 122, .3);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: .8rem;
    color: var(--clr-win);
    margin-bottom: 20px
}

.promo-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--clr-win);
    animation: pulse2 1.4s infinite
}

.promo-timer {
    font-size: .82rem;
    color: var(--clr-text-muted);
    margin-bottom: 20px
}

.promo-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.promo-copied {
    font-size: .82rem;
    color: var(--clr-win);
    height: 20px;
    margin-top: 10px;
    transition: opacity var(--tr)
}

.jackpot-grid {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center
}

.jackpot-card {
    background: linear-gradient(135deg, var(--clr-card) 0%, #0e4840 100%);
    border-radius: var(--radius);
    padding: 28px 24px;
    flex: 1;
    min-width: 160px;
    max-width: 260px;
    text-align: center;
    border: 1.5px solid var(--clr-border);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden
}

.jackpot-card::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(31, 186, 144, .15) 0%, transparent 70%)
}

.jackpot-type {
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--clr-text-muted);
    margin-bottom: 8px
}

.jackpot-type.grand {
    color: var(--clr-gold)
}

.jackpot-type.major {
    color: #ff8c42
}

.jackpot-type.minor {
    color: var(--clr-accent)
}

.jackpot-type.mini {
    color: var(--clr-text-muted)
}

.jackpot-amount {
    font-size: 1.7rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: .02em;
    line-height: 1.1
}

.jackpot-amount.grand {
    color: var(--clr-gold);
    text-shadow: 0 0 20px rgba(240, 192, 64, .4)
}

.jackpot-currency {
    font-size: .8rem;
    color: var(--clr-text-muted);
    margin-top: 4px
}

.bonus-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.bonus-card {
    background: var(--clr-card);
    border-radius: var(--radius);
    padding: 28px 24px;
    flex: 1;
    min-width: 240px;
    border: 1.5px solid var(--clr-border);
    box-shadow: var(--shadow);
    transition: transform var(--tr), box-shadow var(--tr);
    position: relative;
    overflow: hidden
}

.bonus-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .55)
}

.bonus-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--clr-accent), var(--clr-btn-reg))
}

.bonus-badge {
    display: inline-block;
    background: rgba(179, 10, 215, .18);
    border: 1px solid rgba(179, 10, 215, .35);
    color: #d46af5;
    border-radius: 20px;
    padding: 3px 12px;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 14px
}

.bonus-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.bonus-card p {
    font-size: .88rem;
    color: var(--clr-text-muted);
    line-height: 1.65
}

.bonus-amount {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--clr-gold);
    margin: 12px 0 6px
}

.games-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 18px
}

.game-card {
    background: var(--clr-card2);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1.5px solid var(--clr-border);
    transition: transform var(--tr), box-shadow var(--tr);
    position: relative
}

.game-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 36px rgba(0, 0, 0, .6)
}

.game-card-img {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #071e1b
}

.game-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
    loading: lazy
}

.game-card:hover .game-card-img img {
    transform: scale(1.07)
}

.game-card-body {
    padding: 16px
}

.game-card-name {
    font-weight: 700;
    color: #fff;
    font-size: .95rem;
    margin-bottom: 4px
}

.game-card-provider {
    font-size: .76rem;
    color: var(--clr-text-muted);
    margin-bottom: 12px
}

.game-card-provider span {
    background: rgba(31, 186, 144, .12);
    border-radius: 4px;
    padding: 2px 8px
}

.slot-machine-wrap {
    background: var(--clr-card);
    border-radius: var(--radius);
    padding: 40px 32px;
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
    border: 1.5px solid var(--clr-border);
    box-shadow: var(--shadow)
}

.slot-machine-wrap h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px
}

.slot-machine-wrap > p {
    font-size: .88rem;
    color: var(--clr-text-muted);
    margin-bottom: 28px
}

.slot-reels {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 28px
}

.slot-reel {
    width: 80px;
    height: 90px;
    background: #071e1b;
    border: 2px solid var(--clr-border);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    overflow: hidden;
    transition: border-color var(--tr);
    position: relative
}

.slot-reel.spinning {
    animation: reelSpin .12s linear infinite
}

@keyframes reelSpin {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-8px)
    }
    100% {
        transform: translateY(0)
    }
}

.slot-reel.win {
    border-color: var(--clr-win);
    box-shadow: 0 0 16px rgba(34, 212, 122, .4)
}

.slot-result {
    min-height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px
}

.slot-win-text {
    color: var(--clr-win);
    font-size: 1.05rem;
    font-weight: 700;
    animation: fadeInUp .5s ease
}

.slot-lose-text {
    color: var(--clr-text-muted);
    font-size: .9rem
}

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

.review-section .section-title {
    margin-bottom: 4px
}

.review-author-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--clr-card);
    border-radius: var(--radius-sm);
    padding: 16px 20px;
    margin-bottom: 32px;
    border: 1.5px solid var(--clr-border);
    max-width: 520px
}

.review-author-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #0a3530
}

.review-author-name {
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px
}

.review-author-role {
    font-size: .8rem;
    color: var(--clr-text-muted)
}

.review-author-link {
    font-size: .8rem;
    color: var(--clr-accent)
}

.review-content-block {
    background: var(--clr-card);
    border-radius: var(--radius);
    padding: 36px;
    border: 1.5px solid var(--clr-border);
    line-height: 1.85
}

.review-content-block h1, .review-content-block h2, .review-content-block h3, .review-content-block h4 {
    color: #fff;
    margin: 24px 0 12px;
    font-weight: 700
}

.review-content-block h1 {
    font-size: 1.8rem
}

.review-content-block h2 {
    font-size: 1.4rem
}

.review-content-block h3 {
    font-size: 1.15rem
}

.review-content-block p {
    margin-bottom: 14px;
    color: var(--clr-text)
}

.review-content-block ul, .review-content-block ol {
    padding-left: 24px;
    margin-bottom: 14px
}

.review-content-block ul {
    list-style: disc
}

.review-content-block ol {
    list-style: decimal
}

.review-content-block li {
    margin-bottom: 6px;
    color: var(--clr-text)
}

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

.review-content-block th {
    background: var(--clr-card2);
    padding: 12px 16px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    border: 1.5px solid var(--clr-border)
}

.review-content-block td {
    padding: 11px 16px;
    text-align: left;
    border: 1.5px solid var(--clr-border);
    color: var(--clr-text)
}

.review-content-block tr:nth-child(even) td {
    background: rgba(10, 53, 48, .4)
}

.review-content-block a {
    color: var(--clr-accent);
    text-decoration: underline
}

.review-content-block strong, .review-content-block b {
    color: #fff;
    font-weight: 700
}

.review-content-block blockquote {
    border-left: 3px solid var(--clr-accent);
    padding: 12px 20px;
    background: rgba(31, 186, 144, .06);
    margin: 16px 0;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    font-style: italic;
    color: var(--clr-text-muted)
}

.reviews-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 48px
}

.review-card {
    background: var(--clr-card);
    border-radius: var(--radius);
    padding: 24px;
    border: 1.5px solid var(--clr-border);
    transition: transform var(--tr)
}

.review-card:hover {
    transform: translateY(-3px)
}

.review-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px
}

.review-card-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #0a3530;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--clr-accent);
    font-weight: 700;
    flex-shrink: 0
}

.review-card-name {
    font-weight: 700;
    color: #fff;
    font-size: .95rem;
    margin-bottom: 2px
}

.review-stars {
    display: flex;
    gap: 3px
}

.review-stars svg {
    width: 16px;
    height: 16px;
    fill: var(--clr-gold)
}

.review-card-text {
    font-size: .88rem;
    color: var(--clr-text-muted);
    line-height: 1.65
}

.review-form-wrap {
    background: var(--clr-card);
    border-radius: var(--radius);
    padding: 36px;
    border: 1.5px solid var(--clr-border);
    max-width: 600px
}

.review-form-wrap h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px
}

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

.form-label {
    display: block;
    font-size: .85rem;
    color: var(--clr-text-muted);
    margin-bottom: 7px;
    font-weight: 500
}

.form-input, .form-textarea {
    width: 100%;
    background: #071e1b;
    border: 1.5px solid var(--clr-border);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    color: var(--clr-text);
    font-family: inherit;
    font-size: .93rem;
    transition: border-color var(--tr)
}

.form-input:focus, .form-textarea:focus {
    outline: none;
    border-color: var(--clr-accent)
}

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

.form-success {
    display: none;
    background: rgba(34, 212, 122, .1);
    border: 1.5px solid rgba(34, 212, 122, .3);
    border-radius: var(--radius-sm);
    padding: 16px;
    color: var(--clr-win);
    font-size: .93rem;
    margin-top: 12px
}

.ft9q2 {
    background: var(--clr-header);
    padding: 50px 0 24px;
    margin-top: 60px
}

.ft9q2-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px
}

.ft9q2-top {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: flex-start
}

.ft9q2-logo img {
    height: 40px;
    margin-bottom: 16px
}

.ft9q2-desc {
    font-size: .84rem;
    color: var(--clr-text-muted);
    max-width: 280px;
    line-height: 1.65
}

.ft9q2-nav {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 12px
}

.ft9q2-nav a {
    font-size: .83rem;
    color: var(--clr-text-muted);
    transition: color var(--tr)
}

.ft9q2-nav a:hover {
    color: var(--clr-accent)
}

.ft9q2-col h4 {
    font-size: .92rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.ft9q2-col-links {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ft9q2-col-links a {
    font-size: .83rem;
    color: var(--clr-text-muted);
    transition: color var(--tr)
}

.ft9q2-col-links a:hover {
    color: var(--clr-accent)
}

.ft9q2-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 32px
}

.ft9q2-badge {
    background: #0a3530;
    border: 1.5px solid var(--clr-border);
    border-radius: var(--radius-sm);
    padding: 8px 16px;
    font-size: .78rem;
    color: var(--clr-text-muted);
    font-weight: 600
}

.ft9q2-providers {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 32px
}

.ft9q2-provider {
    background: #0a3530;
    border: 1.5px solid var(--clr-border);
    border-radius: var(--radius-sm);
    padding: 7px 14px;
    font-size: .78rem;
    color: var(--clr-accent);
    font-weight: 600
}

.ft9q2-legal {
    font-size: .76rem;
    color: #5a8a80;
    line-height: 1.65;
    border-top: 1px solid var(--clr-border);
    padding-top: 20px
}

.ft9q2-copy {
    font-size: .78rem;
    color: #4a7a70;
    margin-top: 10px
}

.widget-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: linear-gradient(90deg, #053029 0%, #0a3530 100%);
    border-top: 2px solid var(--clr-btn-reg);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .45)
}

.widget-bar-text {
    font-size: .9rem;
    color: #fff;
    font-weight: 500
}

.widget-bar-text strong {
    color: var(--clr-gold)
}

.widget-bar a {
    text-decoration: none !important;
    color: #fff
}

.widget-bar-close {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, .4);
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 6px;
    transition: color var(--tr)
}

.widget-bar-close:hover {
    color: #fff
}

.fade-in {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .6s ease, transform .6s ease
}

.fade-in.visible {
    opacity: 1;
    transform: none
}

.slider-mob {
    display: contents
}

@media (max-width: 1024px) {
    .games-grid {
        grid-template-columns:repeat(2, 1fr)
    }

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

@media (max-width: 768px) {
    .h9x2-nav {
        display: none
    }

    .h9x2-online {
        display: none
    }

    .burg {
        display: flex
    }

    .hero-slide-content {
        padding: 40px 20px
    }

    .hero-slide-content h2 {
        font-size: 1.6rem
    }

    .games-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .reviews-grid {
        grid-template-columns:1fr
    }

    .jackpot-grid {
        gap: 10px
    }

    .jackpot-card {
        min-width: 130px;
        padding: 20px 14px
    }

    .jackpot-amount {
        font-size: 1.3rem
    }

    .ft9q2-top {
        gap: 24px
    }

    .widget-bar {
        flex-wrap: wrap;
        padding: 10px 14px
    }

    .promo-code-val {
        font-size: 1.5rem
    }

    section, .section {
        padding: 40px 0
    }

    .bonus-grid {
        flex-direction: column
    }

    .games-grid {
        grid-template-columns:1fr 1fr
    }

    .slot-reels {
        gap: 8px
    }

    .slot-reel {
        width: 68px;
        height: 78px;
        font-size: 2rem
    }

    .slider-mob-track {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch
    }

    .slider-mob-track::-webkit-scrollbar {
        height: 4px
    }

    .slider-mob-track::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, .05)
    }

    .slider-mob-track::-webkit-scrollbar-thumb {
        background: var(--clr-border);
        border-radius: 2px
    }

    .slider-mob-track .bonus-card, .slider-mob-track .game-card {
        flex: 0 0 82vw;
        scroll-snap-align: start
    }

    .review-content-block {
        padding: 22px 16px
    }
}

@media (max-width: 480px) {
    .h9x2-inner {
        padding: 10px 14px
    }

    .games-grid {
        grid-template-columns:1fr
    }

    .hero-slide-content h2 {
        font-size: 1.35rem
    }
}

.wp-site-url {
    display: none
}

.entry-content {
}

.post-thumbnail {
}

.elementor-widget-container {
}

.yoast-seo-meta {
    display: none !important
}

.hero-sl {
    position: relative;
    width: 100%;
    min-height: 620px;
    overflow: hidden;
    background: #031a18;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    min-height: 620px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s ease, visibility .7s ease;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.hero-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(4, 37, 34, .92) 0%, rgba(4, 37, 34, .72) 45%, rgba(4, 37, 34, .35) 100%);
}

.hero-slide-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 620px;
    padding: 80px 50px;
}

.hero-slide-content h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 18px;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .6);
}

.hero-slide-content p {
    color: #c8ece4;
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 520px;
}

.hero-slide-content .btn-hero {
    min-width: 250px;
    min-height: 58px;
    border-radius: 14px;
    font-size: 1.05rem;
    font-weight: 800;
}

.hero-prev,
.hero-next {
    width: 52px;
    height: 52px;
    z-index: 5;
    background: rgba(5, 48, 41, .72);
    border: 1px solid rgba(31, 186, 144, .45);
    backdrop-filter: blur(8px);
}

.hero-prev {
    left: 20px;
}

.hero-next {
    right: 20px;
}

.hero-dots {
    bottom: 24px;
    z-index: 5;
}

.hero-dot {
    width: 11px;
    height: 11px;
}

@media (max-width: 768px) {
    .hero-sl,
    .hero-slide {
        min-height: 460px;
    }

    .hero-slide img {
        object-position: center;
    }

    .hero-slide-overlay {
        background: linear-gradient(180deg, rgba(4, 37, 34, .82) 0%, rgba(4, 37, 34, .72) 50%, rgba(4, 37, 34, .9) 100%);
    }

    .hero-slide-content {
        max-width: 100%;
        padding: 54px 18px 78px;
        text-align: center;
    }

    .hero-slide-content h2 {
        font-size: 1.75rem;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .hero-slide-content p {
        font-size: .95rem;
        line-height: 1.6;
        margin: 0 auto 22px;
        max-width: 340px;
    }

    .hero-slide-content .btn-hero {
        width: 100%;
        max-width: 280px;
        min-width: 0;
        min-height: 50px;
        padding: 13px 18px;
        font-size: .95rem;
    }

    .hero-prev,
    .hero-next {
        width: 42px;
        height: 42px;
        top: auto;
        bottom: 18px;
        transform: none;
    }

    .hero-prev {
        left: 16px;
    }

    .hero-next {
        right: 16px;
    }

    .hero-dots {
        bottom: 30px;
    }
}

@media (max-width: 480px) {
    .hero-sl,
    .hero-slide {
        min-height: 420px;
    }

    .hero-slide-content {
        padding: 44px 14px 72px;
    }

    .hero-slide-content h2 {
        font-size: 1.45rem;
    }

    .hero-slide-content p {
        font-size: .88rem;
    }

    .hero-prev,
    .hero-next {
        width: 38px;
        height: 38px;
    }

    .hero-dot {
        width: 9px;
        height: 9px;
    }
}