/* Download Page Mobile Responsive Styles */

/* Support/Question Section */
@media (max-width: 768px) {
    
    /* Download Hero */
    .download-hero {
        padding: 3rem 0 2rem !important;
    }
    
    .download-hero h1 {
        font-size: 1.75rem !important;
    }
    
    .download-hero p {
        font-size: 1rem !important;
        padding: 0 1rem;
    }
    
    .download-badges {
        flex-direction: column !important;
        gap: 1rem !important;
    }
    
    .download-badges img {
        height: 50px !important;
    }
    
    /* Device Compatibility */
    .device-compatibility {
        padding: 2rem 0 !important;
    }
    
    .device-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    
    .device-card {
        padding: 1.5rem !important;
    }
    
    /* Quick Start */
    .quick-start {
        padding: 2rem 0 !important;
    }
    
    .quick-start h2 {
        font-size: 1.5rem !important;
        padding: 0 1rem;
    }
    
    .steps-list {
        padding: 0 1rem !important;
    }
    
    .step-item {
        flex-direction: row !important;
        gap: 1rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .step-number {
        width: 35px !important;
        height: 35px !important;
        font-size: 1rem !important;
    }
    
    .step-content h3 {
        font-size: 1rem !important;
    }
    
    .step-content p {
        font-size: 0.9rem !important;
    }
    
    /* Promo Box */
    .promo-box {
        padding: 1.5rem !important;
        margin: 2rem 1rem !important;
    }
    
    .promo-box h3 {
        font-size: 1.1rem !important;
    }
    
    .promo-box p {
        font-size: 0.9rem !important;
    }
    
    /* Support Section */
    .support-section {
        padding: 2rem 0 !important;
    }
    
    .support-section h2 {
        font-size: 1.5rem !important;
        padding: 0 1rem;
        text-align: center !important;
    }
    
    .support-section p {
        font-size: 0.95rem !important;
        padding: 0 1rem;
        text-align: center !important;
    }
    
    .support-cta {
        flex-direction: column !important;
        gap: 1rem !important;
        padding: 0 1rem;
        align-items: center !important;
    }
    
    .wa-button {
        width: 100% !important;
        max-width: 400px !important;
        padding: 1rem !important;
        font-size: 1rem !important;
        justify-content: center !important;
        display: flex !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
    
    .back-link {
        width: 100% !important;
        max-width: 400px !important;
        text-align: center !important;
        padding: 1rem !important;
        font-size: 0.95rem !important;
        display: block !important;
        margin: 0 auto !important;
    }
    
    /* Footer on Download Page */
    footer.download-footer {
        padding: 2rem 0 !important;
    }
    
    .footer-content {
        flex-direction: column !important;
        text-align: center !important;
        gap: 1rem !important;
    }
    
    .footer-links {
        flex-direction: column !important;
        gap: 0.75rem !important;
    }
}

/* Extra Small Mobile - Download Page */
@media (max-width: 480px) {
    
    .download-hero h1 {
        font-size: 1.5rem !important;
    }
    
    .download-hero p {
        font-size: 0.9rem !important;
    }
    
    .download-badges img {
        height: 45px !important;
        max-width: 140px;
    }
    
    .device-card {
        padding: 1.25rem !important;
    }
    
    .device-card h3 {
        font-size: 1.1rem !important;
    }
    
    .quick-start h2 {
        font-size: 1.3rem !important;
    }
    
    .step-content h3 {
        font-size: 0.95rem !important;
    }
    
    .step-content p {
        font-size: 0.85rem !important;
    }
    
    .support-section h2 {
        font-size: 1.3rem !important;
    }
    
    .wa-button {
        font-size: 0.95rem !important;
    }
}
