/* Стили для SEO-текста */
.seo-text-section {
    padding: 4rem 0;
    background-color: #1a1a1a; /* Тот же фон, что и у секции "О смокере" */
}

.seo-text-section .section-title {
    text-align: center;
    margin-bottom: 2rem;
}

.seo-text-section p {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 800px; /* Ограничим ширину для лучшей читаемости */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.seo-text-section p:last-child {
    margin-bottom: 0;
}

.seo-text-section strong {
    color: var(--color-primary);
    font-weight: 600;
}
