/* Mobile Overrides for Platina POS - Using ID selectors for maximum specificity */
@media (max-width: 768px) {

    /* Reset scroll-reveal transforms on mobile */
    #product .scroll-reveal.left,
    #product .scroll-reveal.right,
    #product .scroll-reveal.left.active,
    #product .scroll-reveal.right.active {
        transform: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Force the section to have no dark background */
    #product.product-spotlight::before {
        display: none !important;
    }

    /* Container: left-align everything */
    #product .product-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        text-align: left !important;
        gap: 2rem !important;
    }

    /* Content block: left-align */
    #product .product-content {
        text-align: left !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Title */
    #product .section-title {
        text-align: left !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    /* Logo */
    #product .pos-logo-mark {
        margin: 0 0 1.5rem 0 !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        width: 140px !important;
    }

    /* Subtitle & Description */
    #product .product-subtitle,
    #product .product-desc {
        text-align: left !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    /* Feature list */
    #product .feature-list {
        text-align: left !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    #product .feature-list li {
        text-align: left !important;
        justify-content: flex-start !important;
        width: 100% !important;
    }

    /* Closing line */
    #product .closing-line {
        text-align: left !important;
        width: 100% !important;
    }

    /* Hide product visual completely */
    #product .product-visual {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
        width: 0 !important;
        position: absolute !important;
        pointer-events: none !important;
    }

    #product .mockup-frame {
        display: none !important;
    }

    #product .hardware-float {
        display: none !important;
    }
}