/* T9 · 经典单栏 · H1居中 · 评分H1下方 · 橙色圆角实心CTA · 手风琴FAQ · 作者底部居中 */
@import url('/css/core.css');

h1 { text-align: center; margin-bottom: 8px; }
.dp-score-badge { display: block; text-align: center; margin: 0 auto 20px; max-width: 100px; }
.btn-cta { background: var(--accent); color: #FFF; border-radius: var(--radius-btn); border: none; }
.faq-section details { margin-bottom: 8px; }
.author-box { justify-content: center; text-align: center; max-width: 600px; margin-left: auto; margin-right: auto; }
@media (max-width: 768px) { .author-box { flex-direction: column; } }