/* Mobile Fix - Separate CSS file for mobile overrides */
@media only screen and (max-width: 768px) {
    .header-tagline {
        display: block !important;
        text-align: center !important;
        line-height: 1.4 !important;
    }
    
    .tagline-part-1 {
        display: block !important;
        text-align: center !important;
        margin-bottom: 0 !important;
    }
    
    .tagline-part-2 {
        display: block !important;
        text-align: center !important;
        margin-bottom: 0 !important;
    }
    
    .tagline-separator {
        display: block !important;
        text-align: center !important;
        margin: 0 !important;
        line-height: 1 !important;
    }
    
    .tagline-location {
        display: block !important;
        text-align: center !important;
        margin-top: 0 !important;
    }
    
    /* Fix typewriter jumping with wrapper */
    .ai-typewriter-wrapper {
        min-height: 100px !important;
        height: 100px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    /* Mobile footer icon improvements */
    .contact-link {
        padding: 10px !important;
        display: inline-block !important;
    }
    
    .link-icon {
        font-size: 24px !important;
        margin-right: 10px !important;
    }
    
    .heart-icon {
        font-size: 20px !important;
    }
    
    .contact-link:hover .link-icon {
        transform: translateY(-3px) !important;
    }
}