@charset "utf-8";
/* CSS Document */
@media (max-width: 480px) {

    .hero h1 {
        font-size: 20px;
    }

    .tool p {
        font-size: 13px;
        text-align: center;
    }

    .glass.card p {
        font-size: 14px;
        line-height: 1.8;
    }
}
@media (max-width: 768px) {

    .survey-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .survey-form input,
    .survey-form textarea {
        width: 100%;
        font-size: 14px;
        box-sizing: border-box;
    }

    .survey-form textarea {
        min-height: 120px;
        resize: vertical;
    }

    .submit-btn {
        width: 100%;
        font-size: 14px;
        padding: 10px;
    }
}
