/* Template T1 */
.article-header h1 { text-align: left; }
.dp-score-badge { position: fixed; right: 24px; top: 120px; z-index: 50; background: #fff; padding: 16px 20px; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); border: 1px solid #E5E7EB; text-align: center; }
.cta-box { background: linear-gradient(135deg, #1A2A5E, #2A3F7E); }
.btn-cta { background: #E85D04; }
.btn-cta:hover { background: #FF7B2E; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer.open { max-height: 300px; }
.author-signature { justify-content: center; text-align: center; }
@media (max-width: 768px) { .dp-score-badge { position: static; margin-bottom: 16px; } }
