:root {
    --bg-site: var(--temp-bg-site)
}

.vue-notification-group {
    display: block;
    position: fixed;
    z-index: 5000
}

.sf-hidden {
    display: none !important
}

.textSeo {
    margin: 100px 0 0;
    padding-bottom: 40px;
    color: #c0c0c0;
}

.textSeo p {
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 16px;
    color: #b0b0b0;
}

.textSeo h1 {
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 32px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
}

.textSeo h2 {
    margin-bottom: 18px;
    margin-top: 36px;
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.textSeo h3 {
    margin-bottom: 14px;
    margin-top: 28px;
    font-size: 20px;
    line-height: 1.3;
    color: #e0e0e0;
    font-weight: 600;
}

.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}

/* Tables */
.textSeo table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.textSeo table thead th {
    background: rgba(242, 162, 0, 0.15);
    color: #f2a200;
    font-weight: 600;
    text-align: left;
    padding: 14px 16px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid rgba(242, 162, 0, 0.3);
}

.textSeo table tbody td {
    padding: 12px 16px;
    font-size: 15px;
    color: #b0b0b0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.textSeo table tbody tr:last-child td {
    border-bottom: none;
}

.textSeo table tbody tr:hover {
    background: rgba(255, 255, 255, 0.04);
}

/* Ordered lists */
.textSeo ol {
    margin: 20px 0;
    padding-left: 0;
    counter-reset: seo-counter;
    list-style: none;
}

.textSeo ol li {
    counter-increment: seo-counter;
    padding: 10px 16px 10px 48px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    border-left: 3px solid #f2a200;
    font-size: 15px;
    line-height: 1.6;
    color: #b0b0b0;
    position: relative;
}

.textSeo ol li::before {
    content: counter(seo-counter);
    position: absolute;
    left: 12px;
    top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #f2a200;
    color: #161924;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
}

/* Unordered lists */
.textSeo ul {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

.textSeo ul li {
    padding: 10px 16px 10px 40px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #b0b0b0;
    position: relative;
}

.textSeo ul li::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 16px;
    width: 8px;
    height: 8px;
    background: #f2a200;
    border-radius: 50%;
}

/* Blockquotes */
.textSeo blockquote {
    margin: 24px 0;
    padding: 20px 24px;
    background: rgba(242, 162, 0, 0.08);
    border-left: 4px solid #f2a200;
    border-radius: 0 8px 8px 0;
}

.textSeo blockquote p {
    margin-bottom: 0;
    color: #d0d0d0;
    font-size: 15px;
}

.textSeo blockquote strong {
    color: #f2a200;
}

/* Links */
.textSeo a {
    color: #f2a200;
    text-decoration: none;
    transition: color 0.2s;
}

.textSeo a:hover {
    color: #ffb833;
    text-decoration: underline;
}

/* Strong */
.textSeo strong {
    color: #e0e0e0;
    font-weight: 600;
}

.header__menu {
    display: flex;
    visibility: visible !important;
    transform: unset !important;
    opacity: 1 !important;
    max-width: 660px;
}

.header__logoMobile {
    display: none;
}

.promo__img {
    display: none;
}

@media (max-width: 1200px) {
    .sidebar {
        display: none;
    }

    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

    .header__menu {
        display: none;
    }

    .header__container {
        padding: 8px 0;
    }

    .header__logoMobile {
        display: flex;
        width: 36px;
    }
}

@media (max-width: 767px) {
    .textSeo {
        margin: 50px 0 0;
        padding-bottom: 24px;
    }

    .textSeo h1 {
        font-size: 24px;
        margin-bottom: 14px;
        margin-top: 24px;
    }

    .textSeo h2 {
        font-size: 20px;
        margin-bottom: 12px;
        margin-top: 20px;
    }

    .textSeo h3 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 16px;
    }

    .textSeo p {
        font-size: 14px;
    }

    .textSeo table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .textSeo table thead th,
    .textSeo table tbody td {
        padding: 10px 12px;
        font-size: 13px;
        white-space: nowrap;
    }

    .textSeo ol li,
    .textSeo ul li {
        font-size: 14px;
        padding: 8px 12px 8px 40px;
    }

    .textSeo blockquote {
        padding: 14px 16px;
    }
}

@media (max-width: 600px) {
    .promo__video {
        display: none;
    }

    .promo__img {
        display: block;
    }

    .promo__slider {
        width: 100% !important;
        height: auto !important;
    }

    .promo__slider .swiper-slide {
        width: 100% !important;
    }

    .header__game {
        display: none;
    }

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

