.gaming-hero h1,
.gaming-hero__badge {
    text-transform: uppercase;
    color: #fff
}

.toc-box {
    --toc-red: #e8291c;
    --toc-red-dark: #b91d13;
    --toc-gold: #f5a623;
    --toc-bg: #e8291c;
    --toc-bg-dark: #c9231a;
    --toc-border: rgba(255, 255, 255, 0.25);
    max-width: 640px;
    margin: 0;
    border: 1px solid var(--toc-border);
    border-radius: 14px;
    overflow: hidden;
    font-family: Poppins, 'Segoe UI', Roboto, Arial, sans-serif;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .15)
}
section.sec-table {
    margin-bottom: 20px;
}
.toc-box__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    background: #bc6927;
    border: none;
    cursor: pointer;
    text-align: left;
}

.toc-box__title,
.toc-link {
    display: inline-flex;
    gap: 8px
}

.toc-box__title {
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    color: #fff
}

.toc-box__icon {
    font-size: 1.05em
}

.toc-box__arrow {
    flex-shrink: 0;
    color: var(--toc-gold);
    font-size: 1.1rem;
    transition: transform .25s
}

.toc-box--collapsed .toc-box__arrow {
    transform: rotate(-90deg)
}

.toc-box__body {
    padding: 12px 18px 16px;
    opacity: 1;
    height: auto;
    transition: max-height .3s, opacity .25s, padding .3s;
    overflow: hidden;
    border-top: 1px solid var(--toc-border);
    margin-top: 2px
}

.toc-box--collapsed .toc-box__body {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-color: transparent;
    margin-top: 0
}

.toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: toc-counter
}

.toc-list .toc-list {
    margin-top: 6px;
    margin-left: 18px;
    padding-left: 14px;
    border-left: 2px solid var(--toc-border)
}

.toc-item {
    counter-increment: toc-counter;
    padding: 8px 0 8px 12px;
    border-radius: 10px;
    background: snow;
    margin: 9px 14px 9px 0;
    border: 1px solid #c9abab
}

.toc-link {
    align-items: baseline;
    color: #00f;
    text-decoration: none !important;
    font-size: .94rem;
    line-height: 1.4;
    transition: color .2s, padding-left .2s
}

.toc-link::before {
    content: counter(toc-counter) '.';
    font-weight: 700;
    color: var(--toc-gold);
    flex-shrink: 0
}

.toc-link:focus-visible,
.toc-link:hover {
    color: #ce0204;
    padding-left: 3px;
    text-decoration: underline
}

.toc-item--l2>.toc-link {
    font-weight: 700;
    color: #000;
    font-size: 1rem;
    text-decoration: none
}

.toc-box--sticky {
    position: sticky;
    top: 90px
}

h1[id],
h2[id],
h3[id],
h4[id] {
    scroll-margin-top: 90px
}

@media (max-width:599px) {
    .toc-box {
        max-width: 100%
    }
}

section.sec-table .con {
    background: 0 0;
    padding: 0;
    border: none
}

.t_o_c {
    padding-bottom: 21px
}

@media (max-width:768px) {
    .mnav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 9999;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: .25s
    }

    .ham,
    .mobile-blog-btn {
        cursor: pointer;
        position: relative
    }

    .mnav.op {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    .ham {
        z-index: 10000;
        border: 1px solid #000;
        padding: 10px
    }

    .mobile-blog-btn {
        width: 100%;
        z-index: 10001
    }

    .mobile-blog-list {
        display: none
    }

    .mobile-blogs.open .mobile-blog-list {
        display: block
    }

    .mobile-blog-arrow {
        transition: transform .2s
    }

    .mobile-blogs.open .mobile-blog-arrow {
        transform: rotate(180deg)
    }
}

.gaming-features,
.gaming-hero,
.gaming-hero h1,
.gaming-hero__badge,
.gaming-hero__content,
.gaming-hero__image,
.nav-dropdown {
    position: relative
}

.nav-dropdown-menu.drop {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    min-width: 260px;
    max-height: 75vh;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ece6d6;
    border-radius: 12px;
    box-shadow: 0 20px 45px rgba(23, 28, 38, .16);
    padding: 8px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .2s, transform .2s, visibility .2s;
    z-index: 500
}

.nav-dropdown-menu.drop.blogs-menu {
    left: -140px
}

.nav-dropdown.open .nav-dropdown-menu.drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.nav-dropdown-menu.drop a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    font-size: .85rem;
    line-height: 1.3;
    font-weight: 600;
    color: #171c26;
    white-space: nowrap;
    transition: background .15s, color .15s
}

.nav-dropdown-menu.drop a:focus,
.nav-dropdown-menu.drop a:hover {
    background: #f6f2e8;
    color: #6f7a1f
}

.nav-dropdown-menu.drop .nav-icon {
    flex-shrink: 0
}

.nav-dropdown-menu.drop::-webkit-scrollbar {
    width: 6px
}

.nav-dropdown-menu.drop::-webkit-scrollbar-thumb {
    background: #d8d2b8;
    border-radius: 6px
}

button.nl.nav-dropdown-btn {
    height: 47px;
    background: 0 0;
    border-radius: 44px
}

.gaming-hero {
    width: 100%;
    overflow: hidden;
    background: #07020f;
    color: #fff;
    border-radius: 12px;
    padding-top: 64px
}

.gaming-hero__inner {
    display: grid;
    grid-template-columns: 60% 40%;
    min-height: 650px;
    max-width: 1400px;
    margin: 0 auto
}

.gaming-hero__content {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px 45px 55px 55px;
    background: radial-gradient(circle at 15% 15%, rgba(126, 45, 255, .16), transparent 32%), #07020f
}

.gaming-hero__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    background-image: radial-gradient(rgba(147, 51, 234, .55) 2px, transparent 2px);
    background-size: 11px 11px;
    opacity: .25;
    pointer-events: none
}

.gaming-hero__badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    margin-bottom: 22px;
    border: 1px solid #8b35ff;
    border-radius: 30px;
    background: rgba(117, 32, 255, .12);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px
}

.gaming-hero h1 {
    max-width: 780px;
    margin: 0 0 20px;
    font-size: clamp(38px, 2.5vw, 68px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -1.5px
}

.gaming-hero h1 span {
    display: block;
    color: #a855f7;
    background: linear-gradient(90deg, #fff 0, #b55cff 45%, #7628e8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.gaming-hero__content p {
    position: relative;
    max-width: 780px;
    margin: 0 0 12px;
    color: #ddd6e8;
    font-size: 16px;
    line-height: 1.65
}

.gaming-hero__content strong {
    color: #c16cff;
    font-weight: 700
}

.gaming-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 25px;
    border-top: 1px solid rgba(168, 85, 247, .35);
    border-bottom: 1px solid rgba(168, 85, 247, .35)
}

.gaming-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 105px;
    padding: 12px 8px;
    text-align: center;
    border-right: 1px solid rgba(168, 85, 247, .3)
}

.gaming-feature:last-child {
    border-right: 0
}

.gaming-feature__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-bottom: 7px;
    border: 1px solid #9b4dff;
    border-radius: 50%;
    background: rgba(112, 38, 220, .15);
    box-shadow: 0 0 18px rgba(139, 53, 255, .35);
    font-size: 20px
}

.gaming-feature strong {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase
}

.gaming-feature small {
    margin-top: 3px;
    color: #aaa0b8;
    font-size: 11px
}

.gaming-hero__image {
    min-height: 650px;
    overflow: hidden;
    background: #090212
}

.gaming-hero__image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, #07020f 0, rgba(7, 2, 15, .2) 20%, transparent 100%);
    pointer-events: none
}

.gaming-hero__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
    object-position: right center
}

@media (max-width:991px) {
    .gaming-hero__inner {
        grid-template-columns: 1fr
    }

    .gaming-hero__content {
        padding: 45px 35px
    }

    .gaming-hero__image {
        min-height: 450px
    }

    .gaming-hero__image img {
        min-height: 450px;
        object-position: right center
    }

    .gaming-hero__image::before {
        background: linear-gradient(180deg, #07020f 0, transparent 30%)
    }
}

@media (max-width:600px) {
    .gaming-hero {
        border-radius: 0
    }

    .gaming-hero__content {
        padding: 35px 20px 30px
    }

    .gaming-hero__badge {
        margin-bottom: 18px;
        padding: 8px 14px;
        font-size: 12px
    }

    .gaming-hero h1 {
        margin-bottom: 18px;
        font-size: 36px;
        line-height: 1.05;
        letter-spacing: -1px
    }

    .gaming-hero__content p {
        font-size: 14px;
        line-height: 1.6
    }

    .gaming-features {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px
    }

    .gaming-feature {
        min-height: 95px;
        border-bottom: 1px solid rgba(168, 85, 247, .3)
    }

    .gaming-feature:nth-child(2) {
        border-right: 0
    }

    .gaming-feature:nth-child(3),
    .gaming-feature:nth-child(4) {
        border-bottom: 0
    }

    .gaming-hero__image,
    .gaming-hero__image img {
        min-height: 380px
    }
}