/* ==========================================================================
   Ajustes de Responsividade - responsive.css
   ========================================================================== */

/* Telas de Smartphones e Tablets (< 992px) */
@media (max-width: 991.98px) {
    .site-logo {
        max-height: 46px;
    }

    .offcanvas-body {
        padding: 1.5rem;
    }

    .navbar-nav {
        width: 100%;
    }

    .nav-link-custom {
        padding: 0.75rem 0;
        font-size: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .nav-link-custom::after {
        display: none;
    }

    .nav-link-custom.active {
        color: var(--brand-dark);
        border-left: 4px solid var(--brand-yellow);
        padding-left: 10px;
    }

    .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        box-shadow: none !important;
        margin-top: 0.25rem !important;
        margin-left: 0.5rem !important;
    }

    .header-cta {
        width: 100%;
        margin-top: 1.5rem;
    }

    .btn-cta-skew {
        width: 100%;
        text-align: center;
        padding: 14px 20px;
    }

    .btn-whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 52px;
        height: 52px;
    }

    .hero-title {
        font-size: 2.25rem;
    }

    .stat-number {
        font-size: 2.25rem;
    }

    .stat-item {
        gap: 0.5rem;
    }

    .situacoes-nav-btn.prev-btn {
        left: -8px;
    }

    .situacoes-nav-btn.next-btn {
        right: -8px;
    }

    .situacoes-bottom-title {
        font-size: 1.45rem;
    }
}

/* Telas de Smartphones Pequenos (< 576px) */
@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.85rem;
    }

    .font-birthstone {
        font-size: 1.3em;
    }

    .stat-number {
        font-size: 2rem;
    }

    .footer-logo-card {
        text-align: center;
        width: 100%;
    }

    .situacoes-bottom-title {
        font-size: 1.25rem;
    }
}

/* Telas Grandes (>= 992px) */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}
