
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* 悬停效果 */
.km-oem-service-section .km-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12) !important;
}

.km-oem-service-section .km-primary-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(6, 182, 212, 0.4) !important;
}

.km-oem-service-section .km-secondary-cta:hover {
    background: rgba(255,255,255,0.1) !important;
    transform: translateY(-2px);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .km-oem-service-section .km-process-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .km-oem-service-section .km-main-title {
        font-size: 2.2rem !important;
    }
    
    .km-oem-service-section .km-cta-section {
        padding: 40px 25px !important;
    }
    
    .km-oem-service-section [style*="display: flex; gap: 20px;"] {
        flex-direction: column;
        align-items: center;
    }
    
    .km-oem-service-section .km-primary-cta,
    .km-oem-service-section .km-secondary-cta {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}
