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

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

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

body {
    font-family: 'Mulish', sans-serif;
    background: #1A1B23;
    color: #e8e9f0;
    line-height: 1.6;
    overflow-x: hidden
}

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

a {
    color: #DC6517;
    text-decoration: none;
    transition: color .25s ease
}

a:hover {
    color: #f07828
}

ul {
    list-style: none
}

button {
    cursor: pointer;
    font-family: 'Mulish', sans-serif
}

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

.b9p1q-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%
}

/* =====  ===== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 8px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: .4px;
    border: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    text-decoration: none;
    white-space: nowrap
}

.btn-primary {
    background: #DC6517;
    color: #fff
}

.btn-primary:hover {
    filter: brightness(1.15);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 101, 23, .4);
    color: #fff
}

.btn-secondary {
    background: #2E2F3D;
    color: #e8e9f0
}

.btn-secondary:hover {
    filter: brightness(1.2);
    transform: translateY(-2px);
    color: #e8e9f0
}

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

.btn-sm {
    padding: 7px 16px;
    font-size: .8rem;
    border-radius: 6px
}

/* =====  ===== */
.m4j8-header {
    background: #252632;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .4)
}

.m4j8-header-inner {
    display: grid;
    grid-template-columns:auto 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 14px 20px;
    max-width: 1240px;
    margin: 0 auto
}

.m4j8-logo img {
    height: 42px;
    width: auto
}

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

.m4j8-nav a {
    color: #c5c6d4;
    font-size: .88rem;
    font-weight: 600;
    padding: 7px 12px;
    border-radius: 6px;
    transition: background .2s, color .2s
}

.m4j8-nav a:hover {
    background: #2E2F3D;
    color: #fff
}

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

.m4j8-online {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .78rem;
    color: #8a8b9a;
    white-space: nowrap
}

.m4j8-online-dot {
    width: 8px;
    height: 8px;
    background: #2dde8a;
    border-radius: 50%;
    animation: pulse-dot 1.8s ease infinite
}

@keyframes pulse-dot {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(45, 222, 138, .5)
    }
    50% {
        box-shadow: 0 0 0 6px rgba(45, 222, 138, 0)
    }
}

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

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

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

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

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

.m4j8-mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #252632;
    padding: 16px 20px;
    border-top: 1px solid #2E2F3D;
    flex-direction: column;
    gap: 4px;
    z-index: 999
}

.m4j8-mobile-nav.open {
    display: flex
}

.m4j8-mobile-nav a {
    color: #c5c6d4;
    font-size: .9rem;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 6px;
    transition: background .2s
}

.m4j8-mobile-nav a:hover {
    background: #2E2F3D;
    color: #fff
}

.m4j8-mobile-nav .m4j8-mobile-divider {
    height: 1px;
    background: #2E2F3D;
    margin: 8px 0
}

/* ===== HERO ===== */
.v9s1-hero {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: center;
    overflow: hidden
}

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

.v9s1-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(26, 27, 35, .92) 45%, rgba(26, 27, 35, .3) 100%)
}

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

.v9s1-hero-tag {
    display: inline-block;
    background: #DC6517;
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 16px
}

.v9s1-hero h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 14px;
    text-wrap: balance
}

.v9s1-hero h1 span {
    color: #DC6517
}

.v9s1-hero-desc {
    font-size: 1.05rem;
    color: #bbbcc8;
    margin-bottom: 28px;
    max-width: 440px;
    line-height: 1.65
}

.v9s1-hero-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center
}

.v9s1-bonus-tag {
    font-size: .82rem;
    color: #8a8b9a;
    margin-top: 12px
}

.v9s1-bonus-tag strong {
    color: #DC6517
}

/* ===== SECTION TITLES ===== */
.s8f3-section {
    padding: 64px 0
}

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

.s8f3-section-title h2 {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
    text-wrap: balance
}

.s8f3-section-title p {
    color: #8a8b9a;
    font-size: .95rem;
    max-width: 520px;
    margin: 0 auto
}

.s8f3-divider {
    width: 56px;
    height: 3px;
    background: #DC6517;
    border-radius: 2px;
    margin: 12px auto 0
}

/* ===== SCREENSHOTS ===== */
.k2p9-screenshots {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px
}

.k2p9-shot {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .4);
    transition: transform .3s, box-shadow .3s;
    border: 1px solid #2E2F3D
}

.k2p9-shot:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .5)
}

.k2p9-shot img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover
}

.k2p9-shot-label {
    background: #252632;
    padding: 12px 16px;
    font-size: .82rem;
    font-weight: 700;
    color: #c5c6d4;
    text-align: center
}

/* ===== SWIPER OVERRIDES ===== */
.swiper {
    width: 100%;
    padding-bottom: 40px !important
}

.swiper-pagination-bullet {
    background: #2E2F3D;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: #DC6517
}

.swiper-button-next, .swiper-button-prev {
    color: #DC6517 !important
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 1.2rem !important
}

/* ===== TOURNAMENTS ===== */
.t3r6-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px
}

.t3r6-card {
    background: #252632;
    border-radius: 14px;
    border: 1px solid #2E2F3D;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform .3s, border-color .3s
}

.t3r6-card:hover {
    transform: translateY(-4px);
    border-color: #DC6517
}

.t3r6-card-badge {
    display: inline-block;
    background: rgba(220, 101, 23, .15);
    color: #DC6517;
    font-size: .72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .6px;
    width: fit-content
}

.t3r6-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff
}

.t3r6-card-desc {
    font-size: .85rem;
    color: #8a8b9a;
    line-height: 1.55;
    flex: 1
}

.t3r6-card-prize {
    font-size: 1.4rem;
    font-weight: 900;
    color: #DC6517
}

.t3r6-card-prize span {
    font-size: .75rem;
    font-weight: 500;
    color: #8a8b9a;
    display: block
}

.t3r6-timer {
    display: flex;
    gap: 8px;
    align-items: center
}

.t3r6-timer-block {
    background: #1A1B23;
    border-radius: 6px;
    padding: 6px 10px;
    text-align: center;
    min-width: 46px
}

.t3r6-timer-block .num {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    line-height: 1
}

.t3r6-timer-block .lbl {
    font-size: .62rem;
    color: #8a8b9a;
    text-transform: uppercase;
    letter-spacing: .5px
}

.t3r6-timer-sep {
    font-size: 1.1rem;
    font-weight: 800;
    color: #DC6517;
    margin-bottom: 2px
}

.a5w2-app {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 40px;
    align-items: center
}

.a5w2-table-wrap {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid #2E2F3D
}

.a5w2-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 380px
}

.a5w2-table th, .a5w2-table td {
    padding: 13px 18px;
    text-align: left;
    font-size: .88rem;
    border-bottom: 1px solid #2E2F3D
}

.a5w2-table th {
    background: #252632;
    color: #8a8b9a;
    font-weight: 600;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .6px
}

.a5w2-table td {
    color: #e8e9f0
}

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

.a5w2-table tr:hover td {
    background: rgba(46, 47, 61, .4)
}

.a5w2-app-right {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.a5w2-app-right h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff
}

.a5w2-app-right p {
    color: #8a8b9a;
    line-height: 1.65;
    font-size: .95rem
}

.a5w2-dl-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px
}

.a5w2-dl-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #252632;
    border: 1px solid #2E2F3D;
    border-radius: 10px;
    padding: 12px 18px;
    color: #e8e9f0;
    font-weight: 600;
    font-size: .9rem;
    transition: border-color .2s, background .2s
}

.a5w2-dl-btn:hover {
    border-color: #DC6517;
    background: rgba(220, 101, 23, .08);
    color: #fff
}

.a5w2-dl-btn svg {
    flex-shrink: 0
}

.l7g4-grid {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 14px
}

.l7g4-card {
    background: #252632;
    border-radius: 12px;
    border: 1px solid #2E2F3D;
    padding: 18px 12px;
    text-align: center;
    transition: transform .3s, border-color .3s
}

.l7g4-card:hover {
    transform: translateY(-4px);
    border-color: #DC6517
}

.l7g4-logo {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background: #1A1B23
}

.l7g4-name {
    font-size: .82rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3
}

.l7g4-card .btn-sm {
    width: 100%
}

.g6x1-slot {
    background: #252632;
    border: 1px solid #2E2F3D;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    max-width: 480px;
    margin: 0 auto
}

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

.g6x1-reel {
    width: 80px;
    height: 100px;
    background: #1A1B23;
    border-radius: 10px;
    border: 2px solid #2E2F3D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    overflow: hidden;
    transition: border-color .3s
}

.g6x1-reel.spinning {
    animation: reel-spin .15s linear infinite;
    border-color: #DC6517
}

@keyframes reel-spin {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-6px)
    }
    100% {
        transform: translateY(0)
    }
}

.g6x1-spin-btn {
    min-width: 180px
}

.g6x1-result {
    margin-top: 20px;
    padding: 16px 20px;
    border-radius: 10px;
    display: none
}

.g6x1-result.win {
    display: block;
    background: rgba(220, 101, 23, .12);
    border: 1px solid rgba(220, 101, 23, .35)
}

.g6x1-result.lose {
    display: block;
    background: rgba(100, 100, 120, .12);
    border: 1px solid #2E2F3D
}

.g6x1-result p {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px
}

.g6x1-result.win p {
    color: #DC6517
}

.c4t5-review {
    background: #252632;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #2E2F3D
}

.c4t5-author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2E2F3D
}

.c4t5-author-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #DC6517
}

.c4t5-author-info h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff
}

.c4t5-author-info p {
    font-size: .82rem;
    color: #8a8b9a;
    line-height: 1.4;
    max-width: 460px;
    margin-top: 3px
}

.c4t5-author-links {
    display: flex;
    gap: 8px;
    margin-top: 6px
}

.c4t5-author-links a {
    font-size: .75rem;
    color: #DC6517;
    border: 1px solid rgba(220, 101, 23, .3);
    border-radius: 4px;
    padding: 2px 8px
}

.c4t5-content h2, .c4t5-content h3, .c4t5-content h4 {
    color: #fff;
    margin: 20px 0 10px;
    line-height: 1.3
}

.c4t5-content h2 {
    font-size: 1.5rem;
    font-weight: 800
}

.c4t5-content h3 {
    font-size: 1.2rem;
    font-weight: 700
}

.c4t5-content h4 {
    font-size: 1rem;
    font-weight: 700
}

.c4t5-content p {
    color: #bbbcc8;
    line-height: 1.7;
    margin-bottom: 14px
}

.c4t5-content ul, .c4t5-content ol {
    color: #bbbcc8;
    padding-left: 20px;
    margin-bottom: 14px;
    line-height: 1.7
}

.c4t5-content li {
    margin-bottom: 6px
}

.c4t5-content ul li {
    list-style: disc
}

.c4t5-content ol li {
    list-style: decimal
}

.c4t5-content a {
    color: #DC6517
}

.c4t5-content strong {
    color: #fff;
    font-weight: 700
}

.c4t5-content em {
    color: #c5c6d4
}

.c4t5-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden
}

.c4t5-content table th {
    background: #1A1B23;
    color: #8a8b9a;
    font-size: .82rem;
    padding: 10px 14px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .5px
}

.c4t5-content table td {
    padding: 10px 14px;
    border-bottom: 1px solid #2E2F3D;
    color: #bbbcc8;
    font-size: .9rem
}

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

.c4t5-content blockquote {
    border-left: 3px solid #DC6517;
    padding: 12px 18px;
    margin: 16px 0;
    background: rgba(220, 101, 23, .07);
    border-radius: 0 8px 8px 0;
    color: #c5c6d4;
    font-style: italic
}

/* =====  ===== */
.r1v8-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px
}

.r1v8-card {
    background: #252632;
    border-radius: 14px;
    border: 1px solid #2E2F3D;
    padding: 22px;
    transition: border-color .3s
}

.r1v8-card:hover {
    border-color: rgba(220, 101, 23, .4)
}

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

.r1v8-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0
}

.r1v8-name {
    font-size: .9rem;
    font-weight: 700;
    color: #fff
}

.r1v8-date {
    font-size: .73rem;
    color: #8a8b9a;
    margin-top: 1px
}

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

.r1v8-stars svg {
    width: 16px;
    height: 16px
}

.r1v8-text {
    font-size: .85rem;
    color: #bbbcc8;
    line-height: 1.6
}

.r1v8-form-wrap {
    background: #252632;
    border-radius: 14px;
    border: 1px solid #2E2F3D;
    padding: 28px;
    max-width: 560px;
    margin: 0 auto
}

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

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

.r1v8-field {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.r1v8-field label {
    font-size: .82rem;
    font-weight: 600;
    color: #8a8b9a;
    text-transform: uppercase;
    letter-spacing: .5px
}

.r1v8-field input, .r1v8-field textarea {
    background: #1A1B23;
    border: 1px solid #2E2F3D;
    border-radius: 8px;
    padding: 11px 14px;
    color: #e8e9f0;
    font-family: 'Mulish', sans-serif;
    font-size: .9rem;
    transition: border-color .2s;
    resize: vertical
}

.r1v8-field input:focus, .r1v8-field textarea:focus {
    outline: none;
    border-color: #DC6517
}

.r1v8-field textarea {
    min-height: 100px
}

.r1v8-success {
    display: none;
    background: rgba(45, 222, 138, .1);
    border: 1px solid rgba(45, 222, 138, .3);
    border-radius: 8px;
    padding: 14px 18px;
    color: #2dde8a;
    font-weight: 600;
    font-size: .9rem;
    margin-top: 10px
}

.q2a7-faq {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.q2a7-item {
    background: #252632;
    border-radius: 10px;
    border: 1px solid #2E2F3D;
    overflow: hidden
}

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

.q2a7-question:hover {
    color: #DC6517
}

.q2a7-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform .3s;
    color: #DC6517
}

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

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

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

.q2a7-answer-inner {
    padding: 0 20px 18px;
    color: #bbbcc8;
    font-size: .9rem;
    line-height: 1.65
}

/* =====  ===== */
.f5r3-footer {
    background: #252632;
    border-top: 1px solid #2E2F3D;
    padding: 48px 0 24px
}

.f5r3-footer-top {
    display: grid;
    grid-template-columns:auto 1fr auto;
    gap: 40px;
    align-items: start;
    margin-bottom: 36px
}

.f5r3-logo img {
    height: 38px;
    width: auto
}

.f5r3-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center
}

.f5r3-nav a {
    color: #8a8b9a;
    font-size: .82rem;
    padding: 6px 10px;
    border-radius: 5px;
    transition: color .2s, background .2s
}

.f5r3-nav a:hover {
    color: #fff;
    background: #2E2F3D
}

.f5r3-badges {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end
}

.f5r3-providers-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px
}

.f5r3-provider-badge {
    background: #1A1B23;
    border: 1px solid #2E2F3D;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: .72rem;
    font-weight: 700;
    color: #8a8b9a;
    white-space: nowrap
}

.f5r3-payments-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px
}

.f5r3-pay-badge {
    background: #1A1B23;
    border: 1px solid #2E2F3D;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: .75rem;
    font-weight: 700;
    color: #c5c6d4;
    white-space: nowrap
}

.f5r3-legal {
    font-size: .75rem;
    color: #5a5b6a;
    line-height: 1.65;
    border-top: 1px solid #2E2F3D;
    padding-top: 20px
}

.f5r3-legal p {
    margin-bottom: 6px
}

.f5r3-legal strong {
    color: #7a7b8a
}

.f5r3-copyright {
    font-size: .78rem;
    color: #5a5b6a;
    text-align: center;
    margin-top: 14px
}

.f5r3-copyright a {
    color: #8a8b9a
}

/* ===== BOTTOM WIDGET ===== */
.w9k3-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background: linear-gradient(135deg, #252632 0%, #1e1f2a 100%);
    border-top: 2px solid #DC6517;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, .5);
    transform: translateY(100%);
    transition: transform .5s cubic-bezier(.34, 1.56, .64, 1)
}

.w9k3-widget.visible {
    transform: translateY(0)
}

.w9k3-widget-text {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.w9k3-widget-text strong {
    font-size: .95rem;
    font-weight: 800;
    color: #fff
}

.w9k3-widget-text span {
    font-size: .78rem;
    color: #DC6517;
    font-weight: 700
}

.w9k3-widget-close {
    background: none;
    border: none;
    color: #8a8b9a;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    transition: color .2s;
    flex-shrink: 0
}

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

/* ===== INFO PAGES ===== */
.i6p2-page {
    max-width: 820px;
    margin: 0 auto;
    padding: 48px 20px
}

.i6p2-page h1 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 900;
    color: #fff;
    margin-bottom: 24px
}

.i6p2-page h2 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    margin: 28px 0 10px
}

.i6p2-page h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #c5c6d4;
    margin: 20px 0 8px
}

.i6p2-page p {
    color: #bbbcc8;
    line-height: 1.7;
    margin-bottom: 14px
}

.i6p2-page ul, .i6p2-page ol {
    color: #bbbcc8;
    padding-left: 22px;
    margin-bottom: 14px;
    line-height: 1.7
}

.i6p2-page li {
    margin-bottom: 6px;
    list-style: disc
}

.i6p2-page strong {
    color: #fff
}

.i6p2-page a {
    color: #DC6517
}

.i6p2-page table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px
}

.i6p2-page table th {
    background: #252632;
    color: #8a8b9a;
    padding: 10px 14px;
    text-align: left;
    font-size: .8rem;
    text-transform: uppercase
}

.i6p2-page table td {
    padding: 10px 14px;
    border-bottom: 1px solid #2E2F3D;
    color: #bbbcc8;
    font-size: .88rem
}

.bg-alt {
    background: #1e1f2a
}

/* =====  ===== */
.n3b7-breadcrumb {
    padding: 14px 0;
    font-size: .82rem;
    color: #5a5b6a
}

.n3b7-breadcrumb a {
    color: #8a8b9a
}

.n3b7-breadcrumb a:hover {
    color: #DC6517
}

.n3b7-breadcrumb span {
    color: #DC6517
}

.wp-block-paragraph, .wp-block-image, .wp-caption, .alignleft, .alignright, .aligncenter, .wp-block-table, .entry-content, .site-content, .widget-area, .wp-block-group {
    display: revert
}

.elementor-widget-container, .elementor-section, .elementor-column, .elementor-widget {
    display: revert
}

.woocommerce-notices-wrapper, .woocommerce-error, .woocommerce-info, .woocommerce-message, .wp-block-button {
    display: revert
}

#page, .site, .site-header, .site-main, .site-footer, .primary, .secondary {
    display: revert
}

.e8q2x99f, .bm4j7k2, .xp9r3lv, .qw7t5n1, .yz6m8h4 {
    display: none
}

.text-center {
    text-align: center
}

.mt-8 {
    margin-top: 8px
}

.mt-16 {
    margin-top: 16px
}

.mb-0 {
    margin-bottom: 0
}

.hidden {
    display: none !important
}

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

    .a5w2-app {
        grid-template-columns:1fr
    }

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

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

    .m4j8-burger {
        display: flex
    }

    .m4j8-header {
        position: relative
    }

    .k2p9-screenshots {
        display: none
    }

    .k2p9-screenshots-swiper {
        display: block !important
    }

    .t3r6-grid {
        display: none
    }

    .t3r6-swiper-wrap {
        display: block !important
    }

    .l7g4-grid {
        display: none
    }

    .l7g4-swiper-wrap {
        display: block !important
    }

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

    .v9s1-hero {
        min-height: 420px
    }

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

    .s8f3-section {
        padding: 44px 0
    }

    .f5r3-footer-top {
        grid-template-columns:1fr;
        text-align: center
    }

    .f5r3-badges {
        align-items: center
    }

    .f5r3-nav {
        justify-content: center
    }

    .w9k3-widget {
        flex-wrap: wrap;
        gap: 10px
    }

    .a5w2-app-right {
        text-align: center
    }

    .a5w2-dl-buttons {
        align-items: center
    }

    .c4t5-review {
        padding: 24px 18px
    }
}

@media (max-width: 480px) {
    .v9s1-hero-cta {
        flex-direction: column;
        align-items: flex-start
    }

    .m4j8-header-inner {
        grid-template-columns:auto 1fr
    }

    .g6x1-reel {
        width: 66px;
        height: 84px;
        font-size: 2rem
    }

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

@media (max-width: 768px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        font-size: 15px;
    }

    .xr7k2-wrap,
    .b9p1q-container,
    main,
    .s8f3-section,
    .c4t5-review,
    .c4t5-content,
    .a5w2-app,
    .g6x1-slot {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .b9p1q-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .s8f3-section {
        padding: 34px 0;
    }

    .s8f3-section-title {
        margin-bottom: 24px;
    }

    .s8f3-section-title h2 {
        font-size: 1.35rem;
        line-height: 1.25;
    }

    .s8f3-section-title p {
        font-size: .88rem;
        line-height: 1.55;
    }

    .btn,
    .btn-lg,
    .btn-sm,
    .btn-primary,
    .btn-secondary {
        width: 100%;
        min-height: 44px;
        padding: 11px 14px;
        font-size: .9rem;
        white-space: normal;
        text-align: center;
    }

    .m4j8-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999;
    }

    body {
        padding-top: 62px;
    }

    .m4j8-header-inner {
        min-height: 62px;
        grid-template-columns:auto 1fr auto;
        gap: 8px;
        padding: 8px 12px;
    }

    .m4j8-logo img {
        height: 34px;
    }

    .m4j8-nav,
    .m4j8-online {
        display: none;
    }

    .m4j8-header-right {
        margin-left: auto;
        gap: 6px;
    }

    .m4j8-header-right .btn {
        width: auto;
        min-height: 34px;
        padding: 8px 10px;
        font-size: .72rem;
    }

    .m4j8-burger {
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: #2E2F3D;
        border: 1px solid rgba(255, 255, 255, .08);
        flex-shrink: 0;
    }

    .m4j8-mobile-nav {
        position: fixed;
        top: 62px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99998;
        display: none;
        padding: 14px;
        background: #252632;
        overflow-y: auto;
        border-top: 1px solid #2E2F3D;
    }

    .m4j8-mobile-nav.open {
        display: flex;
    }

    .m4j8-mobile-nav a {
        min-height: 50px;
        display: flex;
        align-items: center;
        padding: 0 14px;
        border-radius: 12px;
        background: #1A1B23;
        border: 1px solid #2E2F3D;
        color: #fff;
        font-weight: 700;
    }

    .v9s1-hero {
        min-height: 430px;
        align-items: flex-end;
    }

    .v9s1-hero-bg {
        background-position: center;
    }

    .v9s1-hero-overlay {
        background: linear-gradient(to top, rgba(26, 27, 35, .96) 8%, rgba(26, 27, 35, .82) 52%, rgba(26, 27, 35, .28) 100%);
    }

    .v9s1-hero-content {
        width: 100%;
        max-width: 100%;
        padding: 42px 14px 38px;
        text-align: center;
    }

    .v9s1-hero-tag {
        font-size: .68rem;
        line-height: 1.35;
        margin-bottom: 12px;
    }

    .v9s1-hero h1 {
        font-size: 1.55rem;
        line-height: 1.18;
    }

    .v9s1-hero-desc {
        max-width: 100%;
        font-size: .88rem;
        line-height: 1.55;
        margin-bottom: 20px;
    }

    .v9s1-hero-cta {
        display: grid;
        grid-template-columns:1fr;
        gap: 10px;
    }

    .v9s1-bonus-tag {
        font-size: .72rem;
        line-height: 1.45;
    }

    .k2p9-screenshots {
        display: flex !important;
        grid-template-columns:none;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        margin-right: -14px;
        padding-right: 14px;
        padding-bottom: 10px;
    }

    .k2p9-screenshots-swiper {
        display: none !important;
    }

    .k2p9-shot {
        flex: 0 0 88%;
        min-width: 88%;
        scroll-snap-align: start;
        border-radius: 14px;
    }

    .k2p9-shot img {
        height: 190px;
        object-fit: cover;
    }

    .t3r6-grid {
        display: flex !important;
        grid-template-columns:none;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        margin-right: -14px;
        padding-right: 14px;
        padding-bottom: 10px;
    }

    .t3r6-swiper-wrap {
        display: none !important;
    }

    .t3r6-card {
        flex: 0 0 88%;
        min-width: 88%;
        scroll-snap-align: start;
        padding: 20px 14px;
        border-radius: 16px;
    }

    .t3r6-card h3 {
        font-size: 1rem;
    }

    .t3r6-card-desc {
        font-size: .84rem;
        line-height: 1.55;
    }

    .t3r6-card-prize {
        font-size: 1.25rem;
    }

    .t3r6-timer {
        gap: 5px;
        justify-content: space-between;
    }

    .t3r6-timer-block {
        flex: 1;
        min-width: 0;
        padding: 6px 4px;
    }

    .t3r6-timer-block .num {
        font-size: .95rem;
    }

    .t3r6-timer-block .lbl {
        font-size: .52rem;
    }

    .a5w2-app {
        grid-template-columns:1fr;
        gap: 22px;
    }

    .a5w2-table-wrap {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        border-radius: 12px;
    }

    .a5w2-table {
        width: max-content;
        min-width: 620px;
    }

    .a5w2-table th,
    .a5w2-table td {
        padding: 10px 12px;
        font-size: .8rem;
        white-space: nowrap;
    }

    .a5w2-app-right {
        text-align: center;
        gap: 14px;
    }

    .a5w2-app-right h3 {
        font-size: 1.2rem;
    }

    .a5w2-app-right p {
        font-size: .88rem;
        line-height: 1.6;
    }

    .a5w2-dl-buttons {
        display: grid;
        grid-template-columns:1fr;
        gap: 10px;
    }

    .a5w2-dl-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 14px;
        font-size: .84rem;
    }

    .l7g4-grid {
        display: flex !important;
        grid-template-columns:none;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        margin-right: -14px;
        padding-right: 14px;
        padding-bottom: 10px;
    }

    .l7g4-swiper-wrap {
        display: none !important;
    }

    .l7g4-card {
        flex: 0 0 58%;
        min-width: 58%;
        scroll-snap-align: start;
        padding: 16px 12px;
    }

    .l7g4-logo {
        width: 52px;
        height: 52px;
    }

    .g6x1-slot {
        padding: 22px 14px;
        border-radius: 16px;
    }

    .g6x1-reels {
        gap: 8px;
    }

    .g6x1-reel {
        width: 64px;
        height: 78px;
        font-size: 2rem;
    }

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

    .g6x1-result {
        padding: 16px 12px;
    }

    .c4t5-review {
        padding: 22px 14px;
        border-radius: 16px;
    }

    .c4t5-author {
        display: grid;
        grid-template-columns:1fr;
        text-align: center;
        justify-items: center;
        gap: 12px;
    }

    .c4t5-author-info p {
        max-width: 100%;
        font-size: .82rem;
    }

    .c4t5-author-links {
        justify-content: center;
    }

    .c4t5-content {
        font-size: .92rem;
        line-height: 1.7;
    }

    .c4t5-content h1 {
        font-size: 1.35rem;
    }

    .c4t5-content h2 {
        font-size: 1.18rem;
    }

    .c4t5-content h3 {
        font-size: 1.04rem;
    }

    .c4t5-content p,
    .c4t5-content li {
        font-size: .9rem;
        line-height: 1.7;
    }

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

    .c4t5-content table {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .c4t5-content table th,
    .c4t5-content table td {
        padding: 10px 12px;
        font-size: .8rem;
    }

    .q2a7-faq {
        max-width: 100%;
        gap: 10px;
    }

    .q2a7-item {
        border-radius: 14px;
    }

    .q2a7-question {
        padding: 15px 14px;
        font-size: .9rem;
        line-height: 1.35;
    }

    .q2a7-answer-inner {
        padding: 0 14px 15px;
        font-size: .86rem;
        line-height: 1.65;
    }

    #bonus {
        padding: 34px 0 !important;
    }

    #bonus h2 {
        font-size: 1.35rem !important;
        line-height: 1.25 !important;
    }

    #bonus p {
        font-size: .88rem !important;
        line-height: 1.55 !important;
    }

    .f5r3-footer {
        padding: 34px 0 22px;
    }

    .f5r3-footer-top {
        grid-template-columns:1fr;
        gap: 22px;
        text-align: center;
    }

    .f5r3-logo img {
        margin: 0 auto;
    }

    .f5r3-nav,
    .f5r3-providers-row,
    .f5r3-payments-row {
        justify-content: center;
    }

    .f5r3-badges {
        align-items: center;
    }

    .f5r3-legal {
        text-align: center;
    }

    .w9k3-widget {
        display: grid;
        grid-template-columns:1fr;
        gap: 8px;
        padding: 10px 42px 10px 12px;
        text-align: center;
    }

    .w9k3-widget-text {
        align-items: center;
    }

    .w9k3-widget .btn {
        width: 100%;
    }

    .w9k3-widget-close {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

    .k2p9-screenshots::-webkit-scrollbar,
    .t3r6-grid::-webkit-scrollbar,
    .l7g4-grid::-webkit-scrollbar,
    .a5w2-table-wrap::-webkit-scrollbar,
    .c4t5-content table::-webkit-scrollbar {
        height: 6px;
    }

    .k2p9-screenshots::-webkit-scrollbar-thumb,
    .t3r6-grid::-webkit-scrollbar-thumb,
    .l7g4-grid::-webkit-scrollbar-thumb,
    .a5w2-table-wrap::-webkit-scrollbar-thumb,
    .c4t5-content table::-webkit-scrollbar-thumb {
        background: #DC6517;
        border-radius: 999px;
    }

    .k2p9-screenshots::-webkit-scrollbar-track,
    .t3r6-grid::-webkit-scrollbar-track,
    .l7g4-grid::-webkit-scrollbar-track,
    .a5w2-table-wrap::-webkit-scrollbar-track,
    .c4t5-content table::-webkit-scrollbar-track {
        background: #252632;
    }

    img,
    iframe,
    canvas,
    video {
        max-width: 100%;
    }

}

@media (max-width: 480px) {

    .b9p1q-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .m4j8-header-right .btn:first-of-type {
        display: none;
    }

    .v9s1-hero {
        min-height: 390px;
    }

    .v9s1-hero-content {
        padding: 34px 12px 32px;
    }

    .v9s1-hero h1 {
        font-size: 1.28rem;
    }

    .v9s1-hero-desc {
        font-size: .82rem;
    }

    .s8f3-section {
        padding: 28px 0;
    }

    .s8f3-section-title h2 {
        font-size: 1.16rem;
    }

    .k2p9-shot,
    .t3r6-card {
        flex-basis: 92%;
        min-width: 92%;
    }

    .l7g4-card {
        flex-basis: 78%;
        min-width: 78%;
    }

    .g6x1-reel {
        width: 56px;
        height: 70px;
        font-size: 1.7rem;
    }

    .c4t5-review,
    .g6x1-slot {
        padding: 18px 12px;
    }

}