/* Responsive Design */

@media (max-width: 768px) {

    .hero-container {
        padding: 0 16px;
    }

    .logo-text {
        font-size: 2.5rem;
    }
    .hero-title {
        font-size: 1.8rem;
    }
    .hero-description {
        font-size: 1rem;
    }

    
    .steps-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .phone {
        width: 250px;
        height: 500px;
    }
    
    .step {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    
    .section-title {
        font-size: 2rem;
    }
}