.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;
    }
}

/* === SEO Navigation Menu === */
.seo-nav {
    background: linear-gradient(135deg, #0f1923 0%, #1a2535 100%);
    border: 1px solid rgba(255, 214, 121, 0.18);
    border-radius: 16px;
    padding: 24px 28px 20px;
    margin: 32px 0 28px;
}
.seo-nav__title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFD679;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.seo-nav__title::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 2px;
    background: #FFD679;
    border-radius: 2px;
}
.seo-nav__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 8px;
}
.seo-nav__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
    color: #b0c4d8;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 1.3;
}
.seo-nav__link:hover {
    background: rgba(255, 214, 121, 0.09);
    border-color: rgba(255, 214, 121, 0.35);
    color: #FFD679;
    transform: translateY(-1px);
}
.seo-nav__link svg {
    flex-shrink: 0;
    opacity: 0.7;
}
.seo-nav__link:hover svg {
    opacity: 1;
}

/* === Breadcrumb === */
.seo-breadcrumb {
    font-size: 12px;
    color: #5a7080;
    margin-bottom: 20px;
}
.seo-breadcrumb a {
    color: #7aa0b8;
    text-decoration: none;
}
.seo-breadcrumb a:hover { color: #FFD679; }

/* === SEO Text Styles === */
.textSeo .container {
    padding: 32px 24px 48px;
    max-width: 900px;
    margin: 0 auto;
}
.textSeo h1 {
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 700;
    color: #f0f6ff;
    margin-bottom: 20px;
    line-height: 1.35;
}
.textSeo h2 {
    font-size: clamp(16px, 2vw, 21px);
    font-weight: 700;
    color: #FFD679;
    margin: 36px 0 14px;
    border-left: 3px solid rgba(255, 214, 121, 0.5);
    padding-left: 12px;
}
.textSeo h3 {
    font-size: 16px;
    font-weight: 600;
    color: #bdd9d4;
    margin: 24px 0 10px;
}
.textSeo h4 {
    font-size: 15px;
    font-weight: 600;
    color: #bdd9d4;
    margin: 22px 0 8px;
}
.textSeo p {
    color: #8daabb;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 14px;
}
.textSeo ul, .textSeo ol {
    color: #8daabb;
    font-size: 14px;
    line-height: 1.75;
    padding-left: 20px;
    margin-bottom: 16px;
}
.textSeo li { margin-bottom: 6px; }
.textSeo strong { color: #c8dde8; font-weight: 600; }
.textSeo .table-wrap { overflow-x: auto; margin: 20px 0; }
.textSeo table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.textSeo th {
    background: rgba(255,214,121,0.1);
    color: #FFD679;
    font-weight: 600;
    padding: 10px 14px;
    text-align: left;
    border-bottom: 1px solid rgba(255,214,121,0.2);
}
.textSeo td {
    color: #8daabb;
    padding: 9px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.textSeo tr:hover td { background: rgba(255,255,255,0.03); }
