/* Template T3 */
@media (min-width: 769px) { .container { max-width: 1200px; } .content-area { display: grid; grid-template-columns: 1fr 300px; 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, #166534, #22C55E); }
.btn-cta { background: #fff; color: #166534; }
.btn-cta:hover { background: #F0FDF4; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer.open { max-height: 300px; }
.author-signature { margin-top: 16px; }
