/* Responsive Design */

/* Mobile (up to 768px) */
@media (max-width: 768px) {
    .lp-container {
        padding: 16px 12px;
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .lp-store-badge {
        min-width: 44px;
        min-height: 44px;
    }
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    .loading-spinner {
        animation: none;
    }

    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
