/* Template T5 */
@media (min-width: 769px) { .container { max-width: 1200px; } .content-area { display: grid; grid-template-columns: 300px 1fr; gap: 32px; } .sidebar { display: block; } }
@media (max-width: 768px) { .sidebar { display: none; } }
.article-header h1 { text-align: left; }
.dp-score-badge { background: #fff; padding: 16px; border-radius: 12px; border: 1px solid #E5E7EB; text-align: center; margin-bottom: 20px; }
.cta-box { background: linear-gradient(135deg, #1E40AF, #3B82F6); }
.btn-cta { background: #fff; color: #1E40AF; }
.btn-cta:hover { background: #EFF6FF; }
.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; }
