@media (max-width: 768px) {

    /* Header Mobile */
    nav {
        height: 60px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo {
        font-size: 1rem;
        line-height: 1;
    }

    .nav-links {
        display: none;
    }

    .nav-right {
        gap: 0 !important;
        display: flex;
        align-items: center;
    }

    .btn-header {
        padding: 6px 12px;
        font-size: 0.75rem;
        border-radius: 20px;
        white-space: nowrap;
    }

    /* Hero Mobile */
    .hero {
        height: auto;
        padding: 60px 0 50px;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-top-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 25px;
    }

    .lawyer-title p {
        font-size: 0.95rem;
    }

    .lawyer-title .specialty {
        font-size: 1.05rem;
    }

    .installment-badge {
        width: 85px;
        height: 85px;
        border: 2px solid var(--white);
    }

    .badge-inner i {
        font-size: 1.2rem;
    }

    .badge-inner span {
        font-size: 0.7rem;
    }

    .hero-main-text h1 {
        font-size: 1.6rem !important;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .hero-main-text h2 {
        font-size: 1.3rem !important;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .hero-subtext {
        font-size: 0.95rem !important;
        margin-bottom: 25px;
        line-height: 1.5;
    }

    .btn-cta {
        padding: 12px 30px;
        font-size: 1rem;
        width: 100%;
        text-align: center;
    }

    .case-card {
        flex-direction: column;
        text-align: center;
    }

    .case-stats {
        margin-top: 20px;
    }
}