/* ... (previous CSS styles remain, appending the new SEO footer style) ... */
.seo-text-footer {
    background-color: var(--bg-darker);
    padding: 2rem 0;
    border-top: 1px solid #2a2a3a;
}
.seo-text-footer h3 {
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}
.seo-text-footer p {
    font-size: 0.85rem;
    color: #888;
    line-height: 1.5;
    text-align: justify;
}
.seo-text-footer em {
    font-style: normal;
    font-weight: 600;
    color: #aaa;
}