/* =======================
   RESPONSIVE CSS
   Para telas até 768px
======================= */
@media (max-width: 768px) {
    /* Header */
    .ewr_header {
        padding: 10px 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .ewr_menu_toggle {
        display: block;
        font-size: 28px;
        cursor: pointer;
        margin-left: auto;
    }

    .ewr_header_auth ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 10px;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.15);
        padding: 10px;
        z-index: 999;
    }

    .ewr_header_auth ul.active {
        display: flex;
    }

    /* Hero Section */
    .ewr_home_inner {
        flex-direction: column-reverse;
        text-align: center;
        gap: 30px;
    }

    .ewr_home_content h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .ewr_home_content p {
        font-size: 16px;
    }

    .multi-btn {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    /* Trabalhos Realizados */
    .ewr_work_done_inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ewr_work_done_img img {
        max-width: 100%;
        height: auto;
    }

    /* Sobre */
    .ewr_about_inner {
        flex-direction: column;
        gap: 20px;
    }

    .ewr_about_content {
        text-align: center;
    }

    /* Benefícios */
    .ewr_benefits_wrap {
        grid-template-columns: 1fr;
    }

    /* Depoimentos */
    .owl-carousel .item {
        padding: 10px;
    }

    /* Download App */
    .ewr_app_inner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .ewr_app_content h2 {
        font-size: 24px;
    }

    .ewr_app_img img {
        max-width: 100%;
    }

    /* Rodapé */
    .ewr_footer_top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .ewr_ftrqklink_wrap ul {
        flex-direction: column;
        gap: 10px;
    }

    .ewr_ftrapps {
        justify-content: center;
    }

    /* Gerais */
    h1, h2, h3 {
        font-size: 24px;
    }

    p {
        font-size: 16px;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}
