:root{--bg-site:#161924}

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

.sf-hidden{display:none!important}

.swiper-slide {
    transition: .25s all ease-in-out;
    cursor: pointer;
}
.swiper-slide:hover {
    opacity: .8;
}

.textSeo {
    margin: 50px 0;
}

.textSeo p {
    line-height: 1.5;
    font-size: 16px;
}

.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 30px;
}

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

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

.header__logoMobile {
    display: none;
}

.promo__img {
    display: none;
}
.swiper-wrapper {
    display: flex;
}
img.promo__video {
    width: 100%;
}
.pb0 {
    padding-bottom: 0;
}
@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;
    }

    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

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

    .promo__img {
        display: block;
        /* height: 204px; */
    }

    .promo__img {
        width: 100%;
        height: 100%;
    }
    .swiper-wrapper {
        height: auto!important;
    }

    .gridlist {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    button[name="arrow-left2"] {
        display: none!important
    }
    .headerLogo {
        margin-left: 0;
    }

    /* .promo__slider {
        width: 100%!important;
        height: auto!important;
    }
    .promo__slider .swiper-slide {
        width: 100%!important;
    } */
}

/* ===== textSeo: таблицы и списки (мобильно-адаптивные) ===== */
.textSeo .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.08);
}

.textSeo .seo-table {
    width: 100%;
    min-width: 480px;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.5;
    background: rgba(255,255,255,0.02);
}

.textSeo .seo-table th {
    background-color: rgba(255, 200, 0, 0.12);
    color: #ffd200;
    font-weight: 700;
    padding: 13px 16px;
    text-align: left;
    border-bottom: 2px solid rgba(255, 200, 0, 0.2);
    white-space: nowrap;
    letter-spacing: 0.2px;
}

.textSeo .seo-table td {
    padding: 11px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    vertical-align: middle;
}

.textSeo .seo-table tbody tr:nth-child(even) {
    background-color: rgba(255,255,255,0.025);
}

.textSeo .seo-table tbody tr:hover {
    background-color: rgba(255,200,0,0.05);
}

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

/* Списки */
.textSeo .seo-list {
    margin: 16px 0;
    padding-left: 0;
    list-style: none;
    line-height: 1.75;
    font-size: 16px;
}

.textSeo .seo-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 9px;
}

.textSeo .seo-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffd200;
    flex-shrink: 0;
}

.textSeo ol.seo-list {
    list-style: none;
    counter-reset: seo-counter;
}

.textSeo ol.seo-list li {
    counter-increment: seo-counter;
    padding-left: 32px;
}

.textSeo ol.seo-list li::before {
    content: counter(seo-counter);
    width: 22px;
    height: 22px;
    top: 2px;
    border-radius: 50%;
    background: rgba(255, 210, 0, 0.15);
    border: 1px solid rgba(255, 210, 0, 0.4);
    color: #ffd200;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Двухколоночный список */
.textSeo .seo-list--cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 24px;
}

/* FAQ блок */
.textSeo .seo-faq {
    margin: 20px 0;
}

.textSeo .seo-faq__item {
    border-left: 3px solid rgba(255, 210, 0, 0.35);
    padding: 14px 16px;
    margin-bottom: 14px;
    background: rgba(255,255,255,0.025);
    border-radius: 0 8px 8px 0;
    transition: background 0.2s;
}

.textSeo .seo-faq__item:hover {
    background: rgba(255,255,255,0.045);
    border-left-color: #ffd200;
}

.textSeo .seo-faq__q {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0 0 8px 0 !important;
    color: #ffd200 !important;
    line-height: 1.4 !important;
}

.textSeo .seo-faq__a {
    margin: 0 !important;
    color: rgba(255,255,255,0.82) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

/* ============================================================
   УНИКАЛЬНЫЕ СТИЛИ ЗАГОЛОВКОВ SEO-БЛОКА DRAGON MONEY
   ============================================================ */

/* H1 — огненный градиент */
.textSeo .seo-h1 {
    background: linear-gradient(92deg, #ff6a00 0%, #ffd200 55%, #ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 30px !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px;
    line-height: 1.25 !important;
    padding-bottom: 4px;
}

/* Базовый стиль всех уникальных H2 */
.textSeo .seo-h2 {
    position: relative;
    padding-left: 18px !important;
    border-left: 4px solid #ffd200;
    border-radius: 0 4px 4px 0;
    background: rgba(255,255,255,0.03);
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    transition: background 0.2s;
    font-size: 21px !important;
}

.textSeo .seo-h2:hover {
    background: rgba(255,255,255,0.055);
}

.textSeo .seo-h2--about    { border-left-color: #4a9eff;  }
.textSeo .seo-h2--register { border-left-color: #3ecf6e;  }
.textSeo .seo-h2--bonus    { border-left-color: #ffd200;  }
.textSeo .seo-h2--payment  { border-left-color: #b06fff;  }
.textSeo .seo-h2--games    { border-left-color: #ff4f4f;  }
.textSeo .seo-h2--slots    { border-left-color: #ff8c00;  }
.textSeo .seo-h2--mobile   { border-left-color: #00c8e0;  }
.textSeo .seo-h2--license  { border-left-color: #a0aec0;  }
.textSeo .seo-h2--faq      { border-left-color: #f6c90e;  }

/* Адаптив */
@media (max-width: 768px) {
    .textSeo .seo-list--cols {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .textSeo .seo-h1 {
        font-size: 22px !important;
    }
    .textSeo .seo-h2 {
        padding-left: 12px !important;
        font-size: 18px !important;
    }
    .textSeo .seo-table {
        font-size: 13px;
    }
    .textSeo .seo-table th,
    .textSeo .seo-table td {
        padding: 9px 11px;
    }
    .textSeo .seo-list {
        font-size: 15px;
    }
    .textSeo .seo-faq__q {
        font-size: 15px !important;
    }
}
