.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;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
.textSeo a {
    color: #FFD679;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.textSeo a:hover {
    color: #ffe8a8;
}
.textSeo ul,
.textSeo ol {
    margin: 16px 0;
    padding-left: 24px;
    line-height: 1.6;
}
.textSeo ul {
    list-style: disc;
}
.textSeo ol {
    list-style: decimal;
}
.textSeo li {
    margin-bottom: 8px;
    color: #d1d5db;
}
.textSeo table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    border-radius: 12px;
    overflow: hidden;
}
.textSeo table thead th {
    background: rgba(255, 214, 121, 0.15);
    color: #FFD679;
    padding: 12px 16px;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 214, 121, 0.3);
}
.textSeo table tbody td {
    padding: 10px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #d1d5db;
}
.textSeo table tbody tr:hover {
    background: rgba(255, 255, 255, 0.04);
}
.textSeo blockquote {
    margin: 20px 0;
    padding: 16px 20px;
    border-left: 4px solid #FFD679;
    background: rgba(255, 214, 121, 0.08);
    border-radius: 0 12px 12px 0;
}
.textSeo blockquote p {
    margin: 0;
    color: #e5e7eb;
    font-style: italic;
}
.textSeo strong {
    color: #f3f4f6;
    font-weight: 600;
}
@media (max-width: 767px) {
    .textSeo {
        margin: 30px 0;
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .textSeo table {
        font-size: 12px;
    }
    .textSeo table thead th,
    .textSeo table tbody td {
        padding: 8px 10px;
    }
}