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

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #e8e8e8;
    background: #0e0e0e;
    overflow-x: hidden
}

body.fixed {
    overflow: hidden
}

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

a {
    color: #e50539;
    text-decoration: none;
    transition: color .2s ease
}

a:hover {
    color: #ff2255
}

ul {
    list-style: none
}

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

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

.box {
    background: #1b1c1d;
    border-radius: 12px;
    margin: 12px 0
}

.wp-site-blocks {
    width: 100%
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #1b1c1d;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .5)
}

.header-box {
    margin: 0;
    border-radius: 0;
    background: #1b1c1d
}

.hdr-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 20px;
    height: 64px
}

.hdr-logo-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0
}

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

.hdr-online {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #0e0e0e;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: .75rem;
    color: #aaa
}

.online-dot {
    width: 8px;
    height: 8px;
    background: #28a909;
    border-radius: 50%;
    animation: pulse-green 1.5s ease-in-out infinite
}

@keyframes pulse-green {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(40, 169, 9, .4)
    }
    50% {
        box-shadow: 0 0 0 6px rgba(40, 169, 9, 0)
    }
}

.online-count {
    color: #28a909;
    font-weight: 600
}

.hdr-nav {
    flex: 1
}

.hdr-nav-list {
    display: flex;
    align-items: center;
    gap: 4px
}

.hdr-nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    color: #ccc;
    font-size: .875rem;
    font-weight: 500;
    border-radius: 8px;
    transition: background .2s, color .2s
}

.hdr-nav-link svg {
    flex-shrink: 0
}

.hdr-nav-link:hover {
    background: rgba(229, 5, 57, .12);
    color: #e50539
}

.hdr-right {
    display: flex;
    align-items: center;
    gap: 10px
}

.hdr-lang-wrap {
    position: relative
}

.hdr-lang-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: 1px solid #333;
    color: #ccc;
    font-size: .8rem;
    padding: 6px 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color .2s, color .2s
}

.hdr-lang-btn:hover {
    border-color: #e50539;
    color: #fff
}

.lang-flag {
    font-size: 1rem
}

.lang-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #1b1c1d;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    min-width: 150px;
    padding: 6px 0;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .2s, transform .2s, visibility .2s;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .5)
}

.hdr-lang-wrap.open .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    color: #ccc;
    font-size: .85rem;
    transition: background .15s, color .15s
}

.lang-option:hover, .lang-option.active {
    background: rgba(229, 5, 57, .1);
    color: #e50539
}

.hdr-btns {
    display: flex;
    gap: 8px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: .875rem;
    padding: 9px 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
    text-decoration: none;
    border: none;
    white-space: nowrap
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .4)
}

.btn:active {
    transform: translateY(0);
    box-shadow: none
}

.btn-demo {
    background: #1e3a5f;
    color: #fff
}

.btn-demo:hover {
    background: #264c7a;
    color: #fff
}

.btn-money {
    background: #e50539;
    color: #fff
}

.btn-money:hover {
    background: #c80430;
    color: #fff
}

.btn-register {
    background: #28a909;
    color: #fff
}

.btn-register:hover {
    background: #1e8707;
    color: #fff
}

.btn-play {
    background: #28a909;
    color: #fff;
    font-size: 1rem;
    padding: 14px 32px;
    border-radius: 10px
}

.btn-play:hover {
    background: #1e8707;
    color: #fff
}

.btn-hero {
    background: #e50539;
    color: #fff;
    font-size: 1.1rem;
    padding: 16px 40px;
    border-radius: 12px;
    letter-spacing: .02em
}

.btn-hero:hover {
    background: #c80430;
    color: #fff
}

.hdr-burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0
}

.hdr-burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ccc;
    border-radius: 2px;
    transition: transform .3s ease, opacity .3s ease, width .3s ease
}

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

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

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

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
    background: #0e0e0e
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('/hero-banner.png');
    background-size: cover;
    background-position: center;
    z-index: 0
}

.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(14, 14, 14, .92) 0%, rgba(14, 14, 14, .6) 60%, rgba(14, 14, 14, .3) 100%)
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 580px;
    padding: 60px 0
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(229, 5, 57, .15);
    border: 1px solid rgba(229, 5, 57, .3);
    color: #e50539;
    font-size: .8rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 16px;
    text-wrap: balance
}

.hero-title span {
    color: #e50539
}

.hero-desc {
    font-size: 1.05rem;
    color: #bbb;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 480px
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.hero-stats {
    display: flex;
    gap: 24px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    flex-wrap: wrap
}

.hero-stat {
    text-align: center
}

.hero-stat-val {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    line-height: 1
}

.hero-stat-val span {
    color: #28a909
}

.hero-stat-lbl {
    font-size: .75rem;
    color: #888;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: .05em
}

.section-header {
    text-align: center;
    margin-bottom: 40px
}

.section-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-wrap: balance
}

.section-subtitle {
    font-size: 1rem;
    color: #888;
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.6
}

.content-box {
    padding: 32px 24px
}

.games-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #222
}

.game-info-grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
    margin-top: 24px
}

.game-info-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #111;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 14px 16px;
    transition: border-color .2s, transform .2s
}

.game-info-card:hover {
    border-color: #333;
    transform: translateY(-2px)
}

.game-info-icon {
    flex-shrink: 0
}

.game-info-label {
    font-size: .72rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 2px
}

.game-info-value {
    font-size: .95rem;
    font-weight: 600;
    color: #e8e8e8
}

.advantages-section {
    padding-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #222
}

.advantages-grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    margin-top: 24px
}

.adv-card {
    background: #111;
    border: 1px solid #222;
    border-radius: 12px;
    padding: 24px;
    transition: border-color .25s, transform .25s
}

.adv-card:hover {
    border-color: #e50539;
    transform: translateY(-3px)
}

.adv-icon {
    margin-bottom: 14px
}

.adv-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px
}

.adv-card p {
    font-size: .9rem;
    color: #999;
    line-height: 1.6
}

.video-section {
    padding: 40px 0;
    border-bottom: 1px solid #222;
    margin-bottom: 40px
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #000;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .6)
}

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

.bonuses-section {
    padding: 40px 0;
    border-bottom: 1px solid #222;
    margin-bottom: 40px
}

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

.bonus-card {
    background: #111;
    border: 1px solid #222;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color .25s, transform .25s
}

.bonus-card:hover {
    border-color: #28a909;
    transform: translateY(-4px)
}

.bonus-card-head {
    background: #1b1c1d;
    padding: 20px;
    text-align: center;
    position: relative
}

.bonus-casino-name {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 6px
}

.bonus-amount {
    font-size: 1.8rem;
    font-weight: 800;
    color: #28a909;
    line-height: 1
}

.bonus-amount-sub {
    font-size: .8rem;
    color: #666;
    margin-top: 4px
}

.bonus-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #e50539;
    color: #fff;
    font-size: .65rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .05em
}

.bonus-card-body {
    padding: 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.bonus-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .85rem;
    color: #aaa
}

.bonus-feature svg {
    flex-shrink: 0;
    color: #28a909
}

.bonus-card-footer {
    padding: 16px;
    border-top: 1px solid #1e1e1e
}

.bonus-card-footer .btn {
    width: 100%;
    justify-content: center
}

.bonus-terms {
    font-size: .7rem;
    color: #555;
    text-align: center;
    margin-top: 8px
}

.demo-section {
    padding: 40px 0;
    border-bottom: 1px solid #222;
    margin-bottom: 40px
}

.demo-wrap {
    border-radius: 14px;
    background: #000;
    border: 1px solid #222;
    position: relative
}

.demo-iframe-wrap {
    position: relative;
    padding-bottom: 60%;
    height: 0
}

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

.demo-cta {
    background: #1b1c1d;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.demo-cta-text {
    font-size: .95rem;
    color: #bbb
}

.demo-cta-text strong {
    color: #fff
}

.faq-section {
    padding: 40px 0;
    margin-bottom: 40px
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px
}

.faq-item {
    background: #111;
    border: 1px solid #222;
    border-radius: 10px;
    overflow: hidden
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: .95rem;
    font-weight: 600;
    color: #e8e8e8;
    text-align: left;
    transition: color .2s
}

.faq-question:hover {
    color: #e50539
}

.faq-question svg {
    flex-shrink: 0;
    transition: transform .3s ease;
    color: #666
}

.faq-item.open .faq-question svg {
    transform: rotate(180deg)
}

.faq-item.open .faq-question {
    color: #e50539
}

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

.faq-item.open .faq-answer {
    max-height: 400px
}

.faq-answer-inner {
    padding: 0 20px 18px;
    color: #999;
    font-size: .9rem;
    line-height: 1.7
}

.author-section {
    margin: 40px 0;
    padding: 28px;
    background: #111;
    border: 1px solid #222;
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.author-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #e50539;
    background: #1b1c1d;
    display: flex;
    align-items: center;
    justify-content: center
}

.author-avatar svg {
    color: #666
}

.author-info h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px
}

.author-info .author-title {
    font-size: .8rem;
    color: #888;
    margin-bottom: 8px
}

.author-info p {
    font-size: .85rem;
    color: #999;
    line-height: 1.6
}

.author-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-size: .8rem;
    color: #e50539;
    font-weight: 600
}

.author-link:hover {
    color: #ff2255
}

.page-h1 {
    font-size: clamp(1.5rem, 3.5vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 28px;
    line-height: 1.2;
    text-wrap: balance;
    display: none
}

.breadcrumbs {
    margin-bottom: 16px
}

.breadcrumbs ol {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .8rem;
    color: #666
}

.breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 6px
}

.breadcrumbs li::after {
    content: '/';
    color: #444
}

.breadcrumbs li:last-child::after {
    display: none
}

.breadcrumbs a {
    color: #888;
    transition: color .2s
}

.breadcrumbs a:hover {
    color: #e50539
}

.breadcrumbs li[aria-current] {
    color: #ccc
}

.technical-content {
    padding: 40px 32px
}

.technical-content .page-h1 {
    display: block
}

.technical-text h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    margin: 28px 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #222
}

.technical-text h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e8e8e8;
    margin: 20px 0 8px
}

.technical-text p {
    font-size: .95rem;
    color: #aaa;
    line-height: 1.7;
    margin-bottom: 14px
}

.technical-text ul, .technical-text ol {
    padding-left: 20px;
    margin-bottom: 14px
}

.technical-text ul {
    list-style: disc
}

.technical-text ol {
    list-style: decimal
}

.technical-text li {
    font-size: .95rem;
    color: #aaa;
    line-height: 1.7;
    margin-bottom: 6px
}

.technical-text a {
    color: #e50539
}

.technical-text a:hover {
    color: #ff2255
}

.entry-content h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin: 32px 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #1e1e1e
}

.entry-content h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #e8e8e8;
    margin: 22px 0 10px
}

.entry-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #ccc;
    margin: 18px 0 8px
}

.entry-content p {
    font-size: .95rem;
    color: #aaa;
    line-height: 1.7;
    margin-bottom: 14px
}

.entry-content ul, .entry-content ol {
    padding-left: 20px;
    margin-bottom: 16px
}

.entry-content ul {
    list-style: disc
}

.entry-content ol {
    list-style: decimal
}

.entry-content li {
    font-size: .95rem;
    color: #aaa;
    line-height: 1.7;
    margin-bottom: 6px
}

.entry-content a {
    color: #e50539
}

.entry-content a:hover {
    color: #ff2255
}

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

.entry-content th, .entry-content td {
    text-align: left;
    padding: 12px 16px;
    font-size: .9rem;
    border: 1px solid #222
}

.entry-content th {
    background: #1b1c1d;
    color: #e8e8e8;
    font-weight: 600
}

.entry-content td {
    background: #111;
    color: #aaa
}

.entry-content tr:hover td {
    background: #141414
}

.entry-content blockquote {
    border-left: 3px solid #e50539;
    padding: 12px 18px;
    margin: 20px 0;
    background: #111;
    border-radius: 0 8px 8px 0;
    color: #bbb;
    font-style: italic
}

.entry-content strong {
    color: #e8e8e8;
    font-weight: 600
}

.entry-content em {
    font-style: italic;
    color: #bbb
}

.entry-content code {
    background: #1b1c1d;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: .85em;
    color: #28a909;
    font-family: 'Courier New', monospace
}

.footer-inner {
    padding: 48px 24px 24px;
    border-radius: 0
}

.footer-top {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap
}

.footer-brand {
    flex-shrink: 0;
    max-width: 240px
}

.footer-brand .footer-logo img {
    height: 34px;
    width: auto;
    margin-bottom: 14px
}

.footer-desc {
    font-size: .82rem;
    color: #666;
    line-height: 1.6
}

.footer-nav-cols {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    flex: 1
}

.footer-nav-col {
}

.footer-nav-title {
    font-size: .8rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 12px
}

.footer-nav-list li {
    margin-bottom: 8px
}

.footer-nav-list a {
    font-size: .85rem;
    color: #666;
    transition: color .2s
}

.footer-nav-list a:hover {
    color: #e50539
}

.footer-section-title {
    font-size: .78rem;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 14px
}

.footer-payments {
    margin-bottom: 28px
}

.footer-logos-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center
}

.payment-badge, .trust-badge {
    border-radius: 6px;
    overflow: hidden;
    opacity: .7;
    transition: opacity .2s
}

.payment-badge:hover, .trust-badge:hover {
    opacity: 1
}

.footer-trust {
    margin-bottom: 28px
}

.footer-provider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #1a1a1a
}

.footer-provider-label {
    font-size: .8rem;
    color: #555
}

.footer-provider-link {
    opacity: .6;
    transition: opacity .2s
}

.footer-provider-link:hover {
    opacity: 1
}

.footer-bottom {
    text-align: center
}

.footer-copyright {
    font-size: .8rem;
    color: #444;
    margin-bottom: 8px
}

.footer-disclaimer {
    font-size: .75rem;
    color: #3a3a3a;
    line-height: 1.6
}

.footer-disclaimer a {
    color: #555
}

.footer-disclaimer a:hover {
    color: #e50539
}

.site-footer {
    background: #1b1c1d
}

.site-footer .footer-inner {
    background: #1b1c1d
}

.pros-cons-wrap {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 18px;
    margin: 24px 0
}

.pros-box, .cons-box {
    background: #111;
    border-radius: 12px;
    padding: 20px;
    border-top: 3px solid transparent
}

.pros-box {
    border-color: #28a909
}

.cons-box {
    border-color: #e50539
}

.pros-cons-title {
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 14px
}

.pros-box .pros-cons-title {
    color: #28a909
}

.cons-box .pros-cons-title {
    color: #e50539
}

.pros-cons-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.pros-cons-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: .875rem;
    color: #999;
    line-height: 1.5
}

.pros-cons-item svg {
    flex-shrink: 0;
    margin-top: 2px
}

.reviews-section {
    padding: 40px 0;
    border-bottom: 1px solid #222;
    margin-bottom: 40px
}

.reviews-grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    margin-top: 24px
}

.review-card {
    background: #111;
    border: 1px solid #222;
    border-radius: 12px;
    padding: 20px
}

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

.review-stars svg {
    color: #f5a623
}

.review-author {
    font-size: .8rem;
    font-weight: 600;
    color: #ccc;
    margin-bottom: 6px
}

.review-date {
    font-size: .72rem;
    color: #555;
    margin-bottom: 10px
}

.review-text {
    font-size: .875rem;
    color: #999;
    line-height: 1.6
}

.similar-games {
    padding: 40px 0;
    border-bottom: 1px solid #222;
    margin-bottom: 40px
}

.similar-grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(130px, 1fr));
    gap: 12px;
    margin-top: 24px
}

.similar-card {
    background: #111;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 16px 12px;
    text-align: center;
    transition: border-color .2s, transform .2s;
    cursor: pointer
}

.similar-card:hover {
    border-color: #e50539;
    transform: translateY(-2px)
}

.similar-card-icon {
    width: 52px;
    height: 52px;
    background: #1b1c1d;
    border-radius: 10px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.similar-card-name {
    font-size: .8rem;
    font-weight: 600;
    color: #ccc
}

.spinner-hidden {
    display: none !important
}

.fade-in {
    animation: fadeIn .4s ease forwards
}

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

.slide-up {
    animation: slideUp .5s ease forwards
}

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

.wp-content-dummy {
    display: none !important
}

.elementor-hidden {
    display: none !important
}

@media (max-width: 1024px) {
    .bonuses-grid {
        grid-template-columns:1fr 1fr
    }

    .footer-top {
        gap: 28px
    }
}

@media (max-width: 768px) {
    .hdr-nav {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        background: #1b1c1d;
        border-bottom: 1px solid #222;
        transform: translateY(-120%);
        transition: transform .3s ease;
        z-index: 998;
        padding: 16px
    }

    .hdr-nav.open {
        transform: translateY(0)
    }

    .hdr-nav-list {
        flex-direction: column;
        align-items: stretch;
        gap: 4px
    }

    .hdr-nav-link {
        padding: 12px 16px;
        border-radius: 8px
    }

    .hdr-burger {
        display: flex
    }

    .hdr-lang-wrap {
        display: none
    }

    .bonuses-grid {
        grid-template-columns:1fr;
        overflow-x: auto;
        display: flex;
        gap: 16px;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory
    }

    .bonus-card {
        min-width: 280px;
        scroll-snap-align: start
    }

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

    .pros-cons-wrap {
        grid-template-columns:1fr
    }

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

    .hero-content {
        padding: 40px 0
    }

    .demo-cta {
        flex-direction: column;
        align-items: flex-start
    }

    .footer-top {
        flex-direction: column;
        gap: 24px
    }

    .footer-nav-cols {
        gap: 24px
    }

    .widget-reg-inner {
        flex-wrap: wrap
    }

    .author-section {
        flex-direction: column
    }

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

    .technical-content {
        padding: 24px 16px
    }

    .content-box {
        padding: 20px 14px
    }

    .similar-grid {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 480px) {
    .hdr-btns .btn-demo {
        display: none
    }

    .hero-btns {
        flex-direction: column
    }

    .hero-stats {
        gap: 16px
    }

    .game-info-grid {
        grid-template-columns:1fr 1fr
    }

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

    .footer-nav-cols {
        flex-direction: column;
        gap: 20px
    }
}

@media (max-width: 768px) {
    .gdfd {
        margin: 24px 12px;
        padding: 20px 14px;
    }

    .gdfd h1 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 18px;
    }

    .gdfd h2 {
        font-size: 18px;
        margin: 24px 0 12px;
    }

    .gdfd p {
        font-size: 14px;
        line-height: 1.65;
    }

    .gdfd ul {
        padding-left: 18px;
    }

    .gdfd li {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 6px;
    }

    .gdfd a {
        word-break: break-word;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 480px) {
    .gdfd {
        margin: 18px 10px;
        padding: 16px 12px;
    }

    .gdfd h1 {
        font-size: 20px;
    }

    .gdfd h2 {
        font-size: 17px;
    }

    .gdfd p,
    .gdfd li {
        font-size: 13.5px;
    }
}

.gdfd a {
    word-break: break-all;
    overflow-wrap: anywhere;
    display: inline-block;
    max-width: 100%;
}

.gdfd p {
    overflow-wrap: anywhere;
}