/* Остальные стили - загружаются async */

/* Table of Contents */
.toc {
    background: #f9f9f9;
    padding: 20px;
    margin: 30px 0;
    border-radius: 4px;
    border: 1px solid #eee;
}

.toc h2 { margin-top: 0; font-size: 1.2em; }
.toc ul { margin-left: 20px; }
.toc a { color: #0066cc; text-decoration: none; }
.toc a:hover { text-decoration: underline; }

/* Try First - дополнительные стили */
.try-first ol {
    margin-left: 20px;
    margin-bottom: 0;
}

.try-first li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.try-first strong {
    font-weight: 600;
}

/* Content */
.content h2 { 
    margin-top: 40px; 
    margin-bottom: 15px; 
    color: #1a1a1a;
    font-size: 1.8em;
}

.content h3 { 
    margin-top: 30px; 
    margin-bottom: 12px; 
    color: #333;
    font-size: 1.3em;
}

.content p { margin-bottom: 15px; }
.content ul, .content ol { margin-left: 30px; margin-bottom: 15px; }
.content li { margin-bottom: 8px; }
.content strong { font-weight: 600; color: #1a1a1a; }

.content blockquote {
    border-left: 4px solid #ddd;
    padding-left: 20px;
    margin: 20px 0;
    color: #666;
    font-style: italic;
}

.content blockquote strong {
    color: #d63031;
}

/* FAQ Section */
.faq { 
    margin: 40px 0;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
}

.faq h2 {
    margin-top: 0;
    font-size: 1.8em;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.faq-item { 
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-question { 
    font-weight: 600; 
    font-size: 1.1em; 
    margin-bottom: 10px; 
    color: #1a1a1a;
}

.faq-answer { color: #555; line-height: 1.7; }

/* Related Articles */
.related-articles {
    margin-top: 50px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 4px;
}

.related-articles h2 { margin-top: 0; }
.related-articles ul { list-style: none; margin-left: 0; }
.related-articles li { margin-bottom: 12px; }

.related-articles a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.related-articles a:hover { text-decoration: underline; }

/* Affiliate Block */
.affiliate-block {
    background: #fff9e6;
    border: 2px solid #ffd700;
    padding: 20px;
    margin: 30px 0;
    border-radius: 4px;
    text-align: center;
}

.affiliate-block h3 { margin-top: 0; color: #996600; }

.affiliate-button {
    display: inline-block;
    background: #0066cc;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 10px;
}

.affiliate-button:hover { background: #0052a3; }

/* Footer */
footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 2px solid #eee;
    text-align: center;
    color: #666;
    font-size: 0.9em;
}

@media (max-width: 768px) {
    .content h2 { font-size: 1.5em; }
}