/* Support page styles */

.support-hero {
    padding-top: 150px;
    padding-bottom: 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    text-align: center;
}

.support-hero h1 {
    font-size: 3rem;
    font-weight: 700;
}

.support-description {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 30px;
}

.support-email-btn {
    font-size: 1.1rem;
}

.support-steps {
    background-color: white;
}

@media (max-width: 480px) {
    .support-hero h1 {
        font-size: 2rem;
    }

    .support-description {
        font-size: 1rem;
    }
}
