.sf-hidden{display:none!important}
.textSeo {
    margin: 50px 0;
}
.textSeo p {
    line-height: 1.4;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 26px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
@media (max-width: 767px) {
    .textSeo {
        margin: 30px 0;
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

/* SEO content table styles */
.textSeo ul,
.textSeo ol {
    margin: 0 0 18px;
    padding-left: 22px;
}
.textSeo li {
    margin-bottom: 8px;
    line-height: 1.55;
}
.textSeo h4 {
    margin: 28px 0 16px;
    font-size: 22px;
    font-weight: 700;
}
.textSeo .table-wrap {
    width: 100%;
    margin: 18px 0 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(15, 15, 20, 0.65);
}
.textSeo .table-wrap table {
    width: 100%;
    border-collapse: collapse;
}
.textSeo .table-wrap th,
.textSeo .table-wrap td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255,255,255,.08);
    line-height: 1.45;
}
.textSeo .table-wrap th {
    font-weight: 700;
    color: #ffd77a;
    background: rgba(255, 193, 7, 0.08);
}
.textSeo .table-wrap tbody tr:last-child td {
    border-bottom: 0;
}
.textSeo .faq-list {
    display: grid;
    gap: 14px;
}
.textSeo .faq-item {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    padding: 16px 18px;
    background: rgba(255,255,255,.03);
}
.textSeo .faq-item p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .textSeo ul,
    .textSeo ol {
        padding-left: 18px;
        margin-bottom: 16px;
    }
    .textSeo h4 {
        font-size: 20px;
        margin-top: 22px;
    }
    .textSeo .table-wrap {
        border: 0;
        background: transparent;
        margin: 16px 0 20px;
    }
    .textSeo .table-wrap table,
    .textSeo .table-wrap thead,
    .textSeo .table-wrap tbody,
    .textSeo .table-wrap tr,
    .textSeo .table-wrap th,
    .textSeo .table-wrap td {
        display: block;
        width: 100%;
    }
    .textSeo .table-wrap thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    .textSeo .table-wrap tr {
        margin-bottom: 12px;
        border: 1px solid rgba(255,255,255,.1);
        border-radius: 16px;
        overflow: hidden;
        background: rgba(15, 15, 20, 0.65);
    }
    .textSeo .table-wrap td {
        position: relative;
        padding: 12px 12px 12px 46%;
        min-height: 44px;
        border-bottom: 1px solid rgba(255,255,255,.08);
        font-size: 14px;
    }
    .textSeo .table-wrap tbody tr td:last-child {
        border-bottom: 0;
    }
    .textSeo .table-wrap td::before {
        content: attr(data-label);
        position: absolute;
        left: 12px;
        top: 12px;
        width: 38%;
        font-weight: 700;
        color: #ffd77a;
        line-height: 1.35;
    }
    .textSeo .faq-item {
        padding: 14px 14px;
    }
}


/* Unique SEO heading styles */
.textSeo .seo-h1 {
    position: relative;
    padding: 18px 22px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,215,122,.16) 0%, rgba(255,170,0,.05) 100%);
    border: 1px solid rgba(255,215,122,.24);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 14px 30px rgba(0,0,0,.18);
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -.02em;
}
.textSeo .seo-h2 {
    position: relative;
    padding-left: 18px;
    font-size: 24px;
    line-height: 1.25;
}
.textSeo .seo-h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 6px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd77a 0%, #ff9f1a 100%);
    box-shadow: 0 0 18px rgba(255,183,76,.35);
}
.textSeo .seo-h4 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,215,122,.12);
    border: 1px solid rgba(255,215,122,.2);
    color: #ffe3a0;
}
.textSeo .seo-h4::before {
    content: "?";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffd77a 0%, #ffb54c 100%);
    color: #231602;
    font-weight: 800;
    font-size: 14px;
}
@media (max-width: 767px) {
    .textSeo .seo-h1 {
        padding: 16px 16px;
        font-size: 24px;
        border-radius: 16px;
    }
    .textSeo .seo-h2 {
        padding-left: 14px;
        font-size: 21px;
    }
    .textSeo .seo-h2::before {
        width: 5px;
    }
    .textSeo .seo-h4 {
        padding: 9px 14px;
    }
}
