.content-body h1, .content-body h2, .content-body h3 { font-weight: 700; color: #1a1a1a; margin-top: 1.5rem; margin-bottom: 1rem; }
    .content-body p { margin-bottom: 1rem; line-height: 1.7; color: #666; }
    .hover-scale { transition: transform 0.2s; }
    .hover-scale:hover { transform: scale(1.02); }
