/* DigitalProfitKit Mobile Fixes */

/* Responsive Design */
@media (max-width: 968px) {
    .hero-title-fresh {
        font-size: 48px !important;
    }
    
    .hero-subtitle-fresh {
        font-size: 18px !important;
    }
    
    .stats-grid-fresh {
        gap: 30px !important;
    }
}

@media (max-width: 768px) {
    .dpk-fresh-hero {
        min-height: auto !important;
        padding: 60px 0 !important;
    }
    
    .dpk-hero-container-fresh {
        padding: 0 20px !important;
    }
    
    .hero-title-fresh {
        font-size: 36px !important;
        line-height: 1.2 !important;
    }
    
    .hero-subtitle-fresh {
        font-size: 18px !important;
        margin-bottom: 30px !important;
    }
    
    .hero-actions-fresh {
        flex-direction: column !important;
        align-items: center !important;
        margin-bottom: 40px !important;
    }
    
    .cta-button-fresh {
        width: 100% !important;
        max-width: 280px !important;
    }
    
    .hero-stats-fresh {
        padding: 24px 20px !important;
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
    }
    
    .stats-grid-fresh {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
    }
    
    .stat-number-fresh {
        font-size: 24px !important;
        margin-bottom: 4px !important;
    }
    
    .stat-label-fresh {
        font-size: 11px !important;
        line-height: 1.3 !important;
    }
}

@media (max-width: 480px) {
    .dpk-fresh-hero {
        padding: 40px 0 !important;
        min-height: auto !important;
    }
    
    .dpk-hero-container-fresh {
        padding: 0 16px !important;
    }
    
    .hero-title-fresh {
        font-size: 28px !important;
        line-height: 1.2 !important;
        margin-bottom: 16px !important;
    }
    
    .hero-subtitle-fresh {
        font-size: 16px !important;
        margin-bottom: 24px !important;
        line-height: 1.5 !important;
    }
    
    .hero-actions-fresh {
        margin-bottom: 30px !important;
        gap: 12px !important;
    }
    
    .cta-button-fresh {
        padding: 14px 24px !important;
        font-size: 15px !important;
    }
    
    .hero-stats-fresh {
        padding: 20px 16px !important;
        border-radius: 16px !important;
    }
    
    .stats-grid-fresh {
        gap: 16px !important;
    }
    
    .stat-number-fresh {
        font-size: 20px !important;
        margin-bottom: 4px !important;
    }
    
    .stat-label-fresh {
        font-size: 9px !important;
        line-height: 1.2 !important;
        letter-spacing: 0.5px !important;
    }
}

/* Extra small devices */
@media (max-width: 360px) {
    .hero-title-fresh {
        font-size: 24px !important;
    }
    
    .hero-subtitle-fresh {
        font-size: 14px !important;
    }
    
    .stat-number-fresh {
        font-size: 18px !important;
    }
    
    .stat-label-fresh {
        font-size: 8px !important;
    }
    
    .stats-grid-fresh {
        gap: 12px !important;
    }
}