/* 报告摘要引流页专属样式 */

/* 摘要正文排版 */
.abstract-content {
    line-height: 1.9;
    color: #1e293b;
}
.abstract-content p {
    margin-bottom: 1rem;
    text-align: justify;
}
.abstract-content h1, .abstract-content h2, .abstract-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}
.abstract-content h1 { font-size: 1.75rem; border-bottom: 2px solid #e2e8f0; padding-bottom: 0.5rem; }
.abstract-content h2 { font-size: 1.375rem; }
.abstract-content h3 { font-size: 1.125rem; }
.abstract-content ul, .abstract-content ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.abstract-content li { margin-bottom: 0.25rem; }
.abstract-content blockquote {
    border-left: 4px solid #3b82f6;
    padding: 0.75rem 1rem;
    margin: 1rem 0;
    background: #f8fafc;
    color: #475569;
    border-radius: 0 8px 8px 0;
}
.abstract-content table {
    width: 100%; border-collapse: collapse; margin: 1rem 0;
    background: white; border-radius: 8px; overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.abstract-content th { background: #f1f5f9; padding: 0.5rem 0.75rem; font-weight: 600; border-bottom: 2px solid #e2e8f0; text-align: left; }
.abstract-content td { padding: 0.5rem 0.75rem; border-bottom: 1px solid #f1f5f9; }
.abstract-content img { max-width: 100%; border-radius: 8px; margin: 1rem auto; display: block; }

/* 章节标题列表 */
.chapter-item {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.875rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.15s;
}
.chapter-item:last-child { border-bottom: none; }
.chapter-item:hover { background: #f8fafc; }
.chapter-title { font-size: 0.9375rem; color: #334155; font-weight: 500; }
.chapter-lock { color: #94a3b8; font-size: 0.875rem; display: flex; align-items: center; gap: 0.25rem; }

/* CTA 区域 */
.cta-section {
    background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
}

@media (max-width: 640px) {
    .abstract-content h1 { font-size: 1.375rem; }
    .cta-section { padding: 1.5rem 1rem; }
}
