*, *::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: 'Changa', sans-serif;
    background-color: #1f616f;
    color: #e8f4f6;
    line-height: 1.6;
    overflow-x: hidden;
    min-height: 100vh
}

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

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

a:hover {
    color: #f4e526
}

ul {
    list-style: none
}

table {
    border-collapse: collapse
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px
}

.w100 {
    width: 100%;
    text-align: center;
    justify-content: center
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 22px;
    border-radius: 8px;
    font-family: 'Changa', sans-serif;
    font-weight: 700;
    font-size: .95rem;
    cursor: pointer;
    border: none;
    transition: transform .15s, box-shadow .15s, filter .15s;
    white-space: nowrap;
    text-decoration: none;
    line-height: 1
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .3)
}

.btn:active {
    transform: translateY(0)
}

.btn-play {
    background: #f4e526;
    color: #1a1a1a
}

.btn-play:hover {
    background: #ffe000;
    color: #1a1a1a;
    filter: brightness(1.05)
}

.btn-bonus {
    background: #f3dcc2;
    color: #2a1800
}

.btn-bonus:hover {
    background: #ffefd5;
    color: #2a1800
}

.btn-secondary {
    background: rgba(255, 255, 255, .12);
    color: #e8f4f6;
    border: 1.5px solid rgba(255, 255, 255, .22)
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.btn-sm {
    padding: 7px 14px;
    font-size: .85rem
}

.btn-lg {
    padding: 14px 30px;
    font-size: 1.05rem;
    border-radius: 10px
}

.btn-store {
    background: #1a1a1a;
    color: #fff;
    gap: 8px
}

.btn-store:hover {
    background: #333;
    color: #fff
}

.btn-apk {
    background: #246b54;
    color: #fff
}

.btn-apk:hover {
    background: #1e5a46;
    color: #fff
}

.site-header {
    background: #716f6c;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .35)
}

.hdr-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
    flex-wrap: nowrap
}

.hdr-logo-wrap {
    flex-shrink: 0
}

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

.hdr-nav-wrap {
    flex: 1;
    overflow: hidden
}

.hdr-nav {
    display: flex;
    gap: 4px;
    flex-wrap: nowrap
}

.hdr-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 7px;
    color: #f0ebe3;
    font-size: .87rem;
    font-weight: 600;
    white-space: nowrap;
    transition: background .2s, color .2s
}

.hdr-link:hover {
    background: rgba(255, 255, 255, .15);
    color: #f4e526
}

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

.hdr-lang-wrap {
    position: relative
}

.hdr-lang-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 7px;
    padding: 7px 10px;
    color: #f0ebe3;
    font-family: 'Changa', sans-serif;
    font-size: .85rem;
    cursor: pointer;
    transition: background .2s
}

.hdr-lang-btn:hover {
    background: rgba(255, 255, 255, .2)
}

.hdr-lang-drop {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #3a3836;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
    min-width: 140px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .4);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .2s, transform .2s, visibility .2s
}

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

.hdr-lang-drop li {
    padding: 9px 14px;
    cursor: pointer;
    font-size: .88rem;
    color: #e8f4f6;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background .15s
}

.hdr-lang-drop li:hover {
    background: rgba(255, 255, 255, .1)
}

.burger-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px
}

.burger-btn span {
    display: block;
    width: 24px;
    height: 2.5px;
    background: #f0ebe3;
    border-radius: 2px;
    transition: transform .3s, opacity .3s
}

.burger-btn.open span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg)
}

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

.burger-btn.open span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg)
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 18, 18, .97);
    z-index: 90;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    pointer-events: none
}

.mobile-nav-overlay.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.mobile-nav-inner {
    text-align: center;
    width: 100%;
    max-width: 320px;
    padding: 20px
}

.mobile-nav-list {
    margin-bottom: 24px
}

.mobile-nav-list li + li {
    margin-top: 8px
}

.mobile-nav-link {
    display: block;
    padding: 14px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .07);
    color: #e8f4f6;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background .2s, color .2s
}

.mobile-nav-link:hover {
    background: rgba(244, 229, 38, .15);
    color: #f4e526
}

.mobile-nav-actions {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.hero-wrap {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    display: flex;
    align-items: center
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 40, 45, .92) 0%, rgba(15, 40, 45, .6) 60%, rgba(15, 40, 45, .15) 100%);
    z-index: 1
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 60px 20px
}

.hero-text {
    flex: 1;
    max-width: 580px
}

.hero-badge {
    display: inline-block;
    background: rgba(244, 229, 38, .18);
    border: 1px solid rgba(244, 229, 38, .4);
    color: #f4e526;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 14px
}

.hero-title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 14px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .4)
}

.hero-sub {
    font-size: 1.05rem;
    color: #c8e4e8;
    line-height: 1.6;
    margin-bottom: 22px
}

.hero-sub strong {
    color: #f4e526
}

.hero-stats {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 26px
}

.hero-stat {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    padding: 10px 18px;
    text-align: center;
    min-width: 80px
}

.stat-value {
    display: block;
    font-size: 1.3rem;
    font-weight: 800;
    color: #f4e526
}

.stat-label {
    display: block;
    font-size: .75rem;
    color: #a0c8ce;
    text-transform: uppercase;
    letter-spacing: .05em
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.hero-game-img {
    flex-shrink: 0;
    width: 280px
}

.hero-game-img img {
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .5);
    transform: perspective(600px) rotateY(-8deg);
    transition: transform .4s
}

.hero-game-img img:hover {
    transform: perspective(600px) rotateY(0deg)
}

.section-block {
    margin: 0 0 16px 0;
    padding: 0
}

.section-header {
    padding: 40px 0 8px;
    text-align: center
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px
}

.section-sub {
    color: #9fcfdb;
    font-size: .97rem;
    max-width: 680px;
    margin: 0 auto
}

.casinos-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 20px 0
}

.casino-card {
    background: #194f5a;
    border: 1.5px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    display: flex;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
    position: relative
}

.casino-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .35)
}

.casino-card.featured {
    border-color: rgba(244, 229, 38, .4);
    box-shadow: 0 0 0 1px rgba(244, 229, 38, .15)
}

.casino-card.rank-1 {
    border-color: rgba(255, 215, 0, .5);
    background: linear-gradient(135deg, #1e5e6e 0%, #194f5a 100%)
}

.casino-card.rank-2 {
    border-color: rgba(192, 192, 192, .4);
    background: linear-gradient(135deg, #1c5468 0%, #194f5a 100%)
}

.casino-card.rank-3 {
    border-color: rgba(205, 127, 50, .4);
    background: linear-gradient(135deg, #1a5060 0%, #194f5a 100%)
}

.casino-card.hidden {
    display: none
}

.casino-rank {
    position: absolute;
    top: 0;
    left: 0;
    background: #f4e526;
    color: #1a1a1a;
    font-size: .8rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 0 0 10px 0;
    z-index: 2;
    line-height: 1
}

.casino-logo-wrap {
    width: 100px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 10px;
    background: rgba(0, 0, 0, .2)
}

.casino-logo-placeholder {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
    line-height: 1.3
}

.casino-info {
    flex: 1;
    padding: 16px 18px 14px;
    min-width: 0
}

.casino-name-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    margin-top: 10px
}

.casino-name {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff
}

.casino-au-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(0, 0, 139, .3);
    border: 1px solid rgba(0, 0, 139, .5);
    border-radius: 5px;
    padding: 2px 6px;
    font-size: .72rem;
    font-weight: 700;
    color: #8bbfff
}

.casino-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px
}

.stars {
    display: flex;
    gap: 1px
}

.star {
    font-size: 1rem;
    color: #ccc
}

.star.full {
    color: #f4e526
}

.star.half {
    color: #f4e526;
    opacity: .6
}

.rating-val {
    font-size: .85rem;
    font-weight: 700;
    color: #f3dcc2
}

.casino-bonus {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .92rem;
    font-weight: 700;
    color: #f3dcc2;
    margin-bottom: 8px
}

.casino-advantages {
    margin-bottom: 8px
}

.adv-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .83rem;
    color: #a8d8de;
    line-height: 1.5
}

.casino-meta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 6px
}

.meta-item {
    font-size: .78rem;
    color: #7ecad2;
    background: rgba(255, 255, 255, .06);
    border-radius: 5px;
    padding: 3px 8px
}

.meta-item strong {
    color: #c8e8ec
}

.casino-tc {
    font-size: .74rem;
    color: #7eb8be
}

.casino-tc a {
    color: #f3dcc2
}

.casino-tc a:hover {
    color: #f4e526
}

.age-badge {
    display: inline-block;
    background: #c0392b;
    color: #fff;
    border-radius: 4px;
    padding: 1px 5px;
    font-size: .7rem;
    font-weight: 700
}

.casino-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 14px;
    justify-content: center;
    align-items: stretch;
    min-width: 140px
}

.casinos-pagination {
    text-align: center;
    padding: 16px 0 8px
}

.demo-block {
    background: #194f5a;
    border: 1.5px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    margin: 20px 0
}

.demo-frame-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 520px;
    background: #0d2830;
    position: relative
}

.demo-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block
}

.demo-cta {
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.demo-info {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center
}

.demo-stat {
    text-align: center;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    padding: 10px 20px
}

.demo-stat span {
    display: block;
    font-size: .75rem;
    color: #7ec8d0;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 2px
}

.demo-stat strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 800;
    color: #f4e526
}

.demo-play-btn {
    font-size: 1.1rem;
    padding: 16px 40px
}

.demo-note {
    font-size: .8rem;
    color: #7eb8be;
    text-align: center
}

.demo-note a {
    color: #f3dcc2
}

.mobile-block {
    background: #194f5a;
    border: 1.5px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    gap: 32px;
    align-items: flex-start;
    margin: 20px 0
}

.mobile-phone-frame {
    flex-shrink: 0;
    width: 180px;
    display: flex;
    justify-content: center
}

.phone-outer {
    width: 160px;
    border-radius: 30px;
    border: 4px solid rgba(255, 255, 255, .25);
    background: #0d2830;
    padding: 14px 10px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .4), inset 0 0 0 1px rgba(255, 255, 255, .08);
    position: relative
}

.phone-outer::before {
    content: '';
    display: block;
    width: 50px;
    height: 6px;
    background: rgba(255, 255, 255, .2);
    border-radius: 3px;
    margin: 0 auto 10px
}

.phone-screen {
    border-radius: 16px;
    overflow: hidden;
    background: #1a3a45;
    position: relative
}

.phone-screen img {
    width: 100%;
    height: auto
}

.phone-overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    color: #f4e526;
    font-size: .7rem;
    font-weight: 700;
    text-align: center;
    padding: 10px 4px 6px
}

.mobile-info {
    flex: 1
}

.mobile-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px
}

.mobile-table {
    width: 100%;
    min-width: 320px;
    border: 1.5px solid rgba(255, 255, 255, .15);
    border-radius: 10px;
}

.mobile-table td {
    padding: 10px 14px;
    font-size: .88rem;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    text-align: left
}

.mobile-table td:first-child {
    font-weight: 700;
    color: #a8d8de;
    width: 45%
}

.mobile-table td:last-child {
    color: #e0f0f2
}

.mobile-table tr:last-child td {
    border-bottom: none
}

.mobile-table tr:nth-child(even) td {
    background: rgba(255, 255, 255, .04)
}

.mobile-store-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px
}

.mobile-note {
    font-size: .78rem;
    color: #7eb8be;
    line-height: 1.5
}

.winners-block {
    background: #194f5a;
    border: 1.5px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    overflow: hidden;
    margin: 20px 0
}

.winners-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.winners-table {
    width: 100%;
    min-width: 560px
}

.winners-table th {
    background: rgba(0, 0, 0, .25);
    padding: 12px 16px;
    text-align: left;
    font-size: .8rem;
    font-weight: 700;
    color: #f4e526;
    text-transform: uppercase;
    letter-spacing: .06em;
    white-space: nowrap
}

.winners-table td {
    padding: 11px 16px;
    font-size: .88rem;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    color: #d8eef0;
    white-space: nowrap
}

.winners-table tr:last-child td {
    border-bottom: none
}

.winners-table tr:hover td {
    background: rgba(244, 229, 38, .05)
}

.winners-table tr.top-winner td {
    color: #f4e526;
    font-weight: 700
}

.win-amount {
    font-weight: 800;
    color: #7bff9a
}

.win-mult {
    color: #f3dcc2;
    font-weight: 600
}

.bonuses-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 16px;
    margin: 20px 0
}

.bonus-card {
    background: #194f5a;
    border: 1.5px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform .2s, box-shadow .2s
}

.bonus-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3)
}

.bonus-casino-name {
    font-size: .8rem;
    font-weight: 700;
    color: #7ec8d0;
    text-transform: uppercase;
    letter-spacing: .05em
}

.bonus-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff
}

.bonus-amount {
    font-size: 1.2rem;
    font-weight: 800;
    color: #f3dcc2
}

.bonus-amount strong {
    color: #f4e526
}

.bonus-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1
}

.bonus-detail-item {
    display: flex;
    justify-content: space-between;
    font-size: .82rem;
    color: #a0c8ce;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.bonus-detail-item span {
    color: #7eb8be;
    font-weight: 600
}

.bonus-tc {
    font-size: .74px;
    font-size: .74rem;
    color: #7eb8be;
    text-align: center
}

.bonus-tc a {
    color: #f3dcc2
}

.author-card-block {
    background: #194f5a;
    border: 1.5px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin: 0 0 20px
}

.author-avatar {
    flex-shrink: 0
}

.author-avatar-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #716f6c, #9a9693);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff
}

.author-bio-wrap {
    flex: 1;
    min-width: 0
}

.author-name-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
    flex-wrap: wrap
}

.author-name {
    font-size: 1.05rem;
    color: #fff
}

.author-linkedin {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .78rem;
    color: #7ec8d0;
    background: rgba(0, 119, 181, .2);
    border: 1px solid rgba(0, 119, 181, .4);
    border-radius: 5px;
    padding: 3px 8px;
    transition: background .2s
}

.author-linkedin:hover {
    background: rgba(0, 119, 181, .35);
    color: #7ec8d0
}

.author-title {
    font-size: .82rem;
    color: #a0c8ce;
    margin-bottom: 6px
}

.author-short {
    font-size: .88rem;
    color: #c0dce0;
    line-height: 1.5
}

.content-block {
    padding: 0
}

.review-content {
    background: #194f5a;
    border: 1.5px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 28px 32px;
    margin: 20px 0
}

.review-content h2 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(244, 229, 38, .3)
}

.review-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #f3dcc2;
    margin: 18px 0 8px
}

.review-content h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #a8d8de;
    margin: 14px 0 6px
}

.review-content p {
    font-size: .95rem;
    color: #c8dfe2;
    line-height: 1.7;
    margin-bottom: 12px
}

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

.review-content ul li {
    list-style: disc;
    font-size: .95rem;
    color: #c8dfe2;
    line-height: 1.6;
    margin-bottom: 5px
}

.review-content ol li {
    list-style: decimal;
    font-size: .95rem;
    color: #c8dfe2;
    line-height: 1.6;
    margin-bottom: 5px
}

.review-content a {
    color: #f3dcc2;
    text-decoration: underline
}

.review-content a:hover {
    color: #f4e526
}

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

.review-content table th {
    background: rgba(0, 0, 0, .25);
    padding: 10px 14px;
    text-align: left;
    font-size: .85rem;
    font-weight: 700;
    color: #f4e526;
    border: 1.5px solid rgba(255, 255, 255, .15)
}

.review-content table td {
    padding: 9px 14px;
    border: 1.5px solid rgba(255, 255, 255, .1);
    font-size: .88rem;
    color: #d0e8ea
}

.review-content strong {
    color: #f3dcc2;
    font-weight: 700
}

.review-content em {
    color: #a0d0d5;
    font-style: italic
}

.review-content blockquote {
    border-left: 3px solid #f4e526;
    padding: 10px 18px;
    margin: 12px 0;
    background: rgba(244, 229, 38, .05);
    border-radius: 0 8px 8px 0;
    font-size: .93rem;
    color: #a0c8ce
}

.similar-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 14px;
    margin: 20px 0
}

.similar-card {
    background: #194f5a;
    border: 1.5px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    padding: 16px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform .2s, box-shadow .2s
}

.similar-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .3)
}

.similar-logo-wrap {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.similar-logo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    padding: 8px
}

.similar-info {
    flex: 1
}

.similar-name {
    font-size: .95rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 5px
}

.similar-desc {
    font-size: .8rem;
    color: #9fcfdb;
    line-height: 1.5
}

.similar-provider {
    font-size: .74rem;
    color: #6bb8c0;
    font-weight: 600;
    margin-top: 6px
}

.similar-actions {
    display: flex;
    gap: 8px
}

.faq-block {
    margin: 20px 0
}

.faq-item {
    background: #194f5a;
    border: 1.5px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    margin-bottom: 8px;
    overflow: hidden;
    transition: box-shadow .2s
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2)
}

.faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: none;
    border: none;
    color: #fff;
    font-family: 'Changa', sans-serif;
    font-size: .97rem;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
    transition: background .2s
}

.faq-q::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23f4e526' stroke-width='3'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/12px no-repeat;
    transition: transform .25s
}

.faq-q[aria-expanded="true"]::after {
    transform: rotate(180deg)
}

.faq-q:hover, .faq-q[aria-expanded="true"] {
    background: rgba(244, 229, 38, .06)
}

.faq-a {
    padding: 0 20px;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s
}

.faq-a p {
    padding-bottom: 16px;
    font-size: .9rem;
    color: #b8d8de;
    line-height: 1.65
}

.faq-a:not([hidden]) {
    padding: 0 20px 4px
}

.site-footer {
    background: #716f6c;
    margin-top: 0
}

.footer-inner {
    padding: 40px 0 20px
}

.ftr-top {
    display: grid;
    grid-template-columns:1.4fr 1fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 28px
}

.ftr-brand {
}

.ftr-logo img {
    height: 44px;
    width: auto;
    margin-bottom: 12px
}

.ftr-desc {
    font-size: .82rem;
    color: #d8d0c8;
    line-height: 1.6;
    margin-bottom: 12px
}

.ftr-flag {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    color: #d8d0c8
}

.ftr-col {
}

.ftr-heading {
    font-size: .85rem;
    font-weight: 800;
    color: #f0ebe3;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 12px
}

.ftr-links {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.ftr-links a {
    font-size: .85rem;
    color: #d0c8c0;
    transition: color .2s
}

.ftr-links a:hover {
    color: #f4e526
}

.ftr-contact {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    font-size: .85rem;
    color: #d0c8c0
}

.ftr-contact a {
    color: #f3dcc2
}

.ftr-socials {
    display: flex;
    gap: 10px;
    margin-bottom: 14px
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    color: #d8d0c8;
    transition: background .2s, color .2s
}

.social-btn:hover {
    background: rgba(255, 255, 255, .2);
    color: #f4e526
}

.ftr-provider-logo img {
    height: 36px;
    width: auto;
    filter: brightness(.9) contrast(1.1)
}

.ftr-payments {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 16px 0;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.ftr-label {
    font-size: .78rem;
    font-weight: 700;
    color: #b8b0a8;
    text-transform: uppercase;
    letter-spacing: .06em;
    flex-shrink: 0
}

.ftr-payment-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center
}

.pay-icon {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

.ftr-trust {
    margin-bottom: 16px
}

.ftr-trust-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center
}

.trust-badge {
    flex-shrink: 0;
    cursor: pointer;
    opacity: .85;
    transition: opacity .2s
}

.trust-badge:hover {
    opacity: 1
}

.ftr-legal {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 16px
}

.ftr-warning {
    font-size: .8rem;
    color: #c8c0b8;
    line-height: 1.6;
    margin-bottom: 8px;
    padding: 10px 14px;
    background: rgba(0, 0, 0, .15);
    border-radius: 8px;
    border-left: 3px solid #f4e526
}

.ftr-warning strong {
    color: #f3dcc2
}

.ftr-warning a {
    color: #f3dcc2
}

.ftr-copy {
    font-size: .76rem;
    color: #a8a09a;
    line-height: 1.5
}

.info-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 24px 0 12px;
    font-size: .85rem;
    color: #7eb8be
}

.info-breadcrumb a {
    color: #f3dcc2
}

.info-breadcrumb a:hover {
    color: #f4e526
}

.info-content {
    background: #194f5a;
    border: 1.5px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 28px 32px;
    margin-bottom: 40px
}

.info-content h1 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(244, 229, 38, .3)
}

.info-content h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #f3dcc2;
    margin: 20px 0 8px
}

.info-content p {
    font-size: .93rem;
    color: #c8dfe2;
    line-height: 1.7;
    margin-bottom: 10px
}

.info-content ul {
    padding-left: 20px;
    margin-bottom: 12px
}

.info-content ul li {
    list-style: disc;
    font-size: .93rem;
    color: #c8dfe2;
    line-height: 1.6;
    margin-bottom: 5px
}

.info-content a {
    color: #f3dcc2;
    text-decoration: underline
}

.info-content a:hover {
    color: #f4e526
}

.info-content strong {
    color: #f3dcc2
}

.sticky-widget {
    position: fixed;
    bottom: 24px;
    right: 20px;
    background: #194f5a;
    border: 1.5px solid rgba(244, 229, 38, .3);
    border-radius: 14px;
    width: 240px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .45);
    z-index: 80;
    overflow: hidden;
    transition: box-shadow .2s
}

.widget-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: linear-gradient(90deg, #716f6c, #8a8784);
    border: none;
    cursor: pointer;
    font-family: 'Changa', sans-serif;
    font-size: .9rem;
    font-weight: 700;
    color: #f0ebe3
}

.widget-chevron {
    transition: transform .25s
}

.widget-toggle[aria-expanded="false"] .widget-chevron {
    transform: rotate(180deg)
}

.widget-body {
    padding: 8px 12px 12px
}

.widget-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.widget-item:last-of-type {
    border-bottom: none;
    margin-bottom: 8px
}

.widget-rank {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f4e526;
    color: #1a1a1a;
    font-size: .7rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.widget-casino {
    flex: 1;
    min-width: 0
}

.widget-casino-name {
    font-size: .82rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.widget-bonus {
    font-size: .72rem;
    color: #7ec8d0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.widget-all-link {
    display: block;
    text-align: center;
    font-size: .78rem;
    color: #f3dcc2;
    padding-top: 4px
}

.widget-all-link:hover {
    color: #f4e526
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: .7
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-12px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes winnerPop {
    0% {
        background: rgba(123, 255, 154, .15)
    }
    100% {
        background: transparent
    }
}

.casino-card {
    animation: fadeInUp .4s ease both
}

.casino-card:nth-child(2) {
    animation-delay: .06s
}

.casino-card:nth-child(3) {
    animation-delay: .12s
}

.casino-card:nth-child(4) {
    animation-delay: .18s
}

.casino-card:nth-child(5) {
    animation-delay: .24s
}

.section-header {
    animation: fadeInUp .5s ease both
}

.hero-text {
    animation: fadeInUp .6s ease both
}

.hero-game-img {
    animation: fadeInUp .6s .2s ease both
}

.winner-new td {
    animation: winnerPop 1.5s ease
}

.btn-play {
    animation: none
}

@media (max-width: 1024px) {
    .ftr-top {
        grid-template-columns:1fr 1fr;
        gap: 24px
    }

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

    .hero-game-img {
        width: 200px
    }
}

@media (max-width: 768px) {
    .hdr-nav-wrap, .hdr-lang-wrap {
        display: none
    }

    .burger-btn {
        display: flex
    }

    .hero-content {
        flex-direction: column;
        padding: 40px 20px
    }

    .hero-game-img {
        width: 100%;
        max-width: 320px
    }

    .hero-game-img img {
        transform: none
    }

    .casino-card {
        flex-direction: column
    }

    .casino-logo-wrap {
        width: 100%;
        padding: 20px 16px 0;
        justify-content: flex-start
    }

    .casino-actions {
        flex-direction: row;
        min-width: unset;
        padding: 0 16px 16px
    }

    .casino-actions .btn {
        flex: 1;
        justify-content: center
    }

    .mobile-block {
        flex-direction: column;
        align-items: center
    }

    .mobile-phone-frame {
        width: 140px
    }

    .bonuses-grid {
        grid-template-columns:1fr;
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px
    }

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

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

    .ftr-top {
        grid-template-columns:1fr 1fr
    }

    .sticky-widget {
        width: calc(100% - 32px);
        right: 16px;
        bottom: 16px
    }

    .demo-cta {
        padding: 16px
    }
}

@media (max-width: 480px) {
    .hero-stats {
        gap: 8px
    }

    .hero-stat {
        min-width: 70px;
        padding: 8px 12px
    }

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

    .ftr-top {
        grid-template-columns:1fr
    }

    .info-content {
        padding: 18px 16px
    }

    .review-content {
        padding: 18px 16px
    }

    .casino-name-row {
        flex-wrap: wrap
    }

    .casino-meta-row {
        gap: 6px
    }
}

.wp-block-separator {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin: 20px 0
}

.entry-content .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.post-thumbnail {
    display: none
}

.screen-reader-text {
    position: absolute;
    left: -9999em
}

.skip-link {
    position: absolute;
    top: -99px
}

[data-wpe-pb-id] {
    display: contents
}

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

.mobile-nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 20px 30px;
    background: rgba(13, 40, 48, .98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

.mobile-nav-overlay.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-nav-inner {
    position: relative;
    width: 100%;
    max-width: 360px;
}

.mobile-nav-close {
    position: absolute;
    top: -55px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

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

    .hdr-inner {
        width: 100%;
        min-width: 0;
    }

    .hdr-nav-wrap,
    .hdr-lang-wrap {
        display: none !important;
    }

    .burger-btn {
        position: relative;
        z-index: 10000;
        display: flex !important;
        margin-left: auto;
        flex-shrink: 0;
    }

    .mobile-nav-overlay {
        z-index: 9998;
    }
}