/* Mobile-Specific Overrides */
@media (max-width: 968px) {
    /* Prevent overflow issues */
    html,
    body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
        width: 100% !important;
    }

    /* CRITICAL: Force concept text words to be visible */
    .concept-text .word {
        opacity: 1 !important;
        color: #1f2937 !important;
    }

    body.dark-theme .concept-text .word {
        color: #ffffff !important;
    }

    /* Disable fade-in animations that hide content */
    .section-subtitle,
    .section-title,
    .section-header p {
        animation: none !important;
        opacity: 1 !important;
    }

    /* Force all grid items to be visible on mobile (GSAP disabled on mobile) */
    .concept-item,
    .case-study-card,
    .approach-item,
    .testimonial-card {
        opacity: 1 !important;
    }

    /* Ensure proper mobile padding */
    section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
