/* Mobile Responsive Styles - Comprehensive */

/* ============================================
   MOBILE BREAKPOINTS
   ============================================ */

/* Tablet and below (768px) */
@media (max-width: 768px) {
    
    /* Navigation */
    header nav {
        flex-direction: column;
        gap: 1rem;
    }
    
    .nav-links {
        flex-direction: column;
        width: 100%;
        text-align: center;
        gap: 0.5rem;
    }
    
    .nav-links li {
        width: 100%;
    }
    
    .nav-links a {
        display: block;
        padding: 0.75rem;
    }
    
    /* Hero Section */
    .hero {
        padding: 3rem 0 2rem;
    }
    
    .hero h1 {
        font-size: 2rem !important;
        line-height: 1.2;
    }
    
    .hero .sub-headline {
        font-size: 1rem !important;
    }
    
    .hero-benefits {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .hero-benefits li {
        font-size: 0.9rem;
    }
    
    .store-badges {
        flex-direction: column;
        gap: 1rem;
    }
    
    .store-badges img {
        height: 50px !important;
    }
    
    .promo-countdown-box {
        flex-direction: column;
        padding: 1rem !important;
        gap: 0.5rem;
    }
    
    .countdown-display {
        font-size: 1.2rem !important;
    }
    
    .trust-row {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    /* How It Works */
    .how-it-works-section h2,
    .features h2,
    .pricing h2,
    .testimonials-section h2,
    .faq-section h2 {
        font-size: 1.8rem !important;
    }
    
    .section-subtitle {
        font-size: 1rem !important;
    }
    
    .steps-timeline {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }
    
    .step-card {
        padding: 1.5rem;
    }
    
    /* Features */
    .features {
        padding: 3rem 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
    }
    
    .feature-card {
        padding: 1.5rem;
    }
    
    /* Pricing */
    .pricing {
        padding: 3rem 0;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
    }
    
    .pricing-card {
        padding: 2rem 1.5rem;
    }
    
    .pricing-card.popular {
        transform: scale(1) !important;
    }
    
    .pricing-card.popular:hover {
        transform: translateY(-8px) !important;
    }
    
    .price {
        font-size: 2rem !important;
    }
    
    .pricing-footer {
        padding: 1rem;
        font-size: 0.9rem;
    }
    
    /* FAQ */
    .faq-section {
        padding: 3rem 0;
    }
    
    .faq-question {
        font-size: 1rem !important;
        padding: 1.25rem !important;
    }
    
    .faq-answer p {
        padding: 0 1.25rem 1.25rem !important;
        font-size: 0.9rem;
    }
    
    /* CTA */
    .cta {
        padding: 3rem 0;
    }
    
    .cta-box h2 {
        font-size: 1.8rem;
    }
    
    .cta-box p {
        font-size: 1rem;
    }
    
    /* Footer */
    footer {
        padding: 3rem 0 2rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }
    
    .footer-col {
        text-align: center;
    }
    
    .footer-links {
        justify-content: center;
    }
    
    /* Container - Wider on mobile */
    .container {
        padding: 0 1.5rem !important;
    }
    
    /* Ensure hero uses same padding */
    .hero .container {
        padding: 0 1.5rem !important;
    }
}

/* Mobile phones (480px and below) */
@media (max-width: 480px) {
    
    /* Hero */
    .hero h1 {
        font-size: 1.75rem !important;
    }
    
    .hero .sub-headline {
        font-size: 0.95rem !important;
    }
    
    .store-badges img {
        height: 45px !important;
        max-width: 140px;
    }
    
    /* Promo Box */
    .promo-countdown-box {
        font-size: 0.85rem;
    }
    
    .promo-message {
        font-size: 0.9rem;
    }
    
    /* Section Headings */
    .how-it-works-section h2,
    .features h2,
    .pricing h2,
    .testimonials-section h2,
    .faq-section h2 {
        font-size: 1.5rem !important;
    }
    
    /* Step Cards */
    .step-card h3 {
        font-size: 1.1rem;
    }
    
    .step-card p {
        font-size: 0.9rem;
    }
    
    /* Feature Cards */
    .feature-card h3 {
        font-size: 1.1rem;
    }
    
    .feature-card p {
        font-size: 0.9rem;
    }
    
    /* Pricing */
    .pricing-title {
        font-size: 1.3rem !important;
    }
    
    .price {
        font-size: 1.8rem !important;
    }
    
    .pricing-features {
        font-size: 0.85rem;
    }
    
    .pricing-footer {
        font-size: 0.85rem;
    }
    
    /* FAQ */
    .faq-question {
        font-size: 0.95rem !important;
        padding: 1rem !important;
    }
    
    .faq-answer p {
        font-size: 0.85rem;
        padding: 0 1rem 1rem !important;
    }
    
    /* CTA */
    .cta-box h2 {
        font-size: 1.5rem;
    }
    
    .cta-box p {
        font-size: 0.9rem;
    }
    
    .btn-primary {
        padding: 0.75rem 1.5rem !important;
        font-size: 0.9rem;
    }
    
    /* Container - Even wider on small mobile */
    .container {
        padding: 0 1.25rem !important;
    }
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        padding: 2rem 0 1.5rem;
    }
    
    .hero h1 {
        font-size: 1.8rem !important;
    }
}

/* Utilities for Mobile */
@media (max-width: 768px) {
    
    /* Hide on mobile */
    .hide-mobile {
        display: none !important;
    }
    
    /* Show only on mobile */
    .show-mobile {
        display: block !important;
    }
    
    /* Full width on mobile */
    .mobile-full-width {
        width: 100% !important;
    }
    
    /* Reduce padding on mobile */
    .mobile-compact {
        padding: 1rem !important;
    }
    
    /* Stack flex items on mobile */
    .mobile-stack {
        flex-direction: column !important;
    }
}
