@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

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

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

body {
    font-family: 'Inter', sans-serif;
    background: #041529;
    color: #e8edf4;
    line-height: 1.6;
    overflow-x: hidden
}

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

a {
    color: #ed6c70;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

ul, ol {
    list-style: none
}

button {
    cursor: pointer;
    border: none;
    outline: none;
    font-family: inherit
}

input, textarea, select {
    font-family: inherit
}

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

.b9f3q {
    display: grid
}

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

.p2j6n {
    flex-wrap: wrap
}

.t5s1v {
    gap: 16px
}

.m8c4b {
    gap: 24px
}

.k3e7r {
    gap: 32px
}

.z6h0t {
    justify-content: space-between
}

.q1a5y {
    justify-content: center
}

.f9l2u {
    align-items: center
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    border: none
}

.btn-primary {
    background: #ed6c70;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(237, 108, 112, 0.35)
}

.btn-primary:hover {
    background: #e85459;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(237, 108, 112, 0.5);
    text-decoration: none;
    color: #ffffff
}

.btn-secondary {
    background: #fbfafc;
    color: #071b36;
    border: 1px solid rgba(251, 250, 252, 0.2)
}

.btn-secondary:hover {
    background: #f0eef5;
    transform: translateY(-1px);
    text-decoration: none;
    color: #071b36
}

.btn-outline {
    background: transparent;
    color: #fbfafc;
    border: 2px solid rgba(251, 250, 252, 0.4)
}

.btn-outline:hover {
    background: rgba(251, 250, 252, 0.08);
    text-decoration: none;
    color: #fbfafc
}

.btn-lg {
    padding: 14px 32px;
    font-size: 16px;
    border-radius: 10px
}

.btn-sm {
    padding: 7px 14px;
    font-size: 13px;
    border-radius: 6px
}

.btn-icon {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 8px
}

.btn-bonus {
    background: linear-gradient(135deg, #ed6c70, #c94b4f);
    color: #fff;
    font-size: 15px;
    padding: 12px 28px
}

.btn-bonus:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(237, 108, 112, 0.45);
    text-decoration: none;
    color: #fff
}

.v2k9p {
    background: #071b36;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(4, 21, 41, 0.8)
}

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

.e8b6r {
    flex-shrink: 0
}

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

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

.n4j7l {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    justify-content: center
}

.n4j7l a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #c9d4e3;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
    white-space: nowrap
}

.n4j7l a:hover {
    color: #fbfafc;
    background: rgba(255, 255, 255, 0.06);
    text-decoration: none
}

.n4j7l a svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: 0.8
}

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

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

.online-counter {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.25);
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #4ade80
}

.online-counter .dot {
    width: 7px;
    height: 7px;
    background: #4ade80;
    border-radius: 50%;
    animation: pulse-dot 1.8s ease-in-out infinite
}

@keyframes pulse-dot {
    0%, 100% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: 0.5;
        transform: scale(0.7)
    }
}

.lang-select-wrap {
    position: relative
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 7px 11px;
    color: #c9d4e3;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s
}

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

.lang-btn svg {
    width: 14px;
    height: 14px
}

.lang-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #0d2540;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    min-width: 140px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s ease;
    z-index: 100
}

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

.lang-dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    color: #c9d4e3;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.15s
}

.lang-dropdown a:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    text-decoration: none
}

.lang-dropdown a:first-child {
    border-radius: 10px 10px 0 0
}

.lang-dropdown a:last-child {
    border-radius: 0 0 10px 10px
}

.burger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 38px;
    height: 38px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px
}

.burger-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #c9d4e3;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center
}

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

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

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

.mobile-menu {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #071b36;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1)
}

.mobile-menu.open {
    transform: translateX(0)
}

.mobile-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    color: #c9d4e3;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.2s
}

.mobile-menu a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    text-decoration: none
}

.mobile-menu a svg {
    width: 20px;
    height: 20px
}

.mobile-menu-btns {
    padding: 20px 24px;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 10px
}

.mobile-menu-btns .btn {
    width: 100%;
    justify-content: center
}

.mobile-online {
    padding: 14px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06)
}

.s1o5v {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
    background: #041529
}

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

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(4, 21, 41, 0.95) 0%, rgba(7, 27, 54, 0.7) 50%, rgba(4, 21, 41, 0.85) 100%)
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 20px;
    display: grid;
    grid-template-columns:1fr auto;
    gap: 60px;
    align-items: center
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(237, 108, 112, 0.15);
    border: 1px solid rgba(237, 108, 112, 0.3);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 600;
    color: #ed6c70;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 16px;
    letter-spacing: -0.5px
}

.hero-title span {
    color: #ed6c70
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #a0b3cc;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 520px
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 32px
}

.hero-stats {
    display: flex;
    gap: 28px;
    flex-wrap: wrap
}

.hero-stat {
    display: flex;
    flex-direction: column
}

.hero-stat strong {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff
}

.hero-stat span {
    font-size: 12px;
    color: #7a94b0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px
}

.bonus-card {
    background: linear-gradient(145deg, #0d2540, #071b36);
    border: 1px solid rgba(237, 108, 112, 0.3);
    border-radius: 20px;
    padding: 32px;
    min-width: 280px;
    max-width: 320px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4)
}

.bonus-card::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(237, 108, 112, 0.2), transparent 70%);
    pointer-events: none
}

.bonus-card-badge {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ed6c70;
    margin-bottom: 12px
}

.bonus-amount {
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px
}

.bonus-amount span {
    font-size: 1.4rem;
    color: #ed6c70
}

.bonus-desc {
    font-size: 13px;
    color: #7a94b0;
    margin-bottom: 6px
}

.bonus-spins {
    font-size: 1.1rem;
    font-weight: 700;
    color: #4ade80;
    margin-bottom: 20px
}

.bonus-card .btn {
    width: 100%;
    margin-top: 4px
}

.bonus-terms {
    font-size: 11px;
    color: #5a7090;
    margin-top: 10px
}

.g5p2x {
    padding: 80px 0;
    background: #041529
}

.section-title {
    text-align: center;
    margin-bottom: 48px
}

.section-title h2 {
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px
}

.section-title p {
    color: #7a94b0;
    font-size: 1rem;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7
}

.section-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ed6c70;
    margin-bottom: 10px
}

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

.feature-card {
    background: linear-gradient(145deg, #0a1e35, #081729);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 28px 24px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden
}

.feature-card:hover {
    border-color: rgba(237, 108, 112, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3)
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(237, 108, 112, 0.5), transparent);
    opacity: 0;
    transition: opacity 0.3s
}

.feature-card:hover::before {
    opacity: 1
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(237, 108, 112, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.feature-icon svg {
    width: 26px;
    height: 26px;
    color: #ed6c70
}

.feature-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px
}

.feature-text {
    font-size: 13px;
    color: #7a94b0;
    line-height: 1.6
}

.jackpot-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #041529 0%, #061d35 50%, #041529 100%)
}

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

.jackpot-card {
    background: linear-gradient(145deg, #0f2848, #0a1e35);
    border: 1px solid rgba(237, 108, 112, 0.2);
    border-radius: 18px;
    padding: 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s
}

.jackpot-card:hover {
    border-color: rgba(237, 108, 112, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 15px 50px rgba(237, 108, 112, 0.15)
}

.jackpot-card.featured {
    border-color: rgba(237, 108, 112, 0.5);
    background: linear-gradient(145deg, #1a2e4a, #0d2540)
}

.jackpot-name {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7a94b0;
    margin-bottom: 8px
}

.jackpot-amount {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ed6c70;
    line-height: 1;
    margin-bottom: 6px;
    transition: all 0.5s
}

.jackpot-label {
    font-size: 12px;
    color: #4ade80;
    font-weight: 600
}

.jackpot-ticker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
    font-size: 11px;
    color: #5a7090
}

.jackpot-ticker .live-dot {
    width: 6px;
    height: 6px;
    background: #4ade80;
    border-radius: 50%;
    animation: pulse-dot 1.5s ease infinite
}

.leaderboard-section {
    padding: 80px 0;
    background: #041529
}

.leaderboard-wrap {
    max-width: 720px;
    margin: 0 auto
}

.leaderboard-item {
    display: grid;
    grid-template-columns:40px 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 14px 20px;
    border-radius: 12px;
    margin-bottom: 8px;
    background: linear-gradient(90deg, rgba(10, 30, 53, 0.6), rgba(8, 23, 41, 0.4));
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s
}

.leaderboard-item:hover {
    background: linear-gradient(90deg, rgba(15, 40, 72, 0.8), rgba(10, 30, 53, 0.6));
    border-color: rgba(237, 108, 112, 0.15)
}

.leaderboard-item.top3 {
    border-color: rgba(237, 108, 112, 0.25);
    background: linear-gradient(90deg, rgba(237, 108, 112, 0.08), rgba(10, 30, 53, 0.4))
}

.rank-badge {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.07);
    color: #7a94b0
}

.rank-badge.gold {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff
}

.rank-badge.silver {
    background: linear-gradient(135deg, #9ca3af, #6b7280);
    color: #fff
}

.rank-badge.bronze {
    background: linear-gradient(135deg, #cd7c3a, #a55d28);
    color: #fff
}

.player-info {
    display: flex;
    flex-direction: column
}

.player-nick {
    font-size: 14px;
    font-weight: 600;
    color: #e8edf4
}

.player-game {
    font-size: 12px;
    color: #5a7090
}

.win-amount {
    font-size: 15px;
    font-weight: 700;
    color: #4ade80
}

.wheel-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #041529, #061d38 50%, #041529)
}

.wheel-wrap {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px
}

.wheel-canvas-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.wheel-pointer {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 26px solid #ed6c70;
    z-index: 10;
    filter: drop-shadow(0 2px 4px rgba(237, 108, 112, 0.5))
}

#wheelCanvas {
    border-radius: 50%;
    box-shadow: 0 0 40px rgba(237, 108, 112, 0.2)
}

.wheel-info {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.wheel-info h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff
}

.wheel-info p {
    color: #7a94b0;
    line-height: 1.7
}

.wheel-result {
    padding: 20px 24px;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    display: none
}

.wheel-result.win {
    background: rgba(74, 222, 128, 0.12);
    border: 1px solid rgba(74, 222, 128, 0.3);
    color: #4ade80;
    display: block
}

.wheel-result.lose {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #f87171;
    display: block
}

.review-section {
    padding: 80px 0;
    background: #041529
}

.author-box {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(90deg, rgba(10, 30, 53, 0.8), rgba(8, 23, 41, 0.4));
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 36px
}

.author-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ed6c70, #c94b4f);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0
}

.author-info h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px
}

.author-info p {
    font-size: 13px;
    color: #7a94b0;
    margin-bottom: 4px
}

.author-info a {
    font-size: 12px;
    color: #ed6c70;
    font-weight: 500
}

.review-content {
    background: linear-gradient(145deg, #081729, #061525);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 36px 40px
}

.review-content h2, .review-content h3, .review-content h4 {
    color: #fff;
    margin: 1.4em 0 0.7em;
    font-weight: 700;
    line-height: 1.3
}

.review-content h2 {
    font-size: 1.5rem
}

.review-content h3 {
    font-size: 1.25rem
}

.review-content h4 {
    font-size: 1.1rem;
    color: #c9d4e3
}

.review-content p {
    color: #a0b3cc;
    line-height: 1.8;
    margin-bottom: 1.1em
}

.review-content ul, .review-content ol {
    padding-left: 0;
    margin-bottom: 1.2em
}

.review-content ul li, .review-content ol li {
    color: #a0b3cc;
    padding: 5px 0 5px 22px;
    position: relative;
    line-height: 1.7
}

.review-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ed6c70
}

.review-content ol {
    counter-reset: li
}

.review-content ol li::before {
    content: counter(li) '.';
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 5px;
    color: #ed6c70;
    font-weight: 700;
    font-size: 13px
}

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

.review-content table th {
    background: #0d2540;
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.08)
}

.review-content table td {
    padding: 11px 16px;
    color: #a0b3cc;
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 14px
}

.review-content table tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02)
}

.review-content a {
    color: #ed6c70
}

.review-content strong {
    color: #e8edf4;
    font-weight: 600
}

.review-content blockquote {
    border-left: 3px solid #ed6c70;
    padding: 12px 20px;
    background: rgba(237, 108, 112, 0.06);
    border-radius: 0 8px 8px 0;
    margin: 1.4em 0;
    color: #c9d4e3;
    font-style: italic
}

.steps-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #041529, #061d38)
}

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

.steps-table thead th {
    background: #071b36;
    color: #a0b3cc;
    padding: 14px 20px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.08)
}

.steps-table tbody td {
    padding: 16px 20px;
    color: #c9d4e3;
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 14px;
    line-height: 1.6;
    vertical-align: top
}

.steps-table tbody tr:nth-child(odd) td {
    background: rgba(10, 30, 53, 0.5)
}

.steps-table tbody tr:nth-child(even) td {
    background: rgba(8, 23, 41, 0.4)
}

.steps-table tbody tr:hover td {
    background: rgba(237, 108, 112, 0.05)
}

.step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #ed6c70;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0
}

.steps-table td:first-child {
    width: 60px;
    text-align: center
}

.faq-section {
    padding: 80px 0;
    background: #041529
}

.faq-wrap {
    max-width: 820px;
    margin: 0 auto
}

.faq-item {
    background: linear-gradient(145deg, #0a1e35, #081729);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.2s
}

.faq-item.open {
    border-color: rgba(237, 108, 112, 0.3)
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
    gap: 16px
}

.faq-question h3 {
    font-size: 15px;
    font-weight: 600;
    color: #e8edf4;
    margin: 0;
    line-height: 1.4
}

.faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(237, 108, 112, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s, background 0.2s
}

.faq-icon svg {
    width: 14px;
    height: 14px;
    color: #ed6c70;
    transition: transform 0.3s
}

.faq-item.open .faq-icon svg {
    transform: rotate(45deg)
}

.faq-item.open .faq-icon {
    background: rgba(237, 108, 112, 0.2)
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s
}

.faq-answer p {
    color: #7a94b0;
    font-size: 14px;
    line-height: 1.8;
    padding: 0 24px 20px
}

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

.comments-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #041529, #061d38)
}

.comments-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 40px;
    align-items: start
}

.comment-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.comment-card {
    background: linear-gradient(145deg, #0a1e35, #081729);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    padding: 20px 22px
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.commenter-name {
    font-size: 14px;
    font-weight: 700;
    color: #e8edf4
}

.comment-date {
    font-size: 12px;
    color: #5a7090
}

.comment-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 8px
}

.comment-stars svg {
    width: 14px;
    height: 14px;
    color: #f59e0b;
    fill: #f59e0b
}

.comment-text {
    font-size: 14px;
    color: #7a94b0;
    line-height: 1.7
}

.comment-form-wrap h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}

.c-form {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.c-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.c-form-group label {
    font-size: 13px;
    font-weight: 500;
    color: #a0b3cc
}

.c-form-group input, .c-form-group textarea, .c-form-group select {
    background: #081729;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 11px 14px;
    color: #e8edf4;
    font-size: 14px;
    transition: border-color 0.2s;
    width: 100%
}

.c-form-group input:focus, .c-form-group textarea:focus, .c-form-group select:focus {
    outline: none;
    border-color: rgba(237, 108, 112, 0.5);
    box-shadow: 0 0 0 3px rgba(237, 108, 112, 0.08)
}

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

.star-rating {
    display: flex;
    gap: 6px
}

.star-rating input {
    display: none
}

.star-rating label {
    cursor: pointer;
    font-size: 22px;
    color: #374151;
    transition: color 0.15s
}

.star-rating input:checked ~ label, .star-rating label:hover, .star-rating label:hover ~ label {
    color: #f59e0b
}

.star-rating {
    flex-direction: row-reverse;
    justify-content: flex-end
}

.form-success {
    background: rgba(74, 222, 128, 0.1);
    border: 1px solid rgba(74, 222, 128, 0.25);
    border-radius: 10px;
    padding: 16px 20px;
    color: #4ade80;
    font-size: 14px;
    font-weight: 500;
    display: none
}

.form-success.visible {
    display: block
}

.d2v8c {
    background: #071b36;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 60px 0 30px
}

.footer-top {
    display: grid;
    grid-template-columns:280px 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer-brand img {
    height: 40px;
    width: auto;
    object-fit: contain
}

.footer-brand p {
    font-size: 13px;
    color: #5a7090;
    line-height: 1.7
}

.footer-flag {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #7a94b0
}

.footer-flag img {
    width: 22px;
    height: 16px;
    border-radius: 2px
}

.footer-col h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #a0b3cc;
    margin-bottom: 16px
}

.footer-col a {
    display: block;
    font-size: 13px;
    color: #5a7090;
    padding: 4px 0;
    transition: color 0.2s
}

.footer-col a:hover {
    color: #c9d4e3;
    text-decoration: none
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin: 32px 0
}

.footer-logos-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px
}

.footer-logos-row h4 {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #5a7090;
    margin-bottom: 6px
}

.logo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #7a94b0;
    white-space: nowrap;
    transition: all 0.2s
}

.logo-badge:hover {
    background: rgba(255, 255, 255, 0.09);
    color: #c9d4e3;
    text-decoration: none
}

.logo-badge svg {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.social-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 600;
    color: #a0b3cc;
    transition: all 0.2s
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none
}

.social-link svg {
    width: 16px;
    height: 16px
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.06)
}

.footer-copyright {
    font-size: 12px;
    color: #3d5570;
    line-height: 1.8
}

.footer-copyright a {
    color: #5a7090
}

.footer-legal {
    font-size: 11px;
    color: #3d5570;
    line-height: 1.7;
    max-width: 600px
}

.age-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #ed6c70;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    border-radius: 6px
}

.sticky-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: linear-gradient(90deg, #071b36, #0d2540);
    border-top: 1px solid rgba(237, 108, 112, 0.3);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.5)
}

.widget-text {
    font-size: 13px;
    font-weight: 600;
    color: #c9d4e3
}

.widget-text strong {
    color: #4ade80
}

.widget-close {
    background: transparent;
    border: none;
    color: #5a7090;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    transition: color 0.2s
}

.widget-close:hover {
    color: #c9d4e3
}

.widget-close svg {
    width: 18px;
    height: 18px
}

.widget-right {
    display: flex;
    align-items: center;
    gap: 12px
}

.wp-admin-bar {
    display: none
}

.entry-content {
    display: none
}

.post-thumbnail {
    display: none
}

.sidebar {
    display: none
}

.widget-area {
    display: none
}

.page-id-42 {
    display: none
}

.elementor-section {
    display: none
}

.d9x3y {
    padding: 60px 0;
    background: #041529
}

.info-content {
    max-width: 820px;
    margin: 0 auto;
    background: linear-gradient(145deg, #081729, #061525);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 36px 40px
}

.info-content h2, .info-content h3, .info-content h4 {
    color: #fff;
    margin: 1.4em 0 0.7em;
    font-weight: 700
}

.info-content h2 {
    font-size: 1.4rem
}

.info-content h3 {
    font-size: 1.2rem
}

.info-content p {
    color: #a0b3cc;
    line-height: 1.8;
    margin-bottom: 1em
}

.info-content ul, .info-content ol {
    padding-left: 22px;
    margin-bottom: 1.2em
}

.info-content li {
    color: #a0b3cc;
    line-height: 1.7;
    margin-bottom: 4px
}

.info-content a {
    color: #ed6c70
}

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

.info-content table th {
    background: #071b36;
    color: #a0b3cc;
    padding: 12px 16px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.08)
}

.info-content table td {
    padding: 11px 16px;
    color: #a0b3cc;
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 14px;
    line-height: 1.6
}

.info-content table tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02)
}

.info-content strong {
    color: #e8edf4;
    font-weight: 600
}

.breadcrumb {
    padding: 16px 0;
    font-size: 13px;
    color: #5a7090;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.breadcrumb a {
    color: #7a94b0
}

.breadcrumb a:hover {
    color: #c9d4e3
}

.breadcrumb span {
    color: #ed6c70
}

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

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.anim-fadeInUp {
    animation: fadeInUp 0.6s ease forwards
}

.anim-fadeIn {
    animation: fadeIn 0.5s ease forwards
}

@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns:1fr;
        gap: 40px
    }

    .bonus-card {
        max-width: 100%;
        width: 100%
    }

    .footer-top {
        grid-template-columns:1fr 1fr;
        gap: 32px
    }

    .wheel-wrap {
        grid-template-columns:1fr;
        gap: 32px;
        text-align: center
    }

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

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

    .burger-btn {
        display: flex
    }

    .online-counter {
        display: none
    }

    .lang-select-wrap {
        display: none
    }

    .hero-content {
        padding: 60px 20px
    }

    .hero-stats {
        gap: 20px
    }

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

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

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

    .steps-table {
        font-size: 13px
    }

    .sticky-widget {
        flex-wrap: wrap;
        padding: 10px 16px
    }

    .sticky-widget .widget-text {
        font-size: 12px
    }

    .review-content {
        padding: 24px 20px
    }

    .info-content {
        padding: 24px 20px
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.8rem
    }

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

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

    .hero-buttons {
        flex-direction: column
    }

    .hero-buttons .btn {
        width: 100%;
        justify-content: center
    }

    .bonus-amount {
        font-size: 2.2rem
    }

    .wheel-wrap {
        padding: 0 10px
    }
}

:root {
    --header-height: 68px;
}

.v2k9p {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999 !important;
    background: #071b36;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 20px rgba(4, 21, 41, 0.8);
    transform: translateZ(0);
    isolation: isolate;
}

body {
    padding-top: var(--header-height);
}

.w5m3q {
    min-height: var(--header-height);
    height: var(--header-height);
}

.mobile-menu {
    top: var(--header-height) !important;
    height: calc(100dvh - var(--header-height));
    max-height: calc(100dvh - var(--header-height));
    z-index: 99998 !important;
}

.lang-dropdown {
    z-index: 100000 !important;
}

@media (max-width: 768px) {
    :root {
        --header-height: 60px;
    }

    .w5m3q {
        height: var(--header-height);
        min-height: var(--header-height);
        padding-left: 14px;
        padding-right: 14px;
    }

    .e8b6r img {
        height: 36px;
        max-width: 125px;
    }

    .mobile-menu {
        top: var(--header-height) !important;
        height: calc(100dvh - var(--header-height));
        max-height: calc(100dvh - var(--header-height));
    }
}

@media (max-width: 480px) {
    :root {
        --header-height: 56px;
    }

    .w5m3q {
        padding-left: 12px;
        padding-right: 12px;
        gap: 8px;
    }

    .e8b6r img {
        height: 32px;
        max-width: 108px;
    }


    .a3f8k .btn-primary {
        padding: 7px 10px;
        font-size: 11px;
    }

    .burger-btn {
        width: 36px;
        height: 36px;
    }
}