/* 移动端紧凑布局全局样式 */
@media (max-width: 768px) {
    /* 页面标题区域 */
    .hero-section {
        padding-top: 4rem !important;
        padding-bottom: 2rem !important;
    }
    
    /* 各section间距 */
    .section-spacing {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    /* 特性列表间距 */
    .feature-list .space-y-6 > * + * {
        margin-top: 1rem !important;
    }
    
    /* 卡片间距 */
    .card-grid {
        gap: 1rem !important;
    }
    
    /* 卡片内部间距 */
    .card-content .space-y-4 > * + * {
        margin-top: 0.75rem !important;
    }
    
    /* 标题区域间距 */
    .section-title {
        margin-bottom: 2rem !important;
    }
    
    /* 表单区域间距 */
    .form-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    /* 产品网格间距 */
    .product-grid {
        gap: 1rem !important;
    }
    
    /* 解决方案网格间距 */
    .solution-grid {
        gap: 1rem !important;
    }
    
    /* 解决方案卡片图标优化 */
    .solution-grid .w-20 {
        width: 3rem !important;
        height: 3rem !important;
    }
    
    .solution-grid .text-3xl {
        font-size: 1.25rem !important;
    }
    
    .solution-grid .rounded-2xl {
        border-radius: 0.75rem !important;
    }
    
    /* 时间线间距 */
    .timeline .space-y-12 > * + * {
        margin-top: 2rem !important;
    }
    
    /* 职位卡片间距 */
    .job-cards {
        gap: 1rem !important;
    }
    
    /* 职位卡片内部间距 */
    .job-card .space-y-4 > * + * {
        margin-top: 0.75rem !important;
    }
    
    /* 福利卡片间距 */
    .benefit-cards {
        gap: 1rem !important;
    }
    
    /* 福利卡片图标和文字间距 */
    .benefit-card .mb-6 {
        margin-bottom: 1rem !important;
    }
    
    /* 公司介绍区域 */
    .company-intro .space-y-6 > * + * {
        margin-top: 1rem !important;
    }
}
