@media (max-width: 1120px) {
    
    .mobile-menu-icon {
        display: block;
        cursor: pointer;
        color: var(--primary-green);
        font-size: 2rem;
    }
    
    .mobile-menu-icon i { font-size: 2.5rem; }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%; 
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: white;
        flex-direction: column;
        justify-content: flex-start;
        padding: 20px;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        transition: 0.4s ease;
        z-index: 2000;
        display: flex;
        gap: 20px;
    }

    .nav-menu.active { right: 0;}

    .mobile-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-bottom: 10px;
        width: 100%;
        font-weight: 700;
        color: var(--primary-green);
    }
    
    .mobile-menu-header i { cursor: pointer; font-size: 1.8rem; }

    .header nav a { margin: 0; font-size: 1.1rem; display: block; width: 100%; }
    .header .btn-nav { text-align: center; margin-top: 10px; }

    .overlay-menu {
        position: fixed;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 1999;
        display: none;
    }
    .overlay-menu.active { display: block; }

    .hero { 
        padding: 30px 0 30px 0;
        overflow: hidden; 
    } 
    
    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px; 
    }

    .hero-text {
        position: relative;
        z-index: 50;
        padding: 0 15px;
        margin-bottom: 125px; 
        width: 100%;
    }

    .hero-text h1 { 
        font-size: 1.8rem; 
        line-height: 1.2;
        margin-bottom: 15px;
        color: var(--text-dark);
    }
    
    .hero-text p { 
        font-size: 1rem; 
        padding: 0 5px; 
        margin-bottom: 0;
        color: var(--text-light);
    }
    
    .desktop-only { display: none; }

    .hero-scene {
        display: block;
        position: relative;
        width: 100%;
        
        height: 390px; 
        min-height: 390px;
        
        transform: scale(0.8); 
        transform-origin: center center;
        margin: 0 auto;
        
        z-index: 10;
        
        margin-top: 0;
        margin-bottom: 0;
    }

    .base-rock { width: 340px; bottom: 0; left: 50%; transform: translateX(-50%); position: absolute; }
    
    .products-stage {
        position: absolute;
        bottom: 105px;
        width: 100%;
        height: auto;
        left: 0;
        pointer-events: none;
    }

    .hero-bg-person {
        width: 1200px;;
    }

    /*
    .p-center {width: 115px; transform: translateX(-135px) rotate(-12deg);}
    .p-left { width: 170px;}
    .p-right { width: 105px; transform: translateX(129px) rotate(8deg); }

    .hero-scene:hover .p-center {transform: translateX(-150px) rotate(-15deg);}
    .hero-scene:hover .p-left {transform: translateY(-10px) scale(1.02);}
    .hero-scene:hover .p-right { transform: translateX(145px) rotate(10deg); }
    */

    .leaf-1 { bottom: -50px; left: -65px; width: 80px; position: absolute; }
    .leaf-2 { top: -40px; right: -60px; width: 60px; position: absolute; }

    .mobile-cta-container {
        display: block;
        width: 100%;
        padding: 0 20px;
        position: relative;
        z-index: 60;
        margin-top: -20px; 
    }
    
    .mobile-cta-container .btn-cta {
        width: 100%;
        display: block;
        padding: 18px;
        font-size: 1.1rem;
        text-align: center;
    }
    
    .mobile-cta-container .badges {
        margin-top: 15px;
        justify-content: center;
        gap: 15px;
        font-size: 0.85rem;
        display: flex;
    }

    .kits-grid { flex-direction: column; align-items: center; }
    .kit-card { width: 100%; max-width: 400px; }
    
    .product-card, .product-card.reverse { flex-direction: column; text-align: center; }
    .p-img img { max-width: 200px; margin: 0 auto; }
    
    .transformation-grid { grid-template-columns: 1fr; }
    .trans-card { flex-direction: column; }
    
    .check-grid { grid-template-columns: 1fr; }

    .sticky-cta {
        display: none;
        bottom: 20px; left: 20px; right: 20px;
        padding: 15px;
        font-size: 1rem;
        transition: opacity 0.5s, transform 0.5s;
        opacity: 0;
        transform: translateY(100px);
    }
    
    .sticky-cta.visible {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 1121px) {
    .mobile-menu-icon, .mobile-menu-header, .overlay-menu { display: none; }
}

    .person-behind-rock {
        position: absolute;
        width: 700px;
        max-width: 900px;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
        
        opacity: 0.9; 
    }

    .base-rock {
        z-index: 2;
    }

    @media (max-width: 1120px) {
        .person-behind-rock {
            width: 870px;
            bottom: 20px;
            opacity: 0.8;
            -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
            mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
        }
        
        .hero-scene {
            height: 380px; 
        }

        .tx-hero {
            margin-bottom: 15px;
        }

        .tx-green {
            top: 15px;
            right: -280px;

            font-size: 1.3rem;
        }

        .tx-red {
            top: 15px;
            right: 280px;

            font-size: 1.3rem;
        }

        @media (max-width: 650px) {

            .person-behind-rock {
            width: 750px;
            bottom: 120px;
            }

            .tx-green {
            top: -45px;
            right: -210px;

            font-size: 1.2rem;
            }

            .tx-red {
            top: -45px;
            right: 210px;
            font-size: 1.2rem;
            }
            
        }

        @media (max-width: 530px) {

            .person-behind-rock {
            width: 570px;
            bottom: 120px;
            }
            
            .hero-text {
            margin-bottom: 50px;
            }

            .tx-green {
            top: 15px;
            right: -150px;

            font-size: 1rem;
            }

            .tx-red {
            top: 15px;
            right: 150px;
            font-size: 1rem;
            }
        }
    }