/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .hero-section {
        padding-top: 120px;
        min-height: auto;
        text-align: center;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem;
    }

    .stat {
        text-align: center;
    }

    .macbook-mockup {
        margin-top: 2rem;
    }

    .macbook-mockup .screen {
        height: 200px;
    }

    section {
        padding: 3rem 0;
    }

    .navbar-brand img {
        height: 32px !important;
        max-width: 150px !important;
    }

    footer img {
        height: 40px !important;
        max-width: 150px !important;
    }

    .display-5 {
        font-size: 2rem;
    }

    .h1 {
        font-size: 2.25rem;
    }

    .feature-card, .product-card, .process-step, .testimonial-card {
        margin-bottom: 1rem;
    }

    .store-info, .contact-info {
        margin-bottom: 1rem;
    }

    .process-step, .testimonial-card {
        padding: 1.5rem;
    }

    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .step-title {
        font-size: 1.1rem;
    }

    .product-img {
        height: 150px;
    }

    .hero-cta {
        flex-direction: column;
        gap: 1rem;
    }

    .hero-cta .btn {
        width: 100%;
    }

    /* Contact Section Mobile Styles */
    .contact-card-modern {
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }

    .contact-icon-modern {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .contact-title-modern {
        font-size: 1.1rem;
    }

    .contact-text-modern {
        font-size: 0.85rem;
    }

    .contact-number-modern,
    .contact-address-modern {
        font-size: 0.9rem;
    }
}