/* =========================================================
   DeskVizin - Responsivo público
   Landing, login, registro, política e páginas públicas
========================================================= */


/* ==============================
   Tablets e telas médias
============================== */

@media (max-width: 991px) {

    .hero-section {
        padding: 70px 0 50px 0 !important;
        text-align: center;
    }

    .hero-title {
        font-size: 2.3rem !important;
        line-height: 1.2 !important;
    }

    .hero-description {
        font-size: 1rem !important;
        max-width: 100% !important;
    }

    .hero-features {
        justify-content: center;
    }

    .hero-image-container {
        margin-top: 25px;
    }

    .section-title {
        font-size: 2rem !important;
        line-height: 1.25 !important;
    }

    .section-description {
        font-size: 1rem !important;
    }

    .benefits-section,
    .how-section,
    .plans-section {
        padding: 60px 0 !important;
    }

}


/* ==============================
   Celulares
============================== */

@media (max-width: 768px) {

    body {
        overflow-x: hidden;
    }

    .container {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    /* HERO */

    .hero-section {
        min-height: auto !important;
        padding: 48px 0 40px 0 !important;
    }

    .hero-badge,
    .section-badge {
        font-size: 12px !important;
        padding: 7px 14px !important;
    }

    .hero-title {
        font-size: 1.85rem !important;
        line-height: 1.18 !important;
        margin-top: 18px !important;
    }

    .hero-description {
        font-size: .95rem !important;
        line-height: 1.6 !important;
        margin-top: 16px !important;
    }

    .hero-section .btn {
        width: 100%;
        min-height: 46px;
        margin-bottom: 10px;
    }


    .hero-image {
        max-width: 85% !important;
        margin: 0 auto;
        display: block;
    }

    /* SEÇÕES */

    .benefits-section,
    .how-section,
    .plans-section {
        padding: 46px 0 !important;
    }

    .section-title {
        font-size: 1.55rem !important;
        line-height: 1.25 !important;
    }

    .section-description {
        font-size: .95rem !important;
        line-height: 1.6 !important;
    }

    /* CARDS */

    .dv-plan,
    .dashboard-card,
    .login-card {
        padding: 22px !important;
        border-radius: 20px !important;
    }

    .dv-plan h4 {
        font-size: 1.1rem !important;
    }

    .dv-plan p,
    .plan-list li,
    .dv-list li {
        font-size: .92rem !important;
        line-height: 1.55 !important;
    }

    .benefit-icon,
    .step-number {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        font-size: 18px !important;
    }

    /* PLANOS */

    .plan-price,
    .dv-price {
        font-size: 2rem !important;
    }

    .plans-section .btn,
    .benefits-section .btn,
    .how-section .btn {
        width: 100%;
        min-height: 46px;
    }

    /* LISTAS */

    .plan-list,
    .dv-list {
        padding-left: 0 !important;
    }

    .plan-list li,
    .dv-list li {
        margin-bottom: 8px !important;
    }

    /* LOGIN / REGISTRO / PRIVACIDADE */

    .login-section {
        padding: 35px 0 !important;
        min-height: 100vh;
    }

    .login-card img {
        max-width: 190px !important;
    }

    .login-card h3,
    .dashboard-card h1 {
        font-size: 1.45rem !important;
    }

    
     /* BOTÕES MOBILE */
    .btn {
        min-height: 44px;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1.2 !important;
        text-align: center;
    }

    .btn i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* HERO FEATURES */
    .hero-features {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px !important;
        margin-top: 24px !important;
    }

    .hero-features .feature-item {
        width: auto !important;
        min-height: 38px;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 14px !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
        white-space: nowrap;
    }

    .hero-features .feature-item i {
        margin-right: 6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }



    label {
        font-size: 13px;
    }

    /* BOTÕES EM LINHA */

    .d-flex.flex-wrap.gap-3 {
        gap: 10px !important;
    }

    .d-flex.justify-content-center.flex-wrap.gap-3 .btn {
        width: 100%;
    }

}


/* ==============================
   Celulares pequenos
============================== */

@media (max-width: 480px) {

    .hero-title {
        font-size: 1.65rem !important;
    }

    .section-title {
        font-size: 1.4rem !important;
    }

    .hero-description,
    .section-description {
        font-size: .9rem !important;
    }

    .dv-plan,
    .dashboard-card,
    .login-card {
        padding: 18px !important;
        border-radius: 18px !important;
    }

    .hero-image {
        max-width: 95% !important;
    }

    .plan-price,
    .dv-price {
        font-size: 1.75rem !important;
    }

}