/* =============================================
   webfolio-custom.css_5e1e374e28b9fc98 — casino content overrides
   Sits on top of plugins.css_5e1e374e28b9fc98 + style.css_5e1e374e28b9fc98
   ============================================= */

/* ── 0. Container (plugins.css_5e1e374e28b9fc98 has no Bootstrap) ── */
.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.container-fluid_3cf40fb7876a4ffa {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 575px) {
    .container, .container-fluid_3cf40fb7876a4ffa { padding-left: 20px; padding-right: 20px; }
}

/* ── 0b. Row / col grid (Bootstrap-lite) ── */
.row_9723e750629ee0c6 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.row_9723e750629ee0c6 > * {
    padding-left: 12px;
    padding-right: 12px;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .col-md-4_7cef1a94ccc10078  { width: 33.333%; }
    .col-md-6_1278a8e4a770131d  { width: 50%; }
}
@media (min-width: 992px) {
    .col-lg-2_375cc5683bcf72fc  { width: 16.666%; }
    .col-lg-3_8c536a5ece89664b  { width: 25%; }
    .col-lg-4_af915847dc38e3c7  { width: 33.333%; }
    .col-lg-5_48cfc724d09ed691  { width: 41.666%; }
    .col-lg-6_59e9634c0d562efd  { width: 50%; }
    .col-lg-7_727ef18ab45c3f47  { width: 58.333%; }
    .offset-lg-1_5aa21bc6e6864663 { margin-left: 8.333%; }
}
.col-12_b3f87f545df89eaa { width: 100%; }
.g-4_671b437387f8e38a { gap: 24px; }
.g-5_18cd5365a4467e82 { gap: 32px; }
.row_9723e750629ee0c6.g-4_671b437387f8e38a  { margin: 0; }
.row_9723e750629ee0c6.g-4_671b437387f8e38a > * { padding: 0; }
.row_9723e750629ee0c6.g-5_18cd5365a4467e82  { margin: 0; }
.row_9723e750629ee0c6.g-5_18cd5365a4467e82 > * { padding: 0; }
.justify-content-between_76c93c9150a31483 { justify-content: space-between; }
.mb-4_f250732aee550b69  { margin-bottom: 24px; }
.mb-5_370cb37a9d089f55  { margin-bottom: 32px; }
.mb-lg-0_2958fe9b2c6907c1 { margin-bottom: 0; }
@media (max-width: 991px) {
    .mb-lg-0_2958fe9b2c6907c1 { margin-bottom: 24px; }
}

/* ── 0c. Reset overflow ── */
body {
    overflow-x: hidden !important;
}

/* ── 0d. Preloader ── */
#loader-wrap {
    background: #121212;
}
.loader-wrap .loader-wrap-heading_0034f46fde42b4fd {
    position: relative;
    z-index: 20;
}
.loader-wrap .load-text_cfd95bc8bf445ff3 {
    color: #fff;
}
.loader-wrap.loaded {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease 0.1s;
}

/* ── 1. Navbar ── */
/* nav-crev: always fixed at top, changes opacity/shadow on scroll */
.navbar.nav-crev {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    min-height: 80px;
    background: rgba(15, 15, 15, 0.15);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: background 0.4s, border-color 0.4s, box-shadow 0.4s;
}

/* Inner wrapper — aligns content with page .container width */
.wf-nav-inner_f1b0d98db102f0a4 {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 0 30px;
}
@media (max-width: 575px) {
    .wf-nav-inner_f1b0d98db102f0a4 { padding: 0 20px; }
}

.navbar.nav-crev .wf-nav-logo_498f209f49aca313 {
    width: 110px;
    flex-shrink: 0;
}

.navbar.nav-crev .wf-nav-links_86fa92cb10b903f2 {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    gap: 0;
}

.navbar.nav-crev .wf-nav-links_86fa92cb10b903f2 li { position: relative; }

.navbar.nav-crev .wf-nav-links_86fa92cb10b903f2 a {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 24px 16px;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s;
}
.navbar.nav-crev .wf-nav-links_86fa92cb10b903f2 a:hover { color: #fd5b38; }

/* Dropdown */
.navbar.nav-crev .wf-nav-links_86fa92cb10b903f2 .wf-dropdown_12380a16ecd6adf5 { position: relative; }

.navbar.nav-crev .wf-nav-links_86fa92cb10b903f2 .wf-dropdown-menu_7437e086f67e9a2a {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background: #121212;
    border: 1px solid #393939;
    border-radius: 5px;
    min-width: 200px;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s;
    z-index: 1000;
    list-style: none;
    margin: 0;
}
.navbar.nav-crev .wf-nav-links_86fa92cb10b903f2 .wf-dropdown_12380a16ecd6adf5:hover .wf-dropdown-menu_7437e086f67e9a2a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.navbar.nav-crev .wf-nav-links_86fa92cb10b903f2 .wf-dropdown-menu_7437e086f67e9a2a a {
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    position: relative;
}
.navbar.nav-crev .wf-nav-links_86fa92cb10b903f2 .wf-dropdown-menu_7437e086f67e9a2a a::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.3s;
}
.navbar.nav-crev .wf-nav-links_86fa92cb10b903f2 .wf-dropdown-menu_7437e086f67e9a2a a:hover { padding-left: 26px; }
.navbar.nav-crev .wf-nav-links_86fa92cb10b903f2 .wf-dropdown-menu_7437e086f67e9a2a a:hover::after { width: 10px; }

/* Play button area */
.wf-nav-play_35e7a73b98b9a0ed {
    flex-shrink: 0;
    padding-left: 20px;
}

/* Sticky state — position unchanged, only visual upgrade */
.navbar.nav-crev.nav-scroll {
    background: rgba(15, 15, 15, 0.97);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}

/* Hamburger */
.wf-hamburger_f0397cdb3f45bcc9 {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
    flex-direction: column;
    gap: 5px;
}
.wf-hamburger_f0397cdb3f45bcc9 span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
}

/* Mobile nav */
.wf-mobile-nav_26f7304de6bc9c66 {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #121212;
    z-index: 10000;
    padding: 30px 24px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.35s ease;
}
.wf-mobile-nav_26f7304de6bc9c66.open { transform: translateX(0); }

.wf-mobile-backdrop_e22f9d6d3957f8ea {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.35s;
}
.wf-mobile-backdrop_e22f9d6d3957f8ea.open { opacity: 1; }

.wf-mobile-nav_26f7304de6bc9c66 .wf-mobile-close_27ade3c33e55359e {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: block;
    margin-bottom: 30px;
    padding: 0;
}

.wf-mobile-nav_26f7304de6bc9c66 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wf-mobile-nav_26f7304de6bc9c66 ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    text-decoration: none;
}
.wf-mobile-nav_26f7304de6bc9c66 ul li a:hover { color: #fd5b38; }

.wf-mobile-nav_26f7304de6bc9c66 .wf-mobile-play_7a5791bc833a31f7 {
    margin-top: 24px;
}

@media (max-width: 991px) {
    .navbar.nav-crev { padding: 0; }
    .navbar.nav-crev .wf-nav-links_86fa92cb10b903f2 { display: none; }
    /* Keep play button visible in mobile navbar */
    .navbar.nav-crev .wf-nav-play_35e7a73b98b9a0ed { display: flex; padding-left: 12px; }
    .wf-hamburger_f0397cdb3f45bcc9 { display: flex; }
    .wf-mobile-nav_26f7304de6bc9c66 { display: block; }
    /* Backdrop must be in DOM for transitions but must NOT intercept clicks until open */
    .wf-mobile-backdrop_e22f9d6d3957f8ea { display: block; pointer-events: none; }
}
.wf-mobile-backdrop_e22f9d6d3957f8ea.open { pointer-events: auto; }

/* Play button full/short text toggle */
.wf-btn-short_b7d9b98f76f89359 { display: none; }
@media (max-width: 991px) {
    .wf-btn-full_78e02905354a5a1b  { display: none; }
    .wf-btn-short_b7d9b98f76f89359 { display: inline; }
}

/* ── 2. Navbar spacer ── */
.wf-nav-spacer_a832dfcdf5e8cf81 {
    height: 80px; /* matches full-width navbar height */
}

/* ── 3. Page hero ── */
.wf-page-hero_4edda852d1b1640f {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    background-color: #0f0f0f;
    padding: 100px 0 0;
    overflow: hidden;
}
@media (max-width: 991px) {
    .wf-page-hero_4edda852d1b1640f { background-attachment: scroll; }
}
.wf-page-hero_4edda852d1b1640f::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: -2px;
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0.55), #0f0f0f);
    pointer-events: none;
}
.wf-page-hero-content_f41cf4e2eaa64d32 {
    position: relative;
    z-index: 2;
}
.wf-page-hero_4edda852d1b1640f h1 {
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
}
.wf-page-hero_4edda852d1b1640f .wf-post-author_08a1c60e1c83ef4d {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-top: 12px;
}
.wf-page-hero_4edda852d1b1640f .wf-post-author_08a1c60e1c83ef4d span { color: rgba(255, 255, 255, 0.85); }

/* ── 4. Breadcrumbs ── */
.wf-breadcrumbs_fd8323f63ef8ec48 {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0 0 5px 5px;
    padding: 0;
    flex-wrap: wrap;
}
.wf-breadcrumbs_fd8323f63ef8ec48 li {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    gap: 8px;
}
.wf-breadcrumbs_fd8323f63ef8ec48 li + li::before {
    content: '/';
    opacity: 0.4;
}
.wf-breadcrumbs_fd8323f63ef8ec48 li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s;
}
.wf-breadcrumbs_fd8323f63ef8ec48 li a:hover { color: #fd5b38; }
.wf-breadcrumbs_fd8323f63ef8ec48 li[aria-current] { color: rgba(255, 255, 255, 0.8); }

/* ── 5. Content area (single / section / index pages) ── */
.wf-content-area_9440845a7dac1371 {
    background: #0f0f0f;
    padding: 10px 0 40px;
}
@media (max-width: 768px) {
    .wf-content-area_9440845a7dac1371 { padding: 30px 0; }
}

/* ── 5b. Contact section padding (overrides style.css_5e1e374e28b9fc98 section-padding) ── */
.section-padding_40e65a99d8441fc6 {
    padding-top: 30px;
    padding-bottom: 80px;
}
@media (max-width: 768px) {
    .section-padding_40e65a99d8441fc6 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* Article typography on dark bg */
.wf-article {
    color: #c6c8c9;
    line-height: 1.8;
    font-size: 16px;
}
.wf-article h1,
.wf-article h2,
.wf-article h3,
.wf-article h4,
.wf-article h5,
.wf-article h6 {
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 2em;
    margin-bottom: 0.6em;
}
.wf-article h2 { font-size: 1.75rem; }
.wf-article h3 { font-size: 1.4rem; }
.wf-article h4 { font-size: 1.15rem; }
.wf-article p { margin-bottom: 1.1em; color: #c6c8c9; }
.wf-article a { color: #fd5b38; text-decoration: none; }
.wf-article a:hover { color: #ff7a5c; text-decoration: underline; }

.wf-article ul,
.wf-article ol {
    padding-left: 1.6em;
    margin-bottom: 1.1em;
    color: #c6c8c9;
}
.wf-article ul { list-style: disc; }
.wf-article ul ul { list-style: circle; }
.wf-article ol { list-style: decimal; }
.wf-article ol ol { list-style: lower-alpha; }
.wf-article li { margin-bottom: 0.4em; list-style: inherit; }

/* Images */
.wf-article img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    margin: 1.5em 0;
}

/* Tables */
.wf-table-scroll {
    width: 100%;
    margin: 1.5em 0;
}
@media (max-width: 991px) {
    .wf-table-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .wf-table-scroll table { min-width: max-content; }
}

.wf-article table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 15px;
}
.wf-article table thead tr {
    background: linear-gradient(45deg, #fd5b38, #c23000);
}
.wf-article table th {
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 12px 16px;
    text-align: left;
    white-space: nowrap;
}
.wf-article table td {
    padding: 10px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: #c6c8c9;
}
.wf-article table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.03);
}

/* ── 6. ToC ── */
details.wf-toc_a10fa66a09bbaaf3 {
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 16px 20px;
    margin: 0 0 2em;
}
summary.wf-toc-toggle_7051c35484119002 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    list-style: none;
    user-select: none;
}
summary.wf-toc-toggle_7051c35484119002::-webkit-details-marker { display: none; }
summary.wf-toc-toggle_7051c35484119002::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.25s ease;
    flex-shrink: 0;
}
details.wf-toc_a10fa66a09bbaaf3[open] > summary.wf-toc-toggle_7051c35484119002::after {
    transform: rotate(180deg);
}
.wf-toc-nav_50bd4294dbf240b0 {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.wf-toc-nav_50bd4294dbf240b0 ul { list-style: none; padding: 0; margin: 0; }
.wf-toc-nav_50bd4294dbf240b0 li { margin: 4px 0; }
.wf-toc-nav_50bd4294dbf240b0 a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
}
.wf-toc-nav_50bd4294dbf240b0 a:hover { color: #fd5b38; }
.wf-toc-nav_50bd4294dbf240b0 ul ul { padding-left: 16px; }

/* ── 7. FAQ ── */
.wf-faq_efc0b29e03bf8d7c {
    margin-top: 60px;
}
.wf-faq-title_3d97c03106ae7b70 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 28px;
}
.wf-faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* Button trigger — same visual as the old <summary> */
.wf-faq-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: none;
    border: none;
    text-align: left;
    user-select: none;
    gap: 12px;
}
.wf-faq-summary::after {
    content: '\f067'; /* fa-plus */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    color: #fd5b38;
    flex-shrink: 0;
}
.wf-faq-item.is-open .wf-faq-summary::after {
    content: '\f068'; /* fa-minus */
}
/* Animated answer panel */
.wf-faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
/* Inner wrapper carries the padding so scrollHeight includes it */
.wf-faq-answer-inner_025b4c95181ced44 {
    padding: 4px 0 20px;
    color: #c6c8c9;
    font-size: 15px;
    line-height: 1.8;
}

/* ── 8. Play button (shortcode + header) ── */
.wf-play-btn_df83815efd2f0ca6 {
    display: inline-block;
    background: #fd5b38;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 10px 22px;
    border-radius: 5px;
    border: 1px solid transparent;
    text-decoration: none !important;
    transition: all 0.4s;
    white-space: nowrap;
}
.wf-play-btn_df83815efd2f0ca6:hover {
    background: transparent;
    border-color: #fff;
    color: #fff !important;
}
.wf-play-btn--lg_30ff87e49b4a597e {
    padding: 14px 34px;
    font-size: 15px;
    border-radius: 6px;
}
.wf-play-btn-wrap_4a6555a4d68a427c {
    margin: 1.5em 0;
}

/* ── 9. Demo iframe shortcode ── */
.wf-demo-wrap_954038705b393b41 {
    margin: 1.5em 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* ── 10. Section cards ── */
.wf-card_442ef2df47f52344 {
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    padding: 28px 24px;
    height: 100%;
    transition: border-color 0.3s;
}
.wf-card_442ef2df47f52344:hover { border-color: rgba(253, 91, 56, 0.4); }
.wf-card-title_4d8a6d6b4a5d7216 {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 12px;
}
.wf-card-title_4d8a6d6b4a5d7216 a { color: inherit; text-decoration: none; }
.wf-card-title_4d8a6d6b4a5d7216 a:hover { color: #fd5b38; }
.wf-card-divider_61468705d2f7d563 {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 12px 0;
}
.wf-card-desc_b662383ba637c4a3 {
    color: #c6c8c9;
    font-size: 14px;
    line-height: 1.7;
}
.wf-read-more_3f357858ca98de0f {
    display: inline-block;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 600;
    color: #fd5b38;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.wf-read-more_3f357858ca98de0f:hover { color: #ff7a5c; }

/* ── 11. 404 page ── */
.page-error_8d7c6c305284f7b7 {
    background: #0f0f0f;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.page-error_8d7c6c305284f7b7 > .container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 80px;
}
.page-error_8d7c6c305284f7b7 h1 {
    font-size: clamp(120px, 20vw, 200px);
    color: #fd5b38;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
.page-error_8d7c6c305284f7b7 > .container p {
    color: #c6c8c9;
    font-size: 18px;
    margin-bottom: 36px;
}
/* Marquee strips: prevent flex-shrink from compressing boxes and wrapping text */
.page-error_8d7c6c305284f7b7 .slide-har_87547fe4f2e332f6 > .box_62d185fb18b7484f {
    flex-shrink: 0;
}
.page-error_8d7c6c305284f7b7 .slide-har_87547fe4f2e332f6 .item_2c4016d5641cba5b {
    white-space: nowrap;
}

/* ── 11b. Marquee CTA (Play Now) ── */
.wf-marq-cta_20e2d7a0bf4a2fdd {
    overflow: hidden;
    padding: 40px 0 0;
}
/* Row 1 inherits .main-marq_cc676d5d698ada2d.lrg_502675a861d74840.sub-bg_54fdb22df0affa62 styles from style.css_5e1e374e28b9fc98 */
/* Row 2 inherits .main-marq_cc676d5d698ada2d.bord-item_846832186de753b3 styles from style.css_5e1e374e28b9fc98 */
/* Overlay link covers the strip and acts as Play Now link */
.wf-marq-cta_20e2d7a0bf4a2fdd .main-marq_cc676d5d698ada2d .slide-har_87547fe4f2e332f6 {
    position: relative;
}
.wf-marq-cta_20e2d7a0bf4a2fdd .overlay-link_711901fb1b09d4b3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

/* ── 11c. Marquee CTA — seamless loop + styling ──
   The theme animates each .box_62d185fb18b7484f independently: translateX(0) → translateX(-100%)
   (or reverse). This is seamless IF both boxes have identical pixel widths.

   Root cause of the jump: style.css_5e1e374e28b9fc98 inverts the solid/stroke alternation in
   .box_62d185fb18b7484f:last-of-type vs .box_62d185fb18b7484f (first). Different -webkit-text-stroke values
   cause slightly different glyph widths → box1 ≠ box2 in total width → the
   per-box -100% animation overshoots/undershoots → visible seam.

   Fix: override .box_62d185fb18b7484f:last-of-type to use the same solid/outline pattern as
   the default box. The alternating solid-outline look is fully preserved
   (S O S O S O S O across all items); only the between-box inversion is
   removed, which is imperceptible at scroll speed. */

/* Animation speed + GPU compositing hints to eliminate jank.
   backface-visibility:hidden forces the browser to promote each box to its
   own compositor layer so the transform runs off the main thread. */
.wf-marq-cta_20e2d7a0bf4a2fdd .slide-har_87547fe4f2e332f6.st1_2e0c0b873e8226b2 .box_62d185fb18b7484f {
    animation: slide-har 55s linear infinite !important;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.wf-marq-cta_20e2d7a0bf4a2fdd .slide-har_87547fe4f2e332f6.st2_1d8232cc0043ac04 .box_62d185fb18b7484f {
    animation: slide-har-revers 55s linear infinite !important;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
/* Promote the rotated rows to their own layers too so the child
   box animations don't trigger repaints on the main thread */
.wf-marq-cta_20e2d7a0bf4a2fdd .main-marq_cc676d5d698ada2d {
    will-change: transform;
}

/* Make last-of-type box identical to the first box in rendering.
   The theme sets last-of-type even → solid and odd → stroked (inverted).
   We restore it to default: even → stroked 0.5px, odd → solid white. */
.wf-marq-cta_20e2d7a0bf4a2fdd .main-marq_cc676d5d698ada2d .box_62d185fb18b7484f:last-of-type .item_2c4016d5641cba5b:nth-of-type(even) h4 {
    color: transparent !important;
    -webkit-text-stroke: 0.5px #fff !important;
}
.wf-marq-cta_20e2d7a0bf4a2fdd .main-marq_cc676d5d698ada2d .box_62d185fb18b7484f:last-of-type .item_2c4016d5641cba5b:nth-of-type(odd) h4 {
    color: #fff !important;
    -webkit-text-stroke: 0 !important;
}

/* Star icon: scales proportionally with the h4 font-size (em units) */
.wf-marq-cta_20e2d7a0bf4a2fdd .wf-marq-icon_917691f3022206e2 {
    display: inline-block;
    width:  0.48em;
    height: 0.48em;
    margin-left: 0.42em;
    vertical-align: middle;
    position: relative;
    top: -0.06em;
    line-height: 0;
}
.wf-marq-cta_20e2d7a0bf4a2fdd .wf-marq-icon_917691f3022206e2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: none;
}

/* Overlay link: now a direct child of .main-marq_cc676d5d698ada2d — covers the visible strip
   but does NOT translate with the animated .slide-har_87547fe4f2e332f6 */
.wf-marq-cta_20e2d7a0bf4a2fdd .main-marq_cc676d5d698ada2d > .overlay-link_711901fb1b09d4b3 {
    position: absolute;
    inset: 0;
    z-index: 10;
    cursor: pointer;
}

/* ── 12. Footer ── */
footer.wf-footer_9781cd26549bd595 {
    position: relative;
    background: transparent;
    padding: 60px 0 30px;
}
footer.wf-footer_9781cd26549bd595::before {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    bottom: 40px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.01), transparent);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    z-index: 0;
}
footer.wf-footer_9781cd26549bd595 .wf-footer-inner_3cea70a4f173a879 {
    position: relative;
    z-index: 1;
}

/* Top row */
.wf-footer-top_c24932f45bfd44ed {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
    align-items: flex-start;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.wf-footer-logo-wrap_03f58848e2c787a4 { flex-shrink: 0; }
.wf-footer-logo_11e0e06dae0c6f37 {
    width: 110px;
    display: block;
}
.wf-footer-disclaimers_2f3d4aee82535ea0 {
    flex: 1;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.wf-footer-disclaimer-block_3c193f114f753b79 { flex: 1; min-width: 180px; }
.wf-footer-disclaimer-text_55a509f426eaf7f7 {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1.7;
    margin: 0;
}
.wf-footer-legal_37a7a4f4d437a117 { flex-shrink: 0; min-width: 140px; }

/* Shared elements */
.wf-footer-section-title_6c4001740dcda4b0 {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 12px;
}
.wf-footer-links_b5073e61f681b4ad {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wf-footer-links_b5073e61f681b4ad li { margin-bottom: 8px; }
.wf-footer-links_b5073e61f681b4ad a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
}
.wf-footer-links_b5073e61f681b4ad a:hover { color: #fd5b38; }

/* Bottom bar */
.wf-footer-bottom_0428e8752408c6ae {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 28px;
}
.wf-footer-copyright_2528df5342fc5ff7 {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
}
.wf-footer-copyright_2528df5342fc5ff7 p { margin: 0; }

/* Casino trust logos */
.wf-footer-trust_0a8edb54a3a5eafc {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.wf-footer-trust_0a8edb54a3a5eafc img {
    height: 24px;
    width: auto;
    opacity: 0.75;
    filter: grayscale(1);
    transition: opacity 0.3s, filter 0.3s;
}
.wf-footer-trust_0a8edb54a3a5eafc img:hover {
    opacity: 1;
    filter: none;
}

@media (max-width: 767px) {
    footer.wf-footer_9781cd26549bd595::before { left: 0; right: 0; }
    .wf-footer-top_c24932f45bfd44ed { gap: 28px; }
    .wf-footer-disclaimers_2f3d4aee82535ea0 { flex-direction: column; gap: 24px; }
    .wf-footer-bottom_0428e8752408c6ae { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* ── 13. Responsive helpers ── */
@media (max-width: 767px) {
    .wf-page-hero_4edda852d1b1640f { padding: 95px 0 0; }
    .wf-content-area_9440845a7dac1371 { padding: 20px 0 60px; }
    .wf-article h2 { font-size: 1.4rem; }
    .wf-article h3 { font-size: 1.15rem; }
    footer.wf-footer_9781cd26549bd595::before { left: 0; right: 0; }
}
