.sf-hidden{display:none!important}

.textSeo {
    position: relative;
    overflow: hidden;
    padding: 36px 32px;
    background:
        radial-gradient(circle at 0% 0%, rgba(63, 140, 255, 0.22) 0%, transparent 28%),
        radial-gradient(circle at 100% 20%, rgba(166, 76, 255, 0.22) 0%, transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(0, 209, 255, 0.12) 0%, transparent 35%),
        linear-gradient(180deg, #202947 0%, #1a2340 100%);
    border: 1px solid rgba(90, 140, 255, 0.22);
    border-radius: 18px;
    box-shadow:
        0 14px 40px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 0 0 1px rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.82);
}

.textSeo::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, transparent 30%),
        linear-gradient(315deg, rgba(113, 88, 255, 0.06) 0%, transparent 25%);
    pointer-events: none;
}

.textSeo::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(82, 170, 255, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.textSeo p {
    position: relative;
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.78);
}

.textSeo h1,
.textSeo h2,
.textSeo h3 {
    position: relative;
    margin: 34px 0 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

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

.textSeo h1 {
    font-size: 36px;
    color: #ffffff;
    text-shadow:
        0 0 12px rgba(80, 150, 255, 0.35),
        0 0 24px rgba(148, 94, 255, 0.18);
    width: 100%;
}

.textSeo h2 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 26px;
    color: #ffffff;
    width: 100%;
}

.textSeo h2::before {
    content: "";
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2ea8ff 0%, #8b5cff 100%);
    box-shadow: 0 0 14px rgba(58, 164, 255, 0.45);
    flex-shrink: 0;
}

.textSeo h3 {
    font-size: 22px;
    color: #f2f6ff;
    width: 100%;
}

.textSeo p + h2,
.textSeo p + h3 {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* легкий hover, если блок нужен более живой */
.textSeo:hover {
    border-color: rgba(110, 157, 255, 0.35);
    box-shadow:
        0 18px 46px rgba(0, 0, 0, 0.42),
        0 0 30px rgba(70, 130, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.textSeo h1 {
    font-size: 36px;
    color: transparent;
    background: linear-gradient(90deg, #ffffff 0%, #57b6ff 35%, #8e63ff 70%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: none;
}
@media (max-width: 768px) {
    .textSeo {
        padding: 28px 20px;
        border-radius: 14px;
    }

    .textSeo p {
        font-size: 15px;
        line-height: 1.75;
    }

    .textSeo h1 {
        font-size: 30px;
    }

    .textSeo h2 {
        font-size: 22px;
    }

    .textSeo h3 {
        font-size: 19px;
    }

    .textSeo h2::before {
        width: 30px;
    }
}
@media (max-width: 1350px) {
    .chat.hidden[data-v-13a12521] {
        display: none;
    }
}
@media (max-width: 767px) {
    .textSeo {
        margin-top: 30px;
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
        line-height: 1.2;
    }
    .games .slot:nth-child(n+9) {
        display: none!important
    }
}