/* --- Responsive Design --- */
@media (max-width: 768px) {
    .intro-section {
        width: 95%;
    }
    .avatar-container img.avatar {
        width: 180px;
    }
    .speech-bubble {
        padding: 1.5rem;
    }
}